@zohodesk/components 1.0.0-temp-138 → 1.0.0-temp-139

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,7 +33,9 @@ In this Package, we Provide Some Basic Components to Build Web App
33
33
  - Tooltip
34
34
 
35
35
  # 1.0.0-alpha-262
36
- - **Listitem,ListitemwithAvatar,ListitemwithCheckbox,ListitemwithIcon,ListitemwithRadio** - Added New Prop 'needMultiLineText'
36
+
37
+ - **Listitem, ListitemwithAvatar, ListitemwithCheckbox, ListitemwithIcon, ListitemwithRadio** - Added New Prop `needMultiLineText`
38
+
37
39
  # 1.0.0-alpha-261
38
40
 
39
41
  - **Tab,Tabs** - Removed offsection property from css.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/components",
3
- "version": "1.0.0-temp-138",
3
+ "version": "1.0.0-temp-139",
4
4
  "main": "es/index.js",
5
5
  "module": "es/index.js",
6
6
  "private": false,