@sc-360-v2/storefront-cms-library 0.2.45 → 0.2.46

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.
@@ -1,3 +1,4 @@
1
1
  import CMSSVG from "./cms-svg-icons";
2
2
  import SVG from "./svg-icons";
3
- export { CMSSVG, SVG };
3
+ import SVGLibrary from "./updated-icons";
4
+ export { CMSSVG, SVG, SVGLibrary };
@@ -0,0 +1,5 @@
1
+ declare const SVGLibrary: {
2
+ name: string;
3
+ code: string;
4
+ }[];
5
+ export default SVGLibrary;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.2.45",
3
+ "version": "0.2.46",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {