classcard-ui 0.2.790 → 0.2.792

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.790",
3
+ "version": "0.2.792",
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 flex-1 items-center">
9
+ <div v-if="searching" class="flex items-center">
10
10
  <c-input
11
11
  v-model="searchTerm"
12
12
  :isValidate="searching"
@@ -117,6 +117,7 @@ export default {
117
117
  },
118
118
  filestackId: {
119
119
  type: String,
120
+ default: "filestack-uploader",
120
121
  },
121
122
  openIcon: {
122
123
  type: Object,