@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.
Files changed (20) hide show
  1. package/esm2020/lib/atoms/icon/icon.enum.mjs +18 -17
  2. package/esm2020/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +43 -37
  3. package/esm2020/projects/component-library/lib/atoms/icon/icon.enum.mjs +18 -17
  4. package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +43 -37
  5. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +59 -52
  6. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  7. package/fesm2015/symphony-talent-component-library.mjs +59 -52
  8. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  9. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +59 -52
  10. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  11. package/fesm2020/symphony-talent-component-library.mjs +59 -52
  12. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  13. package/lib/atoms/icon/icon.enum.d.ts +18 -17
  14. package/package.json +1 -1
  15. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.eot +0 -0
  16. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.svg +56 -55
  17. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.ttf +0 -0
  18. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.woff +0 -0
  19. package/projects/component-library/global-assets/iconography/library-icons.css +64 -61
  20. package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +18 -17
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symphony-talent/component-library",
3
- "version": "3.9.0",
3
+ "version": "3.10.0",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "tslib": "^1.10.0"