@symphony-talent/component-library 4.88.0 → 4.90.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 (21) hide show
  1. package/esm2020/lib/atoms/icon/icon.enum.mjs +2 -1
  2. package/esm2020/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +7 -1
  3. package/esm2020/projects/component-library/lib/atoms/icon/icon.enum.mjs +2 -1
  4. package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +7 -1
  5. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +7 -0
  6. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  7. package/fesm2015/symphony-talent-component-library.mjs +7 -0
  8. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  9. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +7 -0
  10. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  11. package/fesm2020/symphony-talent-component-library.mjs +7 -0
  12. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  13. package/lib/atoms/icon/icon.enum.d.ts +2 -1
  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 +62 -61
  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 +70 -67
  20. package/projects/component-library/global-assets/iconography/{sfx-icons-v4.json → sfx-icons-v5.json} +217 -92
  21. package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +2 -1
@@ -1365,6 +1365,7 @@ var Icons;
1365
1365
  Icons["USERMULTIPLE"] = "si-user-multiple";
1366
1366
  Icons["USER"] = "si-user";
1367
1367
  Icons["WORKFLOW"] = "si-workflow";
1368
+ Icons["QRCODE"] = "si-qr-code";
1368
1369
  })(Icons || (Icons = {}));
1369
1370
 
1370
1371
  class IconWrapperComponent {
@@ -5136,6 +5137,12 @@ class IconExplorerHelper {
5136
5137
  }
5137
5138
  static getHasNoBorderIconList() {
5138
5139
  return [
5140
+ {
5141
+ icon: Icons.QRCODE,
5142
+ iconName: 'QR CODE',
5143
+ iconClass: 'si-qr-code',
5144
+ hasBorder: false,
5145
+ },
5139
5146
  {
5140
5147
  icon: Icons.ASSIGNTOACTIONS,
5141
5148
  iconName: 'ASSIGNTOACTIONS',