classcard-ui 0.2.765 → 0.2.766

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.765",
3
+ "version": "0.2.766",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -6,7 +6,7 @@
6
6
  class="mb-4 rounded-lg bg-gray-50 p-3"
7
7
  >
8
8
  <div class="flex items-center justify-between">
9
- <div v-if="searching" class="flex-1">
9
+ <div v-if="searching" class="flex flex-1 items-center">
10
10
  <c-input
11
11
  v-model="searchTerm"
12
12
  :isValidate="searching"
@@ -14,6 +14,7 @@
14
14
  class="-mt-1 mr-3 w-auto sm:w-56"
15
15
  type="text"
16
16
  ></c-input>
17
+ <slot name="tableInfo"></slot>
17
18
  </div>
18
19
  <div class="flex flex-1 justify-end">
19
20
  <!-- dropdown icon on top right of table -->