@symphony-talent/component-library 4.83.0 → 4.84.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 +3 -1
- package/esm2020/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +13 -1
- package/esm2020/projects/component-library/lib/atoms/icon/icon.enum.mjs +3 -1
- package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +13 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +14 -0
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +14 -0
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +14 -0
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +14 -0
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/icon/icon.enum.d.ts +2 -0
- 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 +61 -59
- 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 +71 -66
- package/projects/component-library/global-assets/iconography/{sfx-icons-v3.json → sfx-icons-v4.json} +222 -67
- package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +2 -0
|
@@ -1220,6 +1220,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
1220
1220
|
|
|
1221
1221
|
var Icons;
|
|
1222
1222
|
(function (Icons) {
|
|
1223
|
+
Icons["ASSIGNTOACTIONS"] = "si-assign-to-actions";
|
|
1223
1224
|
Icons["ACCESS"] = "si-access";
|
|
1224
1225
|
Icons["ACTIVITY"] = "si-activity";
|
|
1225
1226
|
Icons["ADD"] = "si-add";
|
|
@@ -1243,6 +1244,7 @@ var Icons;
|
|
|
1243
1244
|
Icons["EMAILDRIP"] = "si-email-drip";
|
|
1244
1245
|
Icons["EMAILOPEN"] = "si-email-open";
|
|
1245
1246
|
Icons["EMAILSEND"] = "si-email-send";
|
|
1247
|
+
Icons["EMAILSMSDEFAULT"] = "si-email-sms-default";
|
|
1246
1248
|
Icons["EXCLUDE"] = "si-exclude";
|
|
1247
1249
|
Icons["EXPAND"] = "si-expand";
|
|
1248
1250
|
Icons["FAVORITE"] = "si-favorite";
|
|
@@ -5006,6 +5008,12 @@ class IconExplorerHelper {
|
|
|
5006
5008
|
}
|
|
5007
5009
|
static getHasNoBorderIconList() {
|
|
5008
5010
|
return [
|
|
5011
|
+
{
|
|
5012
|
+
icon: Icons.ASSIGNTOACTIONS,
|
|
5013
|
+
iconName: 'ASSIGNTOACTIONS',
|
|
5014
|
+
iconClass: 'si-assign-to-actions',
|
|
5015
|
+
hasBorder: false,
|
|
5016
|
+
},
|
|
5009
5017
|
{
|
|
5010
5018
|
icon: Icons.ACCESS,
|
|
5011
5019
|
iconName: 'ACCESS',
|
|
@@ -5144,6 +5152,12 @@ class IconExplorerHelper {
|
|
|
5144
5152
|
iconClass: 'si-email-send',
|
|
5145
5153
|
hasBorder: false,
|
|
5146
5154
|
},
|
|
5155
|
+
{
|
|
5156
|
+
icon: Icons.EMAILSMSDEFAULT,
|
|
5157
|
+
iconName: 'EMAILSMSDEFAULT',
|
|
5158
|
+
iconClass: 'si-email-sms-default',
|
|
5159
|
+
hasBorder: false,
|
|
5160
|
+
},
|
|
5147
5161
|
{
|
|
5148
5162
|
icon: Icons.EXCLUDE,
|
|
5149
5163
|
iconName: 'EXCLUDE',
|