vuepress-theme-uniapp-official 1.5.3 → 1.5.4

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.
@@ -4,12 +4,6 @@ $svg-hover-color = #9b9b9b
4
4
  @import './styles/ext.styl'
5
5
  @import './styles/ask.styl'
6
6
 
7
- .fade-enter-active, .fade-leave-active
8
- transition: opacity 0.3s ease;
9
-
10
- .fade-enter, .fade-leave-to
11
- opacity: 0;
12
-
13
7
  #search-container
14
8
  font-size: 16px
15
9
  position relative
@@ -474,6 +474,6 @@ export default {
474
474
  };
475
475
  </script>
476
476
 
477
- <style lang="stylus" scoped>
477
+ <style lang="stylus">
478
478
  @import './index'
479
479
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vuepress-theme-uniapp-official",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "description": "uni-app official website theme for vuepress",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -43,9 +43,9 @@
43
43
  "vuepress-plugin-mermaidjs": "1.9.1",
44
44
  "vuepress-plugin-named-chunks": "^1.1.4",
45
45
  "vuepress-plugin-zooming": "^1.1.8",
46
- "vuepress-plugin-expandable-row": "^1.0.10",
47
46
  "vuepress-plugin-check-md2": "^1.0.5",
48
- "vuepress-plugin-noscript-code": "^1.0.2"
47
+ "vuepress-plugin-noscript-code": "^1.0.2",
48
+ "vuepress-plugin-expandable-row": "^1.0.10"
49
49
  },
50
50
  "resolutions": {
51
51
  "terser-webpack-plugin": "1.4.6",
@@ -0,0 +1,5 @@
1
+ .fade-enter-active, .fade-leave-active
2
+ transition: opacity 0.3s ease;
3
+
4
+ .fade-enter, .fade-leave-to
5
+ opacity: 0;
package/styles/index.styl CHANGED
@@ -1,4 +1,5 @@
1
1
  @import './custom-block'
2
+ @import './animation'
2
3
 
3
4
  .custom-page-class
4
5
  word-break break-word