@symphony-talent/component-library 4.123.0 → 4.124.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 +1 -0
  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 +8 -5
  20. package/projects/component-library/global-assets/iconography/{sfx-icons-v5.json → sfx-icons-v6.json} +50 -23
  21. package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +2 -1
@@ -1443,6 +1443,7 @@ var Icons;
1443
1443
  Icons["USER"] = "si-user";
1444
1444
  Icons["WORKFLOW"] = "si-workflow";
1445
1445
  Icons["QRCODE"] = "si-qr-code";
1446
+ Icons["ANALYTICSBETA"] = "si-analytics-new";
1446
1447
  })(Icons || (Icons = {}));
1447
1448
 
1448
1449
  class IconWrapperComponent {
@@ -5971,6 +5972,12 @@ class IconExplorerHelper {
5971
5972
  iconClass: 'si-workflow',
5972
5973
  hasBorder: false,
5973
5974
  },
5975
+ {
5976
+ icon: Icons.ANALYTICSBETA,
5977
+ iconName: 'ANALYTICSBETA',
5978
+ iconClass: 'si-analytics-new',
5979
+ hasBorder: false,
5980
+ },
5974
5981
  ];
5975
5982
  }
5976
5983
  static getInverseIconList() {