@zohodesk/dot 1.7.20 → 1.7.21

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
@@ -2,7 +2,7 @@
2
2
 
3
3
  In this Library, we Provide Some Basic Components to Build Your Application
4
4
 
5
- # 1.7.20
5
+ # 1.7.20, 1.7.21
6
6
 
7
7
  - **PhoneField**
8
8
  - RTL unicode-bidi issue fixed
@@ -223,5 +223,5 @@ position: relative;
223
223
  }
224
224
 
225
225
  .phoneField{
226
- composes: ltr from '~@zohodesk/components/es/common/common.module.css';
226
+ composes: ltr-zone from '~@zohodesk/components/es/common/common.module.css';
227
227
  }
@@ -223,5 +223,5 @@ position: relative;
223
223
  }
224
224
 
225
225
  .phoneField{
226
- composes: ltr from '~@zohodesk/components/es/common/common.module.css';
226
+ composes: ltr-zone from '~@zohodesk/components/es/common/common.module.css';
227
227
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/dot",
3
- "version": "1.7.20",
3
+ "version": "1.7.21",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "private": false,
@@ -20,5 +20,8 @@ exports.config= {
20
20
  "!**/node_modules/**"
21
21
  ]
22
22
  }
23
+ },
24
+ app:{
25
+ disableES5Transpile:true
23
26
  }
24
27
  }