@symphony-talent/component-library 3.21.0 → 3.22.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 +4 -1
- package/esm2020/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +19 -1
- package/esm2020/lib/molecules/button-with-icon/button-with-icon.component.mjs +3 -3
- package/esm2020/lib/molecules/document-management-item/document-management-item.component.mjs +33 -0
- package/esm2020/lib/molecules/document-management-item/document-management-item.model.mjs +2 -0
- package/esm2020/lib/molecules/document-management-item/document-management-item.module.mjs +42 -0
- package/esm2020/lib/molecules/feedback-card/feedback-card.component.mjs +6 -8
- package/esm2020/lib/molecules/molecules.module.mjs +8 -4
- package/esm2020/lib/organisms/action-bar/action-bar.component.mjs +3 -3
- package/esm2020/lib/organisms/action-bar-job-list/action-bar-job-list.component.mjs +11 -14
- package/esm2020/lib/organisms/confirmation-modal/confirmation-modal.component.mjs +33 -0
- package/esm2020/lib/organisms/confirmation-modal/confirmation-modal.model.mjs +2 -0
- package/esm2020/lib/organisms/confirmation-modal/confirmation-modal.module.mjs +22 -0
- package/esm2020/lib/organisms/document-management-list/document-management-list.component.mjs +43 -0
- package/esm2020/lib/organisms/document-management-list/document-management-list.module.mjs +23 -0
- package/esm2020/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.component.mjs +2 -2
- package/esm2020/lib/organisms/feedback-detail-interest-form/feedback-detail-interest-form.component.mjs +2 -2
- package/esm2020/lib/organisms/feedback-login-modal/feedback-login-modal.component.mjs +2 -2
- package/esm2020/lib/organisms/grid-controls-job-list/grid-controls-job-list.component.mjs +9 -3
- package/esm2020/lib/organisms/organisms.module.mjs +12 -8
- package/esm2020/lib/pages/feedback-list-page/feedback-list-page.component.mjs +2 -2
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +4 -4
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.module.mjs +5 -5
- package/esm2020/lib/templates/feeback-list-template/feedback-list-template.component.mjs +3 -3
- package/esm2020/lib/templates/feedback-detail-template/feedback-detail-template.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/atoms/icon/icon.enum.mjs +4 -1
- package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +19 -1
- package/esm2020/projects/component-library/lib/molecules/button-with-icon/button-with-icon.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/molecules/document-management-item/document-management-item.component.mjs +33 -0
- package/esm2020/projects/component-library/lib/molecules/document-management-item/document-management-item.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/document-management-item/document-management-item.module.mjs +42 -0
- package/esm2020/projects/component-library/lib/molecules/feedback-card/feedback-card.component.mjs +6 -8
- package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +8 -4
- package/esm2020/projects/component-library/lib/organisms/action-bar/action-bar.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/organisms/action-bar-job-list/action-bar-job-list.component.mjs +11 -14
- package/esm2020/projects/component-library/lib/organisms/confirmation-modal/confirmation-modal.component.mjs +33 -0
- package/esm2020/projects/component-library/lib/organisms/confirmation-modal/confirmation-modal.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/organisms/confirmation-modal/confirmation-modal.module.mjs +22 -0
- package/esm2020/projects/component-library/lib/organisms/document-management-list/document-management-list.component.mjs +43 -0
- package/esm2020/projects/component-library/lib/organisms/document-management-list/document-management-list.module.mjs +23 -0
- package/esm2020/projects/component-library/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.component.mjs +2 -2
- package/esm2020/projects/component-library/lib/organisms/feedback-detail-interest-form/feedback-detail-interest-form.component.mjs +2 -2
- package/esm2020/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.component.mjs +2 -2
- package/esm2020/projects/component-library/lib/organisms/grid-controls-job-list/grid-controls-job-list.component.mjs +9 -3
- package/esm2020/projects/component-library/lib/organisms/organisms.module.mjs +12 -8
- package/esm2020/projects/component-library/lib/pages/feedback-list-page/feedback-list-page.component.mjs +2 -2
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +4 -4
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.module.mjs +5 -5
- package/esm2020/projects/component-library/lib/templates/feeback-list-template/feedback-list-template.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/templates/feedback-detail-template/feedback-detail-template.component.mjs +3 -3
- package/esm2020/projects/component-library/public-api.mjs +15 -1
- package/esm2020/public-api.mjs +15 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +225 -88
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +225 -88
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +225 -88
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +225 -88
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/icon/icon.enum.d.ts +3 -0
- package/lib/molecules/document-management-item/document-management-item.component.d.ts +13 -0
- package/lib/molecules/document-management-item/document-management-item.model.d.ts +14 -0
- package/lib/molecules/document-management-item/document-management-item.module.d.ts +13 -0
- package/lib/molecules/molecules.module.d.ts +2 -1
- package/lib/organisms/action-bar-job-list/action-bar-job-list.component.d.ts +5 -6
- package/lib/organisms/confirmation-modal/confirmation-modal.component.d.ts +13 -0
- package/lib/organisms/{cancel-modal/cancel-modal.model.d.ts → confirmation-modal/confirmation-modal.model.d.ts} +3 -1
- package/lib/organisms/confirmation-modal/confirmation-modal.module.d.ts +12 -0
- package/lib/organisms/document-management-list/document-management-list.component.d.ts +17 -0
- package/lib/organisms/document-management-list/document-management-list.module.d.ts +13 -0
- package/lib/organisms/grid-controls-job-list/grid-controls-job-list.component.d.ts +3 -1
- package/lib/organisms/organisms.module.d.ts +3 -2
- package/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +2 -2
- package/lib/pages/modals/advertise-modal/advertise-modal.module.d.ts +2 -2
- 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 +59 -56
- 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 -64
- package/projects/component-library/global-assets/iconography/{sfx-icons-v2.json → sfx-icons-v3.json} +272 -211
- package/projects/component-library/global.scss +5 -0
- package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +3 -0
- package/projects/component-library/lib/molecules/document-management-item/document-management-item.component.d.ts +13 -0
- package/projects/component-library/lib/molecules/document-management-item/document-management-item.model.d.ts +14 -0
- package/projects/component-library/lib/molecules/document-management-item/document-management-item.module.d.ts +13 -0
- package/projects/component-library/lib/molecules/molecules.module.d.ts +2 -1
- package/projects/component-library/lib/organisms/action-bar-job-list/action-bar-job-list.component.d.ts +5 -6
- package/projects/component-library/lib/organisms/confirmation-modal/confirmation-modal.component.d.ts +13 -0
- package/projects/component-library/lib/organisms/{cancel-modal/cancel-modal.model.d.ts → confirmation-modal/confirmation-modal.model.d.ts} +3 -1
- package/projects/component-library/lib/organisms/confirmation-modal/confirmation-modal.module.d.ts +12 -0
- package/projects/component-library/lib/organisms/document-management-list/document-management-list.component.d.ts +17 -0
- package/projects/component-library/lib/organisms/document-management-list/document-management-list.module.d.ts +13 -0
- package/projects/component-library/lib/organisms/grid-controls-job-list/grid-controls-job-list.component.d.ts +3 -1
- package/projects/component-library/lib/organisms/organisms.module.d.ts +3 -2
- package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +2 -2
- package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.module.d.ts +2 -2
- package/projects/component-library/public-api.d.ts +14 -0
- package/public-api.d.ts +14 -0
- package/esm2020/lib/organisms/cancel-modal/cancel-modal.component.mjs +0 -32
- package/esm2020/lib/organisms/cancel-modal/cancel-modal.model.mjs +0 -2
- package/esm2020/lib/organisms/cancel-modal/cancel-modal.module.mjs +0 -22
- package/esm2020/projects/component-library/lib/organisms/cancel-modal/cancel-modal.component.mjs +0 -32
- package/esm2020/projects/component-library/lib/organisms/cancel-modal/cancel-modal.model.mjs +0 -2
- package/esm2020/projects/component-library/lib/organisms/cancel-modal/cancel-modal.module.mjs +0 -22
- package/lib/organisms/cancel-modal/cancel-modal.component.d.ts +0 -13
- package/lib/organisms/cancel-modal/cancel-modal.module.d.ts +0 -12
- package/projects/component-library/lib/organisms/cancel-modal/cancel-modal.component.d.ts +0 -13
- package/projects/component-library/lib/organisms/cancel-modal/cancel-modal.module.d.ts +0 -12
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
-
font-family:
|
|
3
|
-
src:
|
|
4
|
-
src:
|
|
5
|
-
|
|
6
|
-
url(
|
|
7
|
-
url(
|
|
8
|
-
url("library-fonts/library-icons.svg?z603ud#library-icons") format("svg");
|
|
2
|
+
font-family: 'library-icons';
|
|
3
|
+
src: url('library-fonts/library-icons.eot?iboqx4');
|
|
4
|
+
src: url('library-fonts/library-icons.eot?iboqx4#iefix') format('embedded-opentype'),
|
|
5
|
+
url('library-fonts/library-icons.ttf?iboqx4') format('truetype'),
|
|
6
|
+
url('library-fonts/library-icons.woff?iboqx4') format('woff'),
|
|
7
|
+
url('library-fonts/library-icons.svg?iboqx4#library-icons') format('svg');
|
|
9
8
|
font-weight: normal;
|
|
10
9
|
font-style: normal;
|
|
11
10
|
font-display: block;
|
|
@@ -14,7 +13,8 @@
|
|
|
14
13
|
[class^="si-"],
|
|
15
14
|
[class*="si-"] {
|
|
16
15
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
17
|
-
font-family:
|
|
16
|
+
font-family: 'library-icons' !important;
|
|
17
|
+
speak: never;
|
|
18
18
|
font-style: normal;
|
|
19
19
|
font-weight: normal;
|
|
20
20
|
font-variant: normal;
|
|
@@ -29,6 +29,15 @@
|
|
|
29
29
|
.si-advertise:before {
|
|
30
30
|
content: "\e900";
|
|
31
31
|
}
|
|
32
|
+
.si-economics:before {
|
|
33
|
+
content: "\e959";
|
|
34
|
+
}
|
|
35
|
+
.si-arrow-bold-next:before {
|
|
36
|
+
content: "\e902";
|
|
37
|
+
}
|
|
38
|
+
.si-arrow-bold-previous:before {
|
|
39
|
+
content: "\e903";
|
|
40
|
+
}
|
|
32
41
|
.si-access:before {
|
|
33
42
|
content: "\e947";
|
|
34
43
|
}
|
|
@@ -72,10 +81,10 @@
|
|
|
72
81
|
content: "\e954";
|
|
73
82
|
}
|
|
74
83
|
.si-arrow-next:before {
|
|
75
|
-
content: "\
|
|
84
|
+
content: "\e904";
|
|
76
85
|
}
|
|
77
86
|
.si-arrow-prev:before {
|
|
78
|
-
content: "\
|
|
87
|
+
content: "\e905";
|
|
79
88
|
}
|
|
80
89
|
.si-edit:before {
|
|
81
90
|
content: "\e90b";
|
|
@@ -120,167 +129,167 @@
|
|
|
120
129
|
content: "\e945";
|
|
121
130
|
}
|
|
122
131
|
.si-more-options:before {
|
|
123
|
-
content: "\
|
|
132
|
+
content: "\e906";
|
|
124
133
|
}
|
|
125
134
|
.si-add:before {
|
|
126
135
|
content: "\e927";
|
|
127
136
|
}
|
|
128
137
|
.si-activity:before {
|
|
129
|
-
content: "\
|
|
138
|
+
content: "\e907";
|
|
130
139
|
}
|
|
131
140
|
.si-arrow-hide-reveal:before {
|
|
132
|
-
content: "\
|
|
141
|
+
content: "\e908";
|
|
133
142
|
}
|
|
134
143
|
.si-close-modal:before {
|
|
135
|
-
content: "\
|
|
144
|
+
content: "\e909";
|
|
136
145
|
}
|
|
137
146
|
.si-collapse:before {
|
|
138
|
-
content: "\
|
|
147
|
+
content: "\e90a";
|
|
139
148
|
}
|
|
140
149
|
.si-daymode:before {
|
|
141
|
-
content: "\
|
|
150
|
+
content: "\e90d";
|
|
142
151
|
}
|
|
143
152
|
.si-delete:before {
|
|
144
|
-
content: "\
|
|
153
|
+
content: "\e90e";
|
|
145
154
|
}
|
|
146
155
|
.si-document:before {
|
|
147
|
-
content: "\
|
|
156
|
+
content: "\e90f";
|
|
148
157
|
}
|
|
149
158
|
.si-download:before {
|
|
150
|
-
content: "\
|
|
159
|
+
content: "\e910";
|
|
151
160
|
}
|
|
152
161
|
.si-email-open:before {
|
|
153
|
-
content: "\
|
|
162
|
+
content: "\e911";
|
|
154
163
|
}
|
|
155
164
|
.si-email-send:before {
|
|
156
|
-
content: "\
|
|
165
|
+
content: "\e914";
|
|
157
166
|
}
|
|
158
167
|
.si-expand:before {
|
|
159
|
-
content: "\
|
|
168
|
+
content: "\e915";
|
|
160
169
|
}
|
|
161
170
|
.si-favorite:before {
|
|
162
|
-
content: "\
|
|
171
|
+
content: "\e916";
|
|
163
172
|
}
|
|
164
173
|
.si-feedback-maybe:before {
|
|
165
|
-
content: "\
|
|
174
|
+
content: "\e918";
|
|
166
175
|
}
|
|
167
176
|
.si-folder-multiple:before {
|
|
168
|
-
content: "\
|
|
177
|
+
content: "\e919";
|
|
169
178
|
}
|
|
170
179
|
.si-include:before {
|
|
171
|
-
content: "\
|
|
180
|
+
content: "\e91a";
|
|
172
181
|
}
|
|
173
182
|
.si-info:before {
|
|
174
|
-
content: "\
|
|
183
|
+
content: "\e91c";
|
|
175
184
|
}
|
|
176
185
|
.si-link:before {
|
|
177
|
-
content: "\
|
|
186
|
+
content: "\e91f";
|
|
178
187
|
}
|
|
179
188
|
.si-location:before {
|
|
180
|
-
content: "\
|
|
189
|
+
content: "\e924";
|
|
181
190
|
}
|
|
182
191
|
.si-menu-all:before {
|
|
183
|
-
content: "\
|
|
192
|
+
content: "\e925";
|
|
184
193
|
}
|
|
185
194
|
.si-menu-assets:before {
|
|
186
|
-
content: "\
|
|
195
|
+
content: "\e926";
|
|
187
196
|
}
|
|
188
197
|
.si-menu-content:before {
|
|
189
|
-
content: "\
|
|
198
|
+
content: "\e928";
|
|
190
199
|
}
|
|
191
200
|
.si-menu-return:before {
|
|
192
|
-
content: "\
|
|
201
|
+
content: "\e929";
|
|
193
202
|
}
|
|
194
203
|
.si-menu-workflows:before {
|
|
195
|
-
content: "\
|
|
204
|
+
content: "\e92a";
|
|
196
205
|
}
|
|
197
206
|
.si-merge:before {
|
|
198
|
-
content: "\
|
|
207
|
+
content: "\e92b";
|
|
199
208
|
}
|
|
200
209
|
.si-move:before {
|
|
201
|
-
content: "\
|
|
210
|
+
content: "\e92c";
|
|
202
211
|
}
|
|
203
212
|
.si-nightmode:before {
|
|
204
|
-
content: "\
|
|
213
|
+
content: "\e92d";
|
|
205
214
|
}
|
|
206
215
|
.si-notification:before {
|
|
207
|
-
content: "\
|
|
216
|
+
content: "\e92e";
|
|
208
217
|
}
|
|
209
218
|
.si-organize-columns:before {
|
|
210
|
-
content: "\
|
|
219
|
+
content: "\e92f";
|
|
211
220
|
}
|
|
212
221
|
.si-organize-contacts:before {
|
|
213
|
-
content: "\
|
|
222
|
+
content: "\e930";
|
|
214
223
|
}
|
|
215
224
|
.si-pending-incomplete:before {
|
|
216
|
-
content: "\
|
|
225
|
+
content: "\e931";
|
|
217
226
|
}
|
|
218
227
|
.si-phone-number:before {
|
|
219
|
-
content: "\
|
|
228
|
+
content: "\e932";
|
|
220
229
|
}
|
|
221
230
|
.si-preview:before {
|
|
222
|
-
content: "\
|
|
231
|
+
content: "\e933";
|
|
223
232
|
}
|
|
224
233
|
.si-promote:before {
|
|
225
|
-
content: "\
|
|
234
|
+
content: "\e934";
|
|
226
235
|
}
|
|
227
236
|
.si-refresh:before {
|
|
228
|
-
content: "\
|
|
237
|
+
content: "\e935";
|
|
229
238
|
}
|
|
230
239
|
.si-remove:before {
|
|
231
|
-
content: "\
|
|
240
|
+
content: "\e936";
|
|
232
241
|
}
|
|
233
242
|
.si-exclude:before {
|
|
234
|
-
content: "\
|
|
243
|
+
content: "\e937";
|
|
235
244
|
}
|
|
236
245
|
.si-results-filters:before {
|
|
237
|
-
content: "\
|
|
246
|
+
content: "\e938";
|
|
238
247
|
}
|
|
239
248
|
.si-review:before {
|
|
240
|
-
content: "\
|
|
249
|
+
content: "\e939";
|
|
241
250
|
}
|
|
242
251
|
.si-salary:before {
|
|
243
|
-
content: "\
|
|
252
|
+
content: "\e93a";
|
|
244
253
|
}
|
|
245
254
|
.si-save:before {
|
|
246
|
-
content: "\
|
|
255
|
+
content: "\e93b";
|
|
247
256
|
}
|
|
248
257
|
.si-search-advanced:before {
|
|
249
|
-
content: "\
|
|
258
|
+
content: "\e93c";
|
|
250
259
|
}
|
|
251
260
|
.si-search-clear:before {
|
|
252
|
-
content: "\
|
|
261
|
+
content: "\e93d";
|
|
253
262
|
}
|
|
254
263
|
.si-search-new:before {
|
|
255
|
-
content: "\
|
|
264
|
+
content: "\e93f";
|
|
256
265
|
}
|
|
257
266
|
.si-settings-smart:before {
|
|
258
|
-
content: "\
|
|
267
|
+
content: "\e940";
|
|
259
268
|
}
|
|
260
269
|
.si-sms:before {
|
|
261
|
-
content: "\
|
|
270
|
+
content: "\e941";
|
|
262
271
|
}
|
|
263
272
|
.si-sort-mini:before {
|
|
264
|
-
content: "\
|
|
273
|
+
content: "\e942";
|
|
265
274
|
}
|
|
266
275
|
.si-system-action:before {
|
|
267
|
-
content: "\
|
|
276
|
+
content: "\e943";
|
|
268
277
|
}
|
|
269
278
|
.si-task-completed:before {
|
|
270
|
-
content: "\
|
|
279
|
+
content: "\e944";
|
|
271
280
|
}
|
|
272
281
|
.si-task-open:before {
|
|
273
|
-
content: "\
|
|
282
|
+
content: "\e946";
|
|
274
283
|
}
|
|
275
284
|
.si-timeframe:before {
|
|
276
|
-
content: "\
|
|
285
|
+
content: "\e955";
|
|
277
286
|
}
|
|
278
287
|
.si-timeline:before {
|
|
279
|
-
content: "\
|
|
288
|
+
content: "\e956";
|
|
280
289
|
}
|
|
281
290
|
.si-upload:before {
|
|
282
|
-
content: "\
|
|
291
|
+
content: "\e957";
|
|
283
292
|
}
|
|
284
293
|
.si-user:before {
|
|
285
|
-
content: "\
|
|
294
|
+
content: "\e958";
|
|
286
295
|
}
|