@proximus/lavender-icon 2.0.0-alpha.61 → 2.0.0-alpha.63

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/dist/lavender.ttf CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-icon",
3
- "version": "2.0.0-alpha.61",
3
+ "version": "2.0.0-alpha.63",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",
@@ -13,10 +13,9 @@
13
13
  "svgo": "svgo -rf ./assets/figma-output -o dist/svgs",
14
14
  "sprites": "npm run svgo && node ../scripts/svgsToSprites.js",
15
15
  "svgToTTF": "node ../scripts/svgToTTF.js dist/svgs ./dist lavender",
16
- "build": "npm run clean && vite build && npm run sprites && npm run svgToTTF && tsc && npm run transform-package-json && npm run wc-manifest",
16
+ "build": "npm run clean && vite build && npm run sprites && npm run svgToTTF && npm run transform-package-json",
17
17
  "test": "vitest run --coverage",
18
- "transform-package-json": "node ../../../../scripts/tranformPackageJson.js package.json dist/far/away",
19
- "wc-manifest": "cem analyze --globs \"src/*\" --config ../../custom-elements-manifest.config.js --outdir dist"
18
+ "transform-package-json": "node ../../../../scripts/tranformPackageJson.js package.json dist/far/away"
20
19
  },
21
20
  "publishConfig": {
22
21
  "access": "public"
package/dist/index.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from '@proximus/lavender-icon-common';