@avakhula/ui 0.0.103 → 0.0.105

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.103",
3
+ "version": "0.0.105",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.umd.cjs",
6
6
  "source": "src/index.js",
@@ -76,7 +76,6 @@
76
76
  font-weight: 500;
77
77
  }
78
78
 
79
-
80
79
  @mixin Ib-P1 {
81
80
  font-style: normal;
82
81
  font-size: 14px;
@@ -93,6 +93,7 @@ $description-color: $gray-700;
93
93
  .head-content {
94
94
  @include Ib-H4-regular;
95
95
  color: $description-color;
96
+ width: 100%;
96
97
  }
97
98
  }
98
99
  }
@@ -854,7 +854,8 @@ export default {
854
854
  this.filter(this.filterString, options);
855
855
  },
856
856
  onClose() {
857
- this.filter(this.filterString, this.options);
857
+ this.filter("", this.options);
858
+
858
859
  if (this.isMultiple) {
859
860
  this.$emit("close", Object.keys(this.selected));
860
861
  } else {