@avakhula/ui 0.0.204 → 0.0.206

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.204",
3
+ "version": "0.0.206",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.umd.cjs",
6
6
  "source": "src/index.js",
@@ -147,6 +147,7 @@ $alert-success-secondary-color: $green-50;
147
147
  margin-right: 5px;
148
148
  }
149
149
 
150
+ &-error,
150
151
  &-alert {
151
152
  border-left-color: $alert-alert-primary-color;
152
153
  background-color: $alert-alert-secondary-color;
@@ -1,5 +1,6 @@
1
1
  export const alertTypeOptions = {
2
2
  alert: "alert",
3
+ error: "error",
3
4
  warning: "warning",
4
5
  info: "info",
5
6
  success: "success",
@@ -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;