@zohodesk/icons 1.2.2 → 1.2.3

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/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  In this GiftBox we Provide FontIcons
4
4
 
5
5
 
6
- # 1.2.0, # 1.2.1, # 1.2.2
6
+ # 1.2.0, # 1.2.1, # 1.2.2, # 1.2.3
7
7
 
8
8
  - assets_final folder removed, use fonts from assets folder (Impacted)
9
9
 
package/es/Icon/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { FontFactory } from "./FontFactory";
3
- import FontIcon from "../v1/FontIcon";
3
+ import FontIcon from "./FontIcon";
4
4
 
5
5
  function getAddforms() {
6
6
  return require("../../assets/react/zd-font-react-addforms.module.css");
package/lib/Icon/index.js CHANGED
@@ -9,7 +9,7 @@ var _react = _interopRequireDefault(require("react"));
9
9
 
10
10
  var _FontFactory = require("./FontFactory");
11
11
 
12
- var _FontIcon = _interopRequireDefault(require("../v1/FontIcon"));
12
+ var _FontIcon = _interopRequireDefault(require("./FontIcon"));
13
13
 
14
14
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/icons",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "DOT - Icons",
5
5
  "main": "es/index.js",
6
6
  "module": "es/index.js",