@kando-env/kando-ui 1.2.34-alpha.8 → 1.2.34-alpha.9

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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var packageJsonVersion = "1.2.34-alpha.8";
3
+ var packageJsonVersion = "1.2.34-alpha.9";
4
4
 
5
5
  if (typeof packageJsonVersion === 'string') {
6
6
  // eslint-disable-next-line no-console
@@ -100,7 +100,7 @@
100
100
  .uploadFileBtn {
101
101
  &:hover,
102
102
  &:active {
103
- opacity: 85%;
103
+ opacity: 0.85;
104
104
  }
105
105
  cursor: pointer;
106
106
  color: white;
@@ -118,6 +118,7 @@
118
118
  &:active {
119
119
  color: white;
120
120
  background: #e31b62;
121
+ opacity: 0.85;
121
122
  }
122
123
  background: white;
123
124
  color: #e31b62;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kando-env/kando-ui",
3
- "version": "1.2.34-alpha.8",
3
+ "version": "1.2.34-alpha.9",
4
4
  "main": "lib/index.js",
5
5
  "author": "Nadav(Private) <nadavk72@gmail.com>",
6
6
  "scripts": {