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
|
@@ -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 {
|