oolib 2.1.7 → 2.1.8

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.
@@ -27,6 +27,7 @@ var black_opacity50 = 'rgba(0, 0, 0, 0.5)';
27
27
  var greyColor100 = '#383838';
28
28
  var greyColor80 = '#606060';
29
29
  var greyColor70 = '#747474';
30
+ var greyColor50 = '#9B9B9B';
30
31
  var greyColor40 = '#afafaf';
31
32
  var greyColor15 = '#e1e1e1';
32
33
  var greyColor10 = '#EBEBEB';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.1.7",
3
+ "version": "2.1.8",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",