@integrigo/integrigo-ui 1.2.3 → 1.2.4

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://npm.pkg.github.com/integrigo"
5
5
  },
6
- "version": "1.2.3",
6
+ "version": "1.2.4",
7
7
  "main": "lib/index.js",
8
8
  "module": "lib/index.esm.js",
9
9
  "types": "lib/index.d.ts",
@@ -8,7 +8,7 @@ import { IconProp } from "@fortawesome/fontawesome-svg-core";
8
8
  import * as SolidIcons from "@fortawesome/free-solid-svg-icons";
9
9
  import * as BrandIcons from "@fortawesome/free-brands-svg-icons";
10
10
 
11
- const ICONS = ["bars", "plus", "minus"];
11
+ const ICONS = ["bars", "plus", "minus", "phone", "envelope"];
12
12
  const SOCIAL_ICONS = ["facebook", "instagram", "linkedin"];
13
13
 
14
14
  type IconType = typeof ICONS[number];