classcard-ui 0.2.929 → 0.2.930

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.929",
3
+ "version": "0.2.930",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -178,14 +178,14 @@
178
178
  </ul>
179
179
  </div>
180
180
  </transition>
181
- <!-- validation error message -->
182
- <p v-if="!isValidate" class="mt-2 text-left text-sm text-red-600">
183
- {{ errorMessage }}
184
- </p>
185
181
  <p v-if="helpText" class="mt-2 text-left text-sm text-gray-500">
186
182
  {{ helpText }}
187
183
  </p>
188
184
  </div>
185
+ <!-- validation error message -->
186
+ <p v-if="!isValidate" class="mt-2 text-left text-sm text-red-600">
187
+ {{ errorMessage }}
188
+ </p>
189
189
  </div>
190
190
  </template>
191
191
  <script>
@@ -17,7 +17,7 @@
17
17
  type="button"
18
18
  class="focus:outline-none inline-flex items-center rounded-md border border-gray-300 bg-white px-4 py-2 text-sm font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"
19
19
  @click="initFilestack()"
20
- v-if="(displayMode == 'overlay' || displayMode == 'inline') && icon"
20
+ v-if="displayMode == 'overlay' && icon"
21
21
  >
22
22
  <c-icon
23
23
  :type="icon.type"