@avakhula/ui 0.0.311 → 0.0.313

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.311",
3
+ "version": "0.0.313",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.umd.cjs",
6
6
  "source": "src/index.js",
@@ -284,6 +284,7 @@ body.modal-open {
284
284
  @include Ib-H2-medium;
285
285
  color: $modal-title-color;
286
286
  margin-bottom: 15px;
287
+ padding-right: 25px;
287
288
  }
288
289
 
289
290
  .modal-content.without-title {
@@ -451,8 +451,6 @@ export default {
451
451
  deep: true,
452
452
  },
453
453
  val(value) {
454
- console.log(value);
455
-
456
454
  if (
457
455
  this.watchClearValue &&
458
456
  (!value || (Array.isArray(value) && !value.length))