@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
|
@@ -730,25 +730,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
730
730
|
var Icons;
|
|
731
731
|
(function (Icons) {
|
|
732
732
|
Icons["ACCESS"] = "si-access";
|
|
733
|
-
Icons["CHATBOT"] = "si-chatbot";
|
|
734
|
-
Icons["CODETAG"] = "si-codetag";
|
|
735
|
-
Icons["CONFIRMATION"] = "si-confirmation";
|
|
736
|
-
Icons["FIELD"] = "si-field";
|
|
737
|
-
Icons["FLOW"] = "si-flow";
|
|
738
|
-
Icons["FORM"] = "si-form";
|
|
739
|
-
Icons["HIERARCHY"] = "si-hierarchy";
|
|
740
|
-
Icons["LIST"] = "si-list";
|
|
741
|
-
Icons["PASSWORD"] = "si-password";
|
|
742
|
-
Icons["REFERRAL"] = "si-referral";
|
|
743
|
-
Icons["TAG"] = "si-tag";
|
|
744
|
-
Icons["TEAM"] = "si-team";
|
|
745
|
-
Icons["WORKFLOW"] = "si-workflow";
|
|
746
|
-
Icons["MOREOPTIONS"] = "si-more-options";
|
|
747
|
-
Icons["ADD"] = "si-add";
|
|
748
733
|
Icons["ACTIVITY"] = "si-activity";
|
|
734
|
+
Icons["ADD"] = "si-add";
|
|
735
|
+
Icons["ADVERTISE"] = "si-advertise";
|
|
749
736
|
Icons["ARROWHIDEREVEAL"] = "si-arrow-hide-reveal";
|
|
750
737
|
Icons["ARROWNEXT"] = "si-arrow-next";
|
|
751
738
|
Icons["ARROWPREV"] = "si-arrow-prev";
|
|
739
|
+
Icons["CHATBOT"] = "si-chatbot";
|
|
740
|
+
Icons["CODETAG"] = "si-codetag";
|
|
741
|
+
Icons["CONFIRMATION"] = "si-confirmation";
|
|
752
742
|
Icons["CLOSEMODAL"] = "si-close-modal";
|
|
753
743
|
Icons["COLLAPSE"] = "si-collapse";
|
|
754
744
|
Icons["DAYMODE"] = "si-daymode";
|
|
@@ -759,16 +749,22 @@ var Icons;
|
|
|
759
749
|
Icons["EMAILDRIP"] = "si-email-drip";
|
|
760
750
|
Icons["EMAILOPEN"] = "si-email-open";
|
|
761
751
|
Icons["EMAILSEND"] = "si-email-send";
|
|
752
|
+
Icons["EXCLUDE"] = "si-exclude";
|
|
762
753
|
Icons["EXPAND"] = "si-expand";
|
|
763
754
|
Icons["FAVORITE"] = "si-favorite";
|
|
764
755
|
Icons["FEEDBACKMAYBE"] = "si-feedback-maybe";
|
|
765
756
|
Icons["FEEDBACKNO"] = "si-feedback-no";
|
|
766
757
|
Icons["FEEDBACKYES"] = "si-feedback-yes";
|
|
767
758
|
Icons["FOLDERMULTIPLE"] = "si-folder-multiple";
|
|
759
|
+
Icons["FIELD"] = "si-field";
|
|
760
|
+
Icons["FLOW"] = "si-flow";
|
|
761
|
+
Icons["FORM"] = "si-form";
|
|
762
|
+
Icons["HIERARCHY"] = "si-hierarchy";
|
|
768
763
|
Icons["INCLUDE"] = "si-include";
|
|
769
764
|
Icons["INFO"] = "si-info";
|
|
770
765
|
Icons["INTERVIEW"] = "si-interview";
|
|
771
766
|
Icons["LINK"] = "si-link";
|
|
767
|
+
Icons["LIST"] = "si-list";
|
|
772
768
|
Icons["LOCATION"] = "si-location";
|
|
773
769
|
Icons["MENUALL"] = "si-menu-all";
|
|
774
770
|
Icons["MENUANALYTICS"] = "si-menu-analytics";
|
|
@@ -783,18 +779,20 @@ var Icons;
|
|
|
783
779
|
Icons["MENURETURN"] = "si-menu-return";
|
|
784
780
|
Icons["MENUWORKFLOWS"] = "si-menu-workflows";
|
|
785
781
|
Icons["MERGE"] = "si-merge";
|
|
782
|
+
Icons["MOREOPTIONS"] = "si-more-options";
|
|
786
783
|
Icons["MOVE"] = "si-move";
|
|
787
784
|
Icons["NIGHTMODE"] = "si-nightmode";
|
|
788
785
|
Icons["NOTIFICATION"] = "si-notification";
|
|
789
786
|
Icons["ORGANIZECOLUMNS"] = "si-organize-columns";
|
|
790
787
|
Icons["ORGANIZECONTACTS"] = "si-organize-contacts";
|
|
788
|
+
Icons["PASSWORD"] = "si-password";
|
|
791
789
|
Icons["PENDINGINCOMPLETE"] = "si-pending-incomplete";
|
|
792
790
|
Icons["PHONENUMBER"] = "si-phone-number";
|
|
793
791
|
Icons["PREVIEW"] = "si-preview";
|
|
794
792
|
Icons["PROMOTE"] = "si-promote";
|
|
793
|
+
Icons["REFERRAL"] = "si-referral";
|
|
795
794
|
Icons["REFRESH"] = "si-refresh";
|
|
796
795
|
Icons["REMOVE"] = "si-remove";
|
|
797
|
-
Icons["EXCLUDE"] = "si-exclude";
|
|
798
796
|
Icons["RESULTSFILTERS"] = "si-results-filters";
|
|
799
797
|
Icons["REVIEW"] = "si-review";
|
|
800
798
|
Icons["SALARY"] = "si-salary";
|
|
@@ -807,13 +805,16 @@ var Icons;
|
|
|
807
805
|
Icons["SORTMINI"] = "si-sort-mini";
|
|
808
806
|
Icons["STATUS"] = "si-status";
|
|
809
807
|
Icons["SYSTEMACTION"] = "si-system-action";
|
|
808
|
+
Icons["TAG"] = "si-tag";
|
|
810
809
|
Icons["TASKCOMPLETED"] = "si-task-completed";
|
|
811
810
|
Icons["TASKOPEN"] = "si-task-open";
|
|
811
|
+
Icons["TEAM"] = "si-team";
|
|
812
812
|
Icons["TIMEFRAME"] = "si-timeframe";
|
|
813
813
|
Icons["TIMELINE"] = "si-timeline";
|
|
814
814
|
Icons["UPLOAD"] = "si-upload";
|
|
815
815
|
Icons["USERMULTIPLE"] = "si-user-multiple";
|
|
816
816
|
Icons["USER"] = "si-user";
|
|
817
|
+
Icons["WORKFLOW"] = "si-workflow";
|
|
817
818
|
})(Icons || (Icons = {}));
|
|
818
819
|
|
|
819
820
|
class IconWrapperComponent {
|
|
@@ -2035,9 +2036,9 @@ class IconExplorerHelper {
|
|
|
2035
2036
|
hasBorder: false,
|
|
2036
2037
|
},
|
|
2037
2038
|
{
|
|
2038
|
-
icon: Icons.
|
|
2039
|
-
iconName: '
|
|
2040
|
-
iconClass: 'si-
|
|
2039
|
+
icon: Icons.ACTIVITY,
|
|
2040
|
+
iconName: 'ACTIVITY',
|
|
2041
|
+
iconClass: 'si-activity',
|
|
2041
2042
|
hasBorder: false,
|
|
2042
2043
|
},
|
|
2043
2044
|
{
|
|
@@ -2047,9 +2048,9 @@ class IconExplorerHelper {
|
|
|
2047
2048
|
hasBorder: false,
|
|
2048
2049
|
},
|
|
2049
2050
|
{
|
|
2050
|
-
icon: Icons.
|
|
2051
|
-
iconName: '
|
|
2052
|
-
iconClass: 'si-
|
|
2051
|
+
icon: Icons.ADVERTISE,
|
|
2052
|
+
iconName: 'ADVERTISE',
|
|
2053
|
+
iconClass: 'si-advertise',
|
|
2053
2054
|
hasBorder: false,
|
|
2054
2055
|
},
|
|
2055
2056
|
{
|
|
@@ -2076,6 +2077,12 @@ class IconExplorerHelper {
|
|
|
2076
2077
|
iconClass: 'si-chatbot',
|
|
2077
2078
|
hasBorder: false,
|
|
2078
2079
|
},
|
|
2080
|
+
{
|
|
2081
|
+
icon: Icons.CLOSEMODAL,
|
|
2082
|
+
iconName: 'CLOSEMODAL',
|
|
2083
|
+
iconClass: 'si-close-modal',
|
|
2084
|
+
hasBorder: false,
|
|
2085
|
+
},
|
|
2079
2086
|
{
|
|
2080
2087
|
icon: Icons.CODETAG,
|
|
2081
2088
|
iconName: 'CODETAG',
|
|
@@ -2088,12 +2095,6 @@ class IconExplorerHelper {
|
|
|
2088
2095
|
iconClass: 'si-confirmation',
|
|
2089
2096
|
hasBorder: false,
|
|
2090
2097
|
},
|
|
2091
|
-
{
|
|
2092
|
-
icon: Icons.CLOSEMODAL,
|
|
2093
|
-
iconName: 'CLOSEMODAL',
|
|
2094
|
-
iconClass: 'si-close-modal',
|
|
2095
|
-
hasBorder: false,
|
|
2096
|
-
},
|
|
2097
2098
|
{
|
|
2098
2099
|
icon: Icons.COLLAPSE,
|
|
2099
2100
|
iconName: 'COLLAPSE',
|
|
@@ -2148,12 +2149,24 @@ class IconExplorerHelper {
|
|
|
2148
2149
|
iconClass: 'si-email-send',
|
|
2149
2150
|
hasBorder: false,
|
|
2150
2151
|
},
|
|
2152
|
+
{
|
|
2153
|
+
icon: Icons.EXCLUDE,
|
|
2154
|
+
iconName: 'EXCLUDE',
|
|
2155
|
+
iconClass: 'si-exclude',
|
|
2156
|
+
hasBorder: false,
|
|
2157
|
+
},
|
|
2151
2158
|
{
|
|
2152
2159
|
icon: Icons.EXPAND,
|
|
2153
2160
|
iconName: 'EXPAND',
|
|
2154
2161
|
iconClass: 'si-expand',
|
|
2155
2162
|
hasBorder: false,
|
|
2156
2163
|
},
|
|
2164
|
+
{
|
|
2165
|
+
icon: Icons.FAVORITE,
|
|
2166
|
+
iconName: 'FAVORITE',
|
|
2167
|
+
iconClass: 'si-favorite',
|
|
2168
|
+
hasBorder: false,
|
|
2169
|
+
},
|
|
2157
2170
|
{
|
|
2158
2171
|
icon: Icons.FIELD,
|
|
2159
2172
|
iconName: 'FIELD',
|
|
@@ -2172,12 +2185,6 @@ class IconExplorerHelper {
|
|
|
2172
2185
|
iconClass: 'si-form',
|
|
2173
2186
|
hasBorder: false,
|
|
2174
2187
|
},
|
|
2175
|
-
{
|
|
2176
|
-
icon: Icons.FAVORITE,
|
|
2177
|
-
iconName: 'FAVORITE',
|
|
2178
|
-
iconClass: 'si-favorite',
|
|
2179
|
-
hasBorder: false,
|
|
2180
|
-
},
|
|
2181
2188
|
{
|
|
2182
2189
|
icon: Icons.FEEDBACKMAYBE,
|
|
2183
2190
|
iconName: 'FEEDBACKMAYBE',
|
|
@@ -2226,18 +2233,18 @@ class IconExplorerHelper {
|
|
|
2226
2233
|
iconClass: 'si-interview',
|
|
2227
2234
|
hasBorder: false,
|
|
2228
2235
|
},
|
|
2229
|
-
{
|
|
2230
|
-
icon: Icons.LIST,
|
|
2231
|
-
iconName: 'LIST',
|
|
2232
|
-
iconClass: 'si-list',
|
|
2233
|
-
hasBorder: false,
|
|
2234
|
-
},
|
|
2235
2236
|
{
|
|
2236
2237
|
icon: Icons.LINK,
|
|
2237
2238
|
iconName: 'LINK',
|
|
2238
2239
|
iconClass: 'si-link',
|
|
2239
2240
|
hasBorder: false,
|
|
2240
2241
|
},
|
|
2242
|
+
{
|
|
2243
|
+
icon: Icons.LIST,
|
|
2244
|
+
iconName: 'LIST',
|
|
2245
|
+
iconClass: 'si-list',
|
|
2246
|
+
hasBorder: false,
|
|
2247
|
+
},
|
|
2241
2248
|
{
|
|
2242
2249
|
icon: Icons.LOCATION,
|
|
2243
2250
|
iconName: 'LOCATION',
|
|
@@ -2322,6 +2329,12 @@ class IconExplorerHelper {
|
|
|
2322
2329
|
iconClass: 'si-merge',
|
|
2323
2330
|
hasBorder: false,
|
|
2324
2331
|
},
|
|
2332
|
+
{
|
|
2333
|
+
icon: Icons.MOREOPTIONS,
|
|
2334
|
+
iconName: 'MOREOPTIONS',
|
|
2335
|
+
iconClass: 'si-more-options',
|
|
2336
|
+
hasBorder: false,
|
|
2337
|
+
},
|
|
2325
2338
|
{
|
|
2326
2339
|
icon: Icons.MOVE,
|
|
2327
2340
|
iconName: 'MOVE',
|
|
@@ -2400,12 +2413,6 @@ class IconExplorerHelper {
|
|
|
2400
2413
|
iconClass: 'si-remove',
|
|
2401
2414
|
hasBorder: false,
|
|
2402
2415
|
},
|
|
2403
|
-
{
|
|
2404
|
-
icon: Icons.EXCLUDE,
|
|
2405
|
-
iconName: 'EXCLUDE',
|
|
2406
|
-
iconClass: 'si-exclude',
|
|
2407
|
-
hasBorder: false,
|
|
2408
|
-
},
|
|
2409
2416
|
{
|
|
2410
2417
|
icon: Icons.RESULTSFILTERS,
|
|
2411
2418
|
iconName: 'RESULTSFILTERS',
|
|
@@ -2520,18 +2527,18 @@ class IconExplorerHelper {
|
|
|
2520
2527
|
iconClass: 'si-upload',
|
|
2521
2528
|
hasBorder: false,
|
|
2522
2529
|
},
|
|
2523
|
-
{
|
|
2524
|
-
icon: Icons.USERMULTIPLE,
|
|
2525
|
-
iconName: 'USERMULTIPLE',
|
|
2526
|
-
iconClass: 'si-user-multiple',
|
|
2527
|
-
hasBorder: false,
|
|
2528
|
-
},
|
|
2529
2530
|
{
|
|
2530
2531
|
icon: Icons.USER,
|
|
2531
2532
|
iconName: 'USER',
|
|
2532
2533
|
iconClass: 'si-user',
|
|
2533
2534
|
hasBorder: false,
|
|
2534
2535
|
},
|
|
2536
|
+
{
|
|
2537
|
+
icon: Icons.USERMULTIPLE,
|
|
2538
|
+
iconName: 'USERMULTIPLE',
|
|
2539
|
+
iconClass: 'si-user-multiple',
|
|
2540
|
+
hasBorder: false,
|
|
2541
|
+
},
|
|
2535
2542
|
{
|
|
2536
2543
|
icon: Icons.WORKFLOW,
|
|
2537
2544
|
iconName: 'WORKFLOW',
|