classcard-ui 0.2.544 → 0.2.545

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.544",
3
+ "version": "0.2.545",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -25,7 +25,7 @@
25
25
  class="inline-flex items-center rounded-md px-4 py-2 text-sm font-medium shadow-sm focus:outline-none focus:ring-2 focus:ring-offset-2 disabled:opacity-50"
26
26
  @click.prevent="$emit('action')"
27
27
  >
28
- <c-icon v-if="isLoading" class="mr-2 h-5 w-5" name="loader"></c-icon>
28
+ <c-icon v-if="isLoading" class="mr-2 h-4 w-4" name="loader"></c-icon>
29
29
  <c-icon
30
30
  v-if="icon && !isLoading"
31
31
  :type="icon.type"
@@ -44,7 +44,7 @@
44
44
  class="inline-flex items-center rounded-md px-3 py-2 text-sm font-medium shadow-sm focus:outline-none focus:ring-2 focus:ring-offset-2 disabled:opacity-50"
45
45
  @click.prevent="$emit('action')"
46
46
  >
47
- <c-icon v-if="isLoading" class="mr-2 h-5 w-5" name="loader"></c-icon>
47
+ <c-icon v-if="isLoading" class="mr-2 h-4 w-4" name="loader"></c-icon>
48
48
  <c-icon
49
49
  v-if="icon && !isLoading"
50
50
  :type="icon.type"