@zohodesk/components 1.2.45 → 1.2.46

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
@@ -32,6 +32,12 @@ In this Package, we Provide Some Basic Components to Build Web App
32
32
  - TextBoxIcon
33
33
  - Tooltip
34
34
 
35
+ # 1.2.46
36
+
37
+ - **AppContainer (v1)**
38
+
39
+ - Removed color, zoom size, font size and font family variable files imports
40
+
35
41
  # 1.2.45
36
42
 
37
43
  - **GroupSelect**
@@ -3,12 +3,6 @@ import { defaultProps } from "./props/defaultProps";
3
3
  import { propTypes } from "./props/propTypes";
4
4
  import { Container, Box } from "../Layout";
5
5
  import Tooltip from "../Tooltip/Tooltip";
6
- import "../../common/basic.module.css";
7
- import '@zohodesk/variables/assets/colorVariables.module.css';
8
- import '@zohodesk/variables/assets/dotVariables.module.css';
9
- import '@zohodesk/variables/assets/sizeVariables.module.css';
10
- import '@zohodesk/variables/assets/fontsizeVariables.module.css';
11
- import '@zohodesk/variables/lib/fontFamilyVariables.module.css';
12
6
  import '@zohodesk/variables/assets/transitionVariables.module.css';
13
7
  import '@zohodesk/variables/assets/no_transitionVariables.module.css';
14
8
  import "../../common/a11y.module.css";
@@ -17,18 +17,6 @@ var _Layout = require("../Layout");
17
17
 
18
18
  var _Tooltip = _interopRequireDefault(require("../Tooltip/Tooltip"));
19
19
 
20
- require("../../common/basic.module.css");
21
-
22
- require("@zohodesk/variables/assets/colorVariables.module.css");
23
-
24
- require("@zohodesk/variables/assets/dotVariables.module.css");
25
-
26
- require("@zohodesk/variables/assets/sizeVariables.module.css");
27
-
28
- require("@zohodesk/variables/assets/fontsizeVariables.module.css");
29
-
30
- require("@zohodesk/variables/lib/fontFamilyVariables.module.css");
31
-
32
20
  require("@zohodesk/variables/assets/transitionVariables.module.css");
33
21
 
34
22
  require("@zohodesk/variables/assets/no_transitionVariables.module.css");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/components",
3
- "version": "1.2.45",
3
+ "version": "1.2.46",
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.60",
74
+ "@zohodesk/icons": "1.0.61",
75
75
  "@zohodesk/svg": "1.1.19",
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.60",
89
+ "@zohodesk/icons": "1.0.61",
90
90
  "@zohodesk/variables": "1.0.0",
91
91
  "@zohodesk/svg": "1.1.19",
92
92
  "@zohodesk/virtualizer": "1.0.3",