@enso-ui/how-to 4.0.6 → 4.0.7

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": "@enso-ui/how-to",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
4
4
  "description": "Basic how-to package",
5
5
  "main": "src/bulma/pages/howTo/Index.vue",
6
6
  "scripts": {
@@ -29,6 +29,7 @@
29
29
  "@fortawesome/free-regular-svg-icons": "^5.2.0",
30
30
  "@fortawesome/free-solid-svg-icons": "^5.2.0",
31
31
  "@fortawesome/vue-fontawesome": "3.0.0-5",
32
+ "animate.css": "^4.0.0",
32
33
  "v-tooltip": "4.0.0-alpha.1",
33
34
  "video.js": "^7.0",
34
35
  "vue": "^3.0",
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div class="columns is-reverse-mobile">
3
3
  <div class="column is-three-quarters-desktop is-full-touch">
4
- <div class="columns animated fadeInDown"
4
+ <div class="columns animate__animated animate__fadeInDown"
5
5
  v-if="addingVideo || editingVideo">
6
6
  <div class="column is-narrow">
7
7
  <div class="control">
@@ -22,7 +22,7 @@
22
22
  </div>
23
23
  </div>
24
24
  <div class="column is-narrow is-flex">
25
- <div class="control animated fadeIn"
25
+ <div class="control animate__animated animate__fadeIn"
26
26
  v-if="video.name">
27
27
  <uploader :url="uploadLink"
28
28
  :params="video"
@@ -51,7 +51,7 @@
51
51
  </span>
52
52
  </a>
53
53
  </div>
54
- <div class="control animated fadeIn"
54
+ <div class="control animate__animated animate__fadeIn"
55
55
  v-if="addingVideo || editingVideo">
56
56
  <a class="button is-danger is-outlined"
57
57
  @click="reset()">
@@ -170,6 +170,7 @@
170
170
  </template>
171
171
 
172
172
  <script>
173
+ import 'animate.css';
173
174
  import { FontAwesomeIcon as Fa } from '@fortawesome/vue-fontawesome';
174
175
  import { library } from '@fortawesome/fontawesome-svg-core';
175
176
  import {