@symphony-talent/component-library 3.20.0 → 3.21.2

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