@avakhula/ui 0.0.203 → 0.0.205

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avakhula/ui",
3
- "version": "0.0.203",
3
+ "version": "0.0.205",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.umd.cjs",
6
6
  "source": "src/index.js",
@@ -53,17 +53,7 @@ export default {
53
53
  padding: 10px;
54
54
  max-width: 240px;
55
55
  box-shadow: $ib-shadow-1;
56
-
57
- // &::after {
58
- // content: "";
59
- // width: 100%;
60
- // height: calc(100% + 5px);
61
- // position: absolute;
62
- // left: 0;
63
- // right: 0;
64
- // bottom: -5px;
65
- // z-index: -1;
66
- // }
56
+ z-index: 9999;
67
57
 
68
58
  &.ib-tooltip-large {
69
59
  box-shadow: $ib-shadow-2;
@@ -77,7 +67,6 @@ export default {
77
67
  @include Ib-H4-regular;
78
68
  }
79
69
 
80
- // Its dublicate
81
70
  &::before {
82
71
  content: "";
83
72
  width: 0;
@@ -201,7 +201,7 @@ $option-checked-hover-bg: $blue-50;
201
201
  }
202
202
 
203
203
  & + .option-label {
204
- width: calc(100% - 35px);
204
+ width: calc(100% - 65px);
205
205
  }
206
206
  }
207
207
  }