@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 {
@@ -5133,6 +5134,12 @@ class IconExplorerHelper {
5133
5134
  }
5134
5135
  static getHasNoBorderIconList() {
5135
5136
  return [
5137
+ {
5138
+ icon: Icons.QRCODE,
5139
+ iconName: 'QR CODE',
5140
+ iconClass: 'si-qr-code',
5141
+ hasBorder: false,
5142
+ },
5136
5143
  {
5137
5144
  icon: Icons.ASSIGNTOACTIONS,
5138
5145
  iconName: 'ASSIGNTOACTIONS',