intelicoreact 0.2.66 → 0.2.67

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.
@@ -106,7 +106,8 @@
106
106
  bottom: 2px;
107
107
  border: 1px solid transparent;
108
108
  transition: 0.3s ease;
109
-
109
+ cursor: pointer;
110
+
110
111
  &--pass {
111
112
  left: 1px;
112
113
  width: 44px;
@@ -15,20 +15,20 @@
15
15
  font-size: 12px;
16
16
  font-weight: 400;
17
17
  font-family: Roboto, sans-serif;
18
-
18
+
19
19
  &:focus {
20
20
  border-color: $color--primary;
21
21
  filter: drop-shadow(0px 0px 4px rgba(93, 120, 255, 0.5));
22
22
  }
23
-
23
+
24
24
  &:disabled {
25
25
  background: #f7f8fa;
26
26
  opacity: 0.5;
27
27
  border-color: #a6acb1;
28
28
  pointer-events: none;
29
29
  }
30
-
31
- @include custom-scroll;
30
+
31
+ @include custom-scroll2;
32
32
  }
33
33
 
34
34
  // &-label {
@@ -215,9 +215,6 @@
215
215
  min-height: 400px;
216
216
  max-height: 500px;
217
217
 
218
- .status {
219
- padding: 0;
220
- }
221
218
  thead {
222
219
  background-color: unset;
223
220
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "0.2.66",
3
+ "version": "0.2.67",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [