classcard-ui 0.2.383 → 0.2.385

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": "classcard-ui",
3
- "version": "0.2.383",
3
+ "version": "0.2.385",
4
4
  "main": "dist/classcard-ui.common.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -50,12 +50,10 @@
50
50
  type="button"
51
51
  v-if="items.listIcon"
52
52
  @click="$emit('remove')"
53
- class="focus:outline-none flex h-8 w-8 items-center justify-center rounded-full text-gray-500 hover:bg-red-100 hover:text-red-800 focus:ring-2 focus:ring-red-500"
53
+ class="focus:outline-none"
54
54
  >
55
- <!-- <c-icon name="trash" type="solid" class="h-5 w-5 hover:text-red-800"></c-icon> -->
55
+ <!-- slot for delete icons -->
56
56
  <slot name="removeIcons"></slot>
57
- {{ items.deleteText }}
58
- <!-- remove -->
59
57
  </button>
60
58
  </div>
61
59
  </div>