edvoyui-component-library-test-flight 0.0.151 → 0.0.152

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,7 +1,7 @@
1
1
  {
2
2
  "name": "edvoyui-component-library-test-flight",
3
3
  "private": false,
4
- "version": "0.0.151",
4
+ "version": "0.0.152",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist/",
@@ -242,6 +242,7 @@ import EUICheckbox from "../checkbox/EUICheckbox.vue";
242
242
  import EUITag from "../tag/EUITag.vue";
243
243
  import Popper from "vue3-popper";
244
244
  import CheckTick from "../../assets/svg/CheckTick.vue";
245
+ import { XMarkIcon } from "@heroicons/vue/20/solid";
245
246
 
246
247
  // Props
247
248
  interface Props {