@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 {
|
|
@@ -2037,9 +2038,9 @@ class IconExplorerHelper {
|
|
|
2037
2038
|
hasBorder: false,
|
|
2038
2039
|
},
|
|
2039
2040
|
{
|
|
2040
|
-
icon: Icons.
|
|
2041
|
-
iconName: '
|
|
2042
|
-
iconClass: 'si-
|
|
2041
|
+
icon: Icons.ACTIVITY,
|
|
2042
|
+
iconName: 'ACTIVITY',
|
|
2043
|
+
iconClass: 'si-activity',
|
|
2043
2044
|
hasBorder: false,
|
|
2044
2045
|
},
|
|
2045
2046
|
{
|
|
@@ -2049,9 +2050,9 @@ class IconExplorerHelper {
|
|
|
2049
2050
|
hasBorder: false,
|
|
2050
2051
|
},
|
|
2051
2052
|
{
|
|
2052
|
-
icon: Icons.
|
|
2053
|
-
iconName: '
|
|
2054
|
-
iconClass: 'si-
|
|
2053
|
+
icon: Icons.ADVERTISE,
|
|
2054
|
+
iconName: 'ADVERTISE',
|
|
2055
|
+
iconClass: 'si-advertise',
|
|
2055
2056
|
hasBorder: false,
|
|
2056
2057
|
},
|
|
2057
2058
|
{
|
|
@@ -2078,6 +2079,12 @@ class IconExplorerHelper {
|
|
|
2078
2079
|
iconClass: 'si-chatbot',
|
|
2079
2080
|
hasBorder: false,
|
|
2080
2081
|
},
|
|
2082
|
+
{
|
|
2083
|
+
icon: Icons.CLOSEMODAL,
|
|
2084
|
+
iconName: 'CLOSEMODAL',
|
|
2085
|
+
iconClass: 'si-close-modal',
|
|
2086
|
+
hasBorder: false,
|
|
2087
|
+
},
|
|
2081
2088
|
{
|
|
2082
2089
|
icon: Icons.CODETAG,
|
|
2083
2090
|
iconName: 'CODETAG',
|
|
@@ -2090,12 +2097,6 @@ class IconExplorerHelper {
|
|
|
2090
2097
|
iconClass: 'si-confirmation',
|
|
2091
2098
|
hasBorder: false,
|
|
2092
2099
|
},
|
|
2093
|
-
{
|
|
2094
|
-
icon: Icons.CLOSEMODAL,
|
|
2095
|
-
iconName: 'CLOSEMODAL',
|
|
2096
|
-
iconClass: 'si-close-modal',
|
|
2097
|
-
hasBorder: false,
|
|
2098
|
-
},
|
|
2099
2100
|
{
|
|
2100
2101
|
icon: Icons.COLLAPSE,
|
|
2101
2102
|
iconName: 'COLLAPSE',
|
|
@@ -2150,12 +2151,24 @@ class IconExplorerHelper {
|
|
|
2150
2151
|
iconClass: 'si-email-send',
|
|
2151
2152
|
hasBorder: false,
|
|
2152
2153
|
},
|
|
2154
|
+
{
|
|
2155
|
+
icon: Icons.EXCLUDE,
|
|
2156
|
+
iconName: 'EXCLUDE',
|
|
2157
|
+
iconClass: 'si-exclude',
|
|
2158
|
+
hasBorder: false,
|
|
2159
|
+
},
|
|
2153
2160
|
{
|
|
2154
2161
|
icon: Icons.EXPAND,
|
|
2155
2162
|
iconName: 'EXPAND',
|
|
2156
2163
|
iconClass: 'si-expand',
|
|
2157
2164
|
hasBorder: false,
|
|
2158
2165
|
},
|
|
2166
|
+
{
|
|
2167
|
+
icon: Icons.FAVORITE,
|
|
2168
|
+
iconName: 'FAVORITE',
|
|
2169
|
+
iconClass: 'si-favorite',
|
|
2170
|
+
hasBorder: false,
|
|
2171
|
+
},
|
|
2159
2172
|
{
|
|
2160
2173
|
icon: Icons.FIELD,
|
|
2161
2174
|
iconName: 'FIELD',
|
|
@@ -2174,12 +2187,6 @@ class IconExplorerHelper {
|
|
|
2174
2187
|
iconClass: 'si-form',
|
|
2175
2188
|
hasBorder: false,
|
|
2176
2189
|
},
|
|
2177
|
-
{
|
|
2178
|
-
icon: Icons.FAVORITE,
|
|
2179
|
-
iconName: 'FAVORITE',
|
|
2180
|
-
iconClass: 'si-favorite',
|
|
2181
|
-
hasBorder: false,
|
|
2182
|
-
},
|
|
2183
2190
|
{
|
|
2184
2191
|
icon: Icons.FEEDBACKMAYBE,
|
|
2185
2192
|
iconName: 'FEEDBACKMAYBE',
|
|
@@ -2228,18 +2235,18 @@ class IconExplorerHelper {
|
|
|
2228
2235
|
iconClass: 'si-interview',
|
|
2229
2236
|
hasBorder: false,
|
|
2230
2237
|
},
|
|
2231
|
-
{
|
|
2232
|
-
icon: Icons.LIST,
|
|
2233
|
-
iconName: 'LIST',
|
|
2234
|
-
iconClass: 'si-list',
|
|
2235
|
-
hasBorder: false,
|
|
2236
|
-
},
|
|
2237
2238
|
{
|
|
2238
2239
|
icon: Icons.LINK,
|
|
2239
2240
|
iconName: 'LINK',
|
|
2240
2241
|
iconClass: 'si-link',
|
|
2241
2242
|
hasBorder: false,
|
|
2242
2243
|
},
|
|
2244
|
+
{
|
|
2245
|
+
icon: Icons.LIST,
|
|
2246
|
+
iconName: 'LIST',
|
|
2247
|
+
iconClass: 'si-list',
|
|
2248
|
+
hasBorder: false,
|
|
2249
|
+
},
|
|
2243
2250
|
{
|
|
2244
2251
|
icon: Icons.LOCATION,
|
|
2245
2252
|
iconName: 'LOCATION',
|
|
@@ -2324,6 +2331,12 @@ class IconExplorerHelper {
|
|
|
2324
2331
|
iconClass: 'si-merge',
|
|
2325
2332
|
hasBorder: false,
|
|
2326
2333
|
},
|
|
2334
|
+
{
|
|
2335
|
+
icon: Icons.MOREOPTIONS,
|
|
2336
|
+
iconName: 'MOREOPTIONS',
|
|
2337
|
+
iconClass: 'si-more-options',
|
|
2338
|
+
hasBorder: false,
|
|
2339
|
+
},
|
|
2327
2340
|
{
|
|
2328
2341
|
icon: Icons.MOVE,
|
|
2329
2342
|
iconName: 'MOVE',
|
|
@@ -2402,12 +2415,6 @@ class IconExplorerHelper {
|
|
|
2402
2415
|
iconClass: 'si-remove',
|
|
2403
2416
|
hasBorder: false,
|
|
2404
2417
|
},
|
|
2405
|
-
{
|
|
2406
|
-
icon: Icons.EXCLUDE,
|
|
2407
|
-
iconName: 'EXCLUDE',
|
|
2408
|
-
iconClass: 'si-exclude',
|
|
2409
|
-
hasBorder: false,
|
|
2410
|
-
},
|
|
2411
2418
|
{
|
|
2412
2419
|
icon: Icons.RESULTSFILTERS,
|
|
2413
2420
|
iconName: 'RESULTSFILTERS',
|
|
@@ -2522,18 +2529,18 @@ class IconExplorerHelper {
|
|
|
2522
2529
|
iconClass: 'si-upload',
|
|
2523
2530
|
hasBorder: false,
|
|
2524
2531
|
},
|
|
2525
|
-
{
|
|
2526
|
-
icon: Icons.USERMULTIPLE,
|
|
2527
|
-
iconName: 'USERMULTIPLE',
|
|
2528
|
-
iconClass: 'si-user-multiple',
|
|
2529
|
-
hasBorder: false,
|
|
2530
|
-
},
|
|
2531
2532
|
{
|
|
2532
2533
|
icon: Icons.USER,
|
|
2533
2534
|
iconName: 'USER',
|
|
2534
2535
|
iconClass: 'si-user',
|
|
2535
2536
|
hasBorder: false,
|
|
2536
2537
|
},
|
|
2538
|
+
{
|
|
2539
|
+
icon: Icons.USERMULTIPLE,
|
|
2540
|
+
iconName: 'USERMULTIPLE',
|
|
2541
|
+
iconClass: 'si-user-multiple',
|
|
2542
|
+
hasBorder: false,
|
|
2543
|
+
},
|
|
2537
2544
|
{
|
|
2538
2545
|
icon: Icons.WORKFLOW,
|
|
2539
2546
|
iconName: 'WORKFLOW',
|