@zohodesk/dot 1.0.0-beta.186 → 1.0.0-beta.187

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,6 +2,10 @@
2
2
 
3
3
  In this Library we Provide Some Basic Components to Build Your Application
4
4
 
5
+ # 1.0.0-beta.187
6
+
7
+ - AlphabeticList => vertical spaceing incremented
8
+
5
9
  # 1.0.0-beta.186
6
10
 
7
11
  - AlphabeticList => vertical spaceing incremented, dataId prop added
@@ -32,7 +32,7 @@
32
32
  }
33
33
  .list {
34
34
  font-size: var(--zd_font_size11);
35
- flex-basis: var(--zd_size13);
35
+ flex-basis: var(--zd_size12);
36
36
  color: var(--textColor);
37
37
  text-align: center;
38
38
  cursor: pointer;
@@ -32,7 +32,7 @@
32
32
  }
33
33
  .list {
34
34
  font-size: var(--zd_font_size11);
35
- flex-basis: var(--zd_size13);
35
+ flex-basis: var(--zd_size12);
36
36
  color: var(--textColor);
37
37
  text-align: center;
38
38
  cursor: pointer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/dot",
3
- "version": "1.0.0-beta.186",
3
+ "version": "1.0.0-beta.187",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "jsnext:main": "es/index.js",
@@ -30,7 +30,7 @@
30
30
  .list {
31
31
  font-size: var(--zd_font_size11);
32
32
  text-align: center;
33
- flex-basis: var(--zd_size13);
33
+ flex-basis: var(--zd_size12);
34
34
  cursor: pointer;
35
35
  color: var(--textColor);
36
36
  }