@opentiny/vue-docs 3.26.2 → 3.26.3

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@opentiny/vue-docs",
3
3
  "type": "module",
4
- "version": "3.26.2",
4
+ "version": "3.26.3",
5
5
  "license": "MIT",
6
6
  "dependencies": {
7
7
  "@docsearch/css": "^3.8.0",
@@ -27,22 +27,22 @@
27
27
  "vue-router": "4.1.5",
28
28
  "zod": "^3.24.4",
29
29
  "@opentiny/utils": "~3.26.0",
30
- "@opentiny/vue": "~3.26.0",
31
30
  "@opentiny/vue-common": "~3.26.0",
32
- "@opentiny/vue-design-saas": "~3.26.0",
31
+ "@opentiny/vue": "~3.26.0",
33
32
  "@opentiny/vue-design-smb": "~3.26.0",
34
33
  "@opentiny/vue-design-aurora": "~3.26.0",
35
34
  "@opentiny/vue-directive": "~3.26.0",
36
- "@opentiny/vue-icon-multicolor": "~3.26.0",
35
+ "@opentiny/vue-design-saas": "~3.26.0",
36
+ "@opentiny/vue-hooks": "~3.26.0",
37
37
  "@opentiny/vue-flowchart": "~3.26.0",
38
+ "@opentiny/vue-icon-multicolor": "~3.26.0",
38
39
  "@opentiny/vue-icon": "~3.26.0",
39
- "@opentiny/vue-locale": "~3.26.0",
40
- "@opentiny/vue-hooks": "~3.26.0",
41
- "@opentiny/vue-modal": "~3.26.0",
42
40
  "@opentiny/vue-huicharts": "~3.26.0",
41
+ "@opentiny/vue-modal": "~3.26.0",
43
42
  "@opentiny/vue-theme": "~3.26.0",
44
- "@opentiny/vue-icon-saas": "~3.26.0",
45
43
  "@opentiny/vue-renderless": "~3.26.0",
44
+ "@opentiny/vue-locale": "~3.26.0",
45
+ "@opentiny/vue-icon-saas": "~3.26.0",
46
46
  "@opentiny/vue-theme-saas": "~3.26.1"
47
47
  },
48
48
  "devDependencies": {
@@ -66,7 +66,7 @@
66
66
  "markdown-it-sup": "^1.0.0",
67
67
  "markdown-it-table-of-contents": "^0.6.0",
68
68
  "markdown-it-toc-done-right": "^4.2.0",
69
- "postcss-nesting": "^13.0.2",
69
+ "postcss-nesting": "^13.0.1",
70
70
  "prettier": "^2.7.1",
71
71
  "rollup-plugin-visualizer": "^5.12.0",
72
72
  "stylelint": "^14.9.1",
@@ -511,7 +511,7 @@ defineExpose({ loadPage })
511
511
  display: block;
512
512
  width: 100%;
513
513
  height: 16px;
514
- background: linear-gradient(to bottom, var(--docs-color-bg), transparent);
514
+ background: linear-gradient(to bottom, #fff, transparent);
515
515
  transform: translateY(100%);
516
516
  }
517
517