@esri/calcite-ui-icons 4.0.0-next.4 → 4.0.0-next.6

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.
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-ui-icons",
3
- "version": "4.0.0-next.4",
3
+ "version": "4.0.0-next.6",
4
4
  "private": false,
5
5
  "description": "A collection of UI SVG icons created by Esri for applications.",
6
6
  "keywords": [
@@ -29,6 +29,7 @@
29
29
  "icons/",
30
30
  "js/",
31
31
  "lib/",
32
+ "fonts/*.ttf",
32
33
  "bin/sprinter.js",
33
34
  "docs/icons.json",
34
35
  "docs/keywords.json",
@@ -39,16 +40,18 @@
39
40
  "sprite-32.svg"
40
41
  ],
41
42
  "scripts": {
42
- "build": "npm run copy-assets && npm run buildsprite-16 && npm run buildsprite-24 && npm run buildsprite-32 && npm run optimize",
43
- "buildsprite-16": "svgstore -o sprite-16.svg icons/*-16*.svg",
44
- "buildsprite-24": "svgstore -o sprite-24.svg icons/*-24*.svg",
45
- "buildsprite-32": "svgstore -o sprite-32.svg icons/*-32*.svg",
43
+ "build": "node bin/cli.js",
44
+ "postbuild": "npm run build:sprite && npm run build:fonts",
45
+ "build:fonts": "bin/build-fonts.js || true",
46
+ "build:sprite": "concurrently npm:build:sprite-*",
47
+ "build:sprite-16": "svgstore -o sprite-16.svg icons/*-16*.svg",
48
+ "build:sprite-24": "svgstore -o sprite-24.svg icons/*-24*.svg",
49
+ "build:sprite-32": "svgstore -o sprite-32.svg icons/*-32*.svg",
46
50
  "convert-all-desktop-multi": "node bin/convert-mobile.js -o \"../desktop-output\" -i \"16\" -s 16 && node bin/convert-mobile.js -o \"../desktop-output\" -s 24 && node bin/convert-mobile.js -o \"../desktop-output\" -s 32 && node bin/convert-mobile.js -o \"../desktop-output\" -s 64",
47
51
  "convert-all-desktop:size": "node bin/convert-mobile.js -o \"../desktop-output\" -i \"16\" -s",
48
52
  "convert-all-ios": "node bin/convert-mobile.js -o \"../mobile-output\" -p \"ios\" -i \"24\"",
49
53
  "convert-all-ios:size": "node bin/convert-mobile.js -o \"../mobile-output\" -p \"ios\" -s",
50
54
  "copy-assets": "cpy \"../../node_modules/calcite-web/dist/js/calcite-web.min.js\" \"../../node_modules/calcite-web/dist/css/calcite-web.min.css\" \"./docs/resources\" --flat",
51
- "optimize": "node bin/cli.js",
52
55
  "spriter": "node bin/spriter.js",
53
56
  "start": "npm run copy-assets && node bin/server.js"
54
57
  },
@@ -58,6 +61,7 @@
58
61
  "camelcase": "6.3.0",
59
62
  "cli-progress": "^3.12.0",
60
63
  "debounce": "^2.1.0",
64
+ "fantasticon": "3.0.0",
61
65
  "fs-extra": "11.2.0",
62
66
  "glob": "^11.0.0",
63
67
  "svg2img": "1.0.0-beta.2",
@@ -69,5 +73,5 @@
69
73
  "volta": {
70
74
  "extends": "../../package.json"
71
75
  },
72
- "gitHead": "ebc838232ba13f2be008a64570e42ff0f9c444b7"
76
+ "gitHead": "7a78f7d5afe9f8d60fe3cf89980c958696f08779"
73
77
  }