@zohodesk/components 1.2.51 → 1.2.52

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.
@@ -15,7 +15,7 @@ var _cssJSLogic2 = _interopRequireDefault(require("./css/cssJSLogic"));
15
15
 
16
16
  var _utils = require("@zohodesk/utils");
17
17
 
18
- var _TypographyModule = _interopRequireDefault(require("./css/Typography.module.css"));
18
+ var _v1_TypographyModule = _interopRequireDefault(require("./css/v1_Typography.module.css"));
19
19
 
20
20
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
21
21
 
@@ -34,7 +34,7 @@ var Typography = function Typography(props) {
34
34
  $tagAttributes_text = props.$tagAttributes_text,
35
35
  $a11yAttributes_text = props.$a11yAttributes_text,
36
36
  customStyle = props.customStyle;
37
- var style = (0, _utils.mergeStyle)(_TypographyModule["default"], customStyle);
37
+ var style = (0, _utils.mergeStyle)(_v1_TypographyModule["default"], customStyle);
38
38
 
39
39
  var _cssJSLogic = (0, _cssJSLogic2["default"])({
40
40
  props: props,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/components",
3
- "version": "1.2.51",
3
+ "version": "1.2.52",
4
4
  "main": "es/index.js",
5
5
  "module": "es/index.js",
6
6
  "private": false,
@@ -71,7 +71,7 @@
71
71
  "@zohodesk/a11y": "2.2.6",
72
72
  "@zohodesk/docstool": "1.0.0-alpha-2",
73
73
  "@zohodesk/hooks": "2.0.5",
74
- "@zohodesk/icons": "1.0.67",
74
+ "@zohodesk/icons": "1.0.68",
75
75
  "@zohodesk/svg": "1.1.22",
76
76
  "@zohodesk/utils": "1.3.14",
77
77
  "@zohodesk/variables": "1.0.0",
@@ -86,7 +86,7 @@
86
86
  "selectn": "1.1.2"
87
87
  },
88
88
  "peerDependencies": {
89
- "@zohodesk/icons": "1.0.67",
89
+ "@zohodesk/icons": "1.0.68",
90
90
  "@zohodesk/variables": "1.0.0",
91
91
  "@zohodesk/svg": "1.1.22",
92
92
  "@zohodesk/virtualizer": "1.0.3",