@symphony-talent/component-library 3.9.0 → 3.10.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 +18 -17
- package/esm2020/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +43 -37
- package/esm2020/projects/component-library/lib/atoms/icon/icon.enum.mjs +18 -17
- package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +43 -37
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +59 -52
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +59 -52
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +59 -52
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +59 -52
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/icon/icon.enum.d.ts +18 -17
- 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 +56 -55
- 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 +64 -61
- package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +18 -17
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
-
font-family:
|
|
3
|
-
src:
|
|
4
|
-
src:
|
|
5
|
-
|
|
6
|
-
url(
|
|
7
|
-
url(
|
|
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");
|
|
8
9
|
font-weight: normal;
|
|
9
10
|
font-style: normal;
|
|
10
11
|
font-display: block;
|
|
@@ -13,8 +14,7 @@
|
|
|
13
14
|
[class^="si-"],
|
|
14
15
|
[class*="si-"] {
|
|
15
16
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
16
|
-
font-family:
|
|
17
|
-
speak: never;
|
|
17
|
+
font-family: "library-icons" !important;
|
|
18
18
|
font-style: normal;
|
|
19
19
|
font-weight: normal;
|
|
20
20
|
font-variant: normal;
|
|
@@ -26,6 +26,9 @@
|
|
|
26
26
|
-moz-osx-font-smoothing: grayscale;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
+
.si-advertise:before {
|
|
30
|
+
content: "\e900";
|
|
31
|
+
}
|
|
29
32
|
.si-access:before {
|
|
30
33
|
content: "\e947";
|
|
31
34
|
}
|
|
@@ -123,161 +126,161 @@
|
|
|
123
126
|
content: "\e927";
|
|
124
127
|
}
|
|
125
128
|
.si-activity:before {
|
|
126
|
-
content: "\
|
|
129
|
+
content: "\e902";
|
|
127
130
|
}
|
|
128
131
|
.si-arrow-hide-reveal:before {
|
|
129
|
-
content: "\
|
|
132
|
+
content: "\e905";
|
|
130
133
|
}
|
|
131
134
|
.si-close-modal:before {
|
|
132
|
-
content: "\
|
|
135
|
+
content: "\e906";
|
|
133
136
|
}
|
|
134
137
|
.si-collapse:before {
|
|
135
|
-
content: "\
|
|
138
|
+
content: "\e907";
|
|
136
139
|
}
|
|
137
140
|
.si-daymode:before {
|
|
138
|
-
content: "\
|
|
141
|
+
content: "\e908";
|
|
139
142
|
}
|
|
140
143
|
.si-delete:before {
|
|
141
|
-
content: "\
|
|
144
|
+
content: "\e909";
|
|
142
145
|
}
|
|
143
146
|
.si-document:before {
|
|
144
|
-
content: "\
|
|
147
|
+
content: "\e90a";
|
|
145
148
|
}
|
|
146
149
|
.si-download:before {
|
|
147
|
-
content: "\
|
|
150
|
+
content: "\e90d";
|
|
148
151
|
}
|
|
149
152
|
.si-email-open:before {
|
|
150
|
-
content: "\
|
|
153
|
+
content: "\e90e";
|
|
151
154
|
}
|
|
152
155
|
.si-email-send:before {
|
|
153
|
-
content: "\
|
|
156
|
+
content: "\e90f";
|
|
154
157
|
}
|
|
155
158
|
.si-expand:before {
|
|
156
|
-
content: "\
|
|
159
|
+
content: "\e910";
|
|
157
160
|
}
|
|
158
161
|
.si-favorite:before {
|
|
159
|
-
content: "\
|
|
162
|
+
content: "\e911";
|
|
160
163
|
}
|
|
161
164
|
.si-feedback-maybe:before {
|
|
162
|
-
content: "\
|
|
165
|
+
content: "\e914";
|
|
163
166
|
}
|
|
164
167
|
.si-folder-multiple:before {
|
|
165
|
-
content: "\
|
|
168
|
+
content: "\e915";
|
|
166
169
|
}
|
|
167
170
|
.si-include:before {
|
|
168
|
-
content: "\
|
|
171
|
+
content: "\e916";
|
|
169
172
|
}
|
|
170
173
|
.si-info:before {
|
|
171
|
-
content: "\
|
|
174
|
+
content: "\e918";
|
|
172
175
|
}
|
|
173
176
|
.si-link:before {
|
|
174
|
-
content: "\
|
|
177
|
+
content: "\e919";
|
|
175
178
|
}
|
|
176
179
|
.si-location:before {
|
|
177
|
-
content: "\
|
|
180
|
+
content: "\e91a";
|
|
178
181
|
}
|
|
179
182
|
.si-menu-all:before {
|
|
180
|
-
content: "\
|
|
183
|
+
content: "\e91c";
|
|
181
184
|
}
|
|
182
185
|
.si-menu-assets:before {
|
|
183
|
-
content: "\
|
|
186
|
+
content: "\e91f";
|
|
184
187
|
}
|
|
185
188
|
.si-menu-content:before {
|
|
186
|
-
content: "\
|
|
189
|
+
content: "\e924";
|
|
187
190
|
}
|
|
188
191
|
.si-menu-return:before {
|
|
189
|
-
content: "\
|
|
192
|
+
content: "\e925";
|
|
190
193
|
}
|
|
191
194
|
.si-menu-workflows:before {
|
|
192
|
-
content: "\
|
|
195
|
+
content: "\e926";
|
|
193
196
|
}
|
|
194
197
|
.si-merge:before {
|
|
195
|
-
content: "\
|
|
198
|
+
content: "\e928";
|
|
196
199
|
}
|
|
197
200
|
.si-move:before {
|
|
198
|
-
content: "\
|
|
201
|
+
content: "\e929";
|
|
199
202
|
}
|
|
200
203
|
.si-nightmode:before {
|
|
201
|
-
content: "\
|
|
204
|
+
content: "\e92a";
|
|
202
205
|
}
|
|
203
206
|
.si-notification:before {
|
|
204
|
-
content: "\
|
|
207
|
+
content: "\e92b";
|
|
205
208
|
}
|
|
206
209
|
.si-organize-columns:before {
|
|
207
|
-
content: "\
|
|
210
|
+
content: "\e92c";
|
|
208
211
|
}
|
|
209
212
|
.si-organize-contacts:before {
|
|
210
|
-
content: "\
|
|
213
|
+
content: "\e92d";
|
|
211
214
|
}
|
|
212
215
|
.si-pending-incomplete:before {
|
|
213
|
-
content: "\
|
|
216
|
+
content: "\e92e";
|
|
214
217
|
}
|
|
215
218
|
.si-phone-number:before {
|
|
216
|
-
content: "\
|
|
219
|
+
content: "\e92f";
|
|
217
220
|
}
|
|
218
221
|
.si-preview:before {
|
|
219
|
-
content: "\
|
|
222
|
+
content: "\e930";
|
|
220
223
|
}
|
|
221
224
|
.si-promote:before {
|
|
222
|
-
content: "\
|
|
225
|
+
content: "\e931";
|
|
223
226
|
}
|
|
224
227
|
.si-refresh:before {
|
|
225
|
-
content: "\
|
|
228
|
+
content: "\e932";
|
|
226
229
|
}
|
|
227
230
|
.si-remove:before {
|
|
228
|
-
content: "\
|
|
231
|
+
content: "\e933";
|
|
229
232
|
}
|
|
230
233
|
.si-exclude:before {
|
|
231
|
-
content: "\
|
|
234
|
+
content: "\e934";
|
|
232
235
|
}
|
|
233
236
|
.si-results-filters:before {
|
|
234
|
-
content: "\
|
|
237
|
+
content: "\e935";
|
|
235
238
|
}
|
|
236
239
|
.si-review:before {
|
|
237
|
-
content: "\
|
|
240
|
+
content: "\e936";
|
|
238
241
|
}
|
|
239
242
|
.si-salary:before {
|
|
240
|
-
content: "\
|
|
243
|
+
content: "\e937";
|
|
241
244
|
}
|
|
242
245
|
.si-save:before {
|
|
243
|
-
content: "\
|
|
246
|
+
content: "\e938";
|
|
244
247
|
}
|
|
245
248
|
.si-search-advanced:before {
|
|
246
|
-
content: "\
|
|
249
|
+
content: "\e939";
|
|
247
250
|
}
|
|
248
251
|
.si-search-clear:before {
|
|
249
|
-
content: "\
|
|
252
|
+
content: "\e93a";
|
|
250
253
|
}
|
|
251
254
|
.si-search-new:before {
|
|
252
|
-
content: "\
|
|
255
|
+
content: "\e93b";
|
|
253
256
|
}
|
|
254
257
|
.si-settings-smart:before {
|
|
255
|
-
content: "\
|
|
258
|
+
content: "\e93c";
|
|
256
259
|
}
|
|
257
260
|
.si-sms:before {
|
|
258
|
-
content: "\
|
|
261
|
+
content: "\e93d";
|
|
259
262
|
}
|
|
260
263
|
.si-sort-mini:before {
|
|
261
|
-
content: "\
|
|
264
|
+
content: "\e93f";
|
|
262
265
|
}
|
|
263
266
|
.si-system-action:before {
|
|
264
|
-
content: "\
|
|
267
|
+
content: "\e940";
|
|
265
268
|
}
|
|
266
269
|
.si-task-completed:before {
|
|
267
|
-
content: "\
|
|
270
|
+
content: "\e941";
|
|
268
271
|
}
|
|
269
272
|
.si-task-open:before {
|
|
270
|
-
content: "\
|
|
273
|
+
content: "\e942";
|
|
271
274
|
}
|
|
272
275
|
.si-timeframe:before {
|
|
273
|
-
content: "\
|
|
276
|
+
content: "\e943";
|
|
274
277
|
}
|
|
275
278
|
.si-timeline:before {
|
|
276
|
-
content: "\
|
|
279
|
+
content: "\e944";
|
|
277
280
|
}
|
|
278
281
|
.si-upload:before {
|
|
279
|
-
content: "\
|
|
282
|
+
content: "\e946";
|
|
280
283
|
}
|
|
281
284
|
.si-user:before {
|
|
282
|
-
content: "\
|
|
285
|
+
content: "\e955";
|
|
283
286
|
}
|
|
@@ -1,24 +1,14 @@
|
|
|
1
1
|
export declare enum Icons {
|
|
2
2
|
ACCESS = "si-access",
|
|
3
|
-
CHATBOT = "si-chatbot",
|
|
4
|
-
CODETAG = "si-codetag",
|
|
5
|
-
CONFIRMATION = "si-confirmation",
|
|
6
|
-
FIELD = "si-field",
|
|
7
|
-
FLOW = "si-flow",
|
|
8
|
-
FORM = "si-form",
|
|
9
|
-
HIERARCHY = "si-hierarchy",
|
|
10
|
-
LIST = "si-list",
|
|
11
|
-
PASSWORD = "si-password",
|
|
12
|
-
REFERRAL = "si-referral",
|
|
13
|
-
TAG = "si-tag",
|
|
14
|
-
TEAM = "si-team",
|
|
15
|
-
WORKFLOW = "si-workflow",
|
|
16
|
-
MOREOPTIONS = "si-more-options",
|
|
17
|
-
ADD = "si-add",
|
|
18
3
|
ACTIVITY = "si-activity",
|
|
4
|
+
ADD = "si-add",
|
|
5
|
+
ADVERTISE = "si-advertise",
|
|
19
6
|
ARROWHIDEREVEAL = "si-arrow-hide-reveal",
|
|
20
7
|
ARROWNEXT = "si-arrow-next",
|
|
21
8
|
ARROWPREV = "si-arrow-prev",
|
|
9
|
+
CHATBOT = "si-chatbot",
|
|
10
|
+
CODETAG = "si-codetag",
|
|
11
|
+
CONFIRMATION = "si-confirmation",
|
|
22
12
|
CLOSEMODAL = "si-close-modal",
|
|
23
13
|
COLLAPSE = "si-collapse",
|
|
24
14
|
DAYMODE = "si-daymode",
|
|
@@ -29,16 +19,22 @@ export declare enum Icons {
|
|
|
29
19
|
EMAILDRIP = "si-email-drip",
|
|
30
20
|
EMAILOPEN = "si-email-open",
|
|
31
21
|
EMAILSEND = "si-email-send",
|
|
22
|
+
EXCLUDE = "si-exclude",
|
|
32
23
|
EXPAND = "si-expand",
|
|
33
24
|
FAVORITE = "si-favorite",
|
|
34
25
|
FEEDBACKMAYBE = "si-feedback-maybe",
|
|
35
26
|
FEEDBACKNO = "si-feedback-no",
|
|
36
27
|
FEEDBACKYES = "si-feedback-yes",
|
|
37
28
|
FOLDERMULTIPLE = "si-folder-multiple",
|
|
29
|
+
FIELD = "si-field",
|
|
30
|
+
FLOW = "si-flow",
|
|
31
|
+
FORM = "si-form",
|
|
32
|
+
HIERARCHY = "si-hierarchy",
|
|
38
33
|
INCLUDE = "si-include",
|
|
39
34
|
INFO = "si-info",
|
|
40
35
|
INTERVIEW = "si-interview",
|
|
41
36
|
LINK = "si-link",
|
|
37
|
+
LIST = "si-list",
|
|
42
38
|
LOCATION = "si-location",
|
|
43
39
|
MENUALL = "si-menu-all",
|
|
44
40
|
MENUANALYTICS = "si-menu-analytics",
|
|
@@ -53,18 +49,20 @@ export declare enum Icons {
|
|
|
53
49
|
MENURETURN = "si-menu-return",
|
|
54
50
|
MENUWORKFLOWS = "si-menu-workflows",
|
|
55
51
|
MERGE = "si-merge",
|
|
52
|
+
MOREOPTIONS = "si-more-options",
|
|
56
53
|
MOVE = "si-move",
|
|
57
54
|
NIGHTMODE = "si-nightmode",
|
|
58
55
|
NOTIFICATION = "si-notification",
|
|
59
56
|
ORGANIZECOLUMNS = "si-organize-columns",
|
|
60
57
|
ORGANIZECONTACTS = "si-organize-contacts",
|
|
58
|
+
PASSWORD = "si-password",
|
|
61
59
|
PENDINGINCOMPLETE = "si-pending-incomplete",
|
|
62
60
|
PHONENUMBER = "si-phone-number",
|
|
63
61
|
PREVIEW = "si-preview",
|
|
64
62
|
PROMOTE = "si-promote",
|
|
63
|
+
REFERRAL = "si-referral",
|
|
65
64
|
REFRESH = "si-refresh",
|
|
66
65
|
REMOVE = "si-remove",
|
|
67
|
-
EXCLUDE = "si-exclude",
|
|
68
66
|
RESULTSFILTERS = "si-results-filters",
|
|
69
67
|
REVIEW = "si-review",
|
|
70
68
|
SALARY = "si-salary",
|
|
@@ -77,11 +75,14 @@ export declare enum Icons {
|
|
|
77
75
|
SORTMINI = "si-sort-mini",
|
|
78
76
|
STATUS = "si-status",
|
|
79
77
|
SYSTEMACTION = "si-system-action",
|
|
78
|
+
TAG = "si-tag",
|
|
80
79
|
TASKCOMPLETED = "si-task-completed",
|
|
81
80
|
TASKOPEN = "si-task-open",
|
|
81
|
+
TEAM = "si-team",
|
|
82
82
|
TIMEFRAME = "si-timeframe",
|
|
83
83
|
TIMELINE = "si-timeline",
|
|
84
84
|
UPLOAD = "si-upload",
|
|
85
85
|
USERMULTIPLE = "si-user-multiple",
|
|
86
|
-
USER = "si-user"
|
|
86
|
+
USER = "si-user",
|
|
87
|
+
WORKFLOW = "si-workflow"
|
|
87
88
|
}
|