@opentiny/vue-docs 3.26.2 → 3.26.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.
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.4",
5
5
  "license": "MIT",
6
6
  "dependencies": {
7
7
  "@docsearch/css": "^3.8.0",
@@ -27,23 +27,23 @@
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
31
  "@opentiny/vue-design-saas": "~3.26.0",
33
- "@opentiny/vue-design-smb": "~3.26.0",
34
32
  "@opentiny/vue-design-aurora": "~3.26.0",
33
+ "@opentiny/vue": "~3.26.0",
35
34
  "@opentiny/vue-directive": "~3.26.0",
36
- "@opentiny/vue-icon-multicolor": "~3.26.0",
37
35
  "@opentiny/vue-flowchart": "~3.26.0",
38
- "@opentiny/vue-icon": "~3.26.0",
39
- "@opentiny/vue-locale": "~3.26.0",
36
+ "@opentiny/vue-design-smb": "~3.26.0",
40
37
  "@opentiny/vue-hooks": "~3.26.0",
41
- "@opentiny/vue-modal": "~3.26.0",
42
38
  "@opentiny/vue-huicharts": "~3.26.0",
39
+ "@opentiny/vue-icon": "~3.26.0",
40
+ "@opentiny/vue-icon-multicolor": "~3.26.0",
41
+ "@opentiny/vue-locale": "~3.26.0",
43
42
  "@opentiny/vue-theme": "~3.26.0",
44
43
  "@opentiny/vue-icon-saas": "~3.26.0",
45
44
  "@opentiny/vue-renderless": "~3.26.0",
46
- "@opentiny/vue-theme-saas": "~3.26.1"
45
+ "@opentiny/vue-theme-saas": "~3.26.1",
46
+ "@opentiny/vue-modal": "~3.26.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@playwright/test": "~1.49.0",
@@ -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",
@@ -503,7 +503,7 @@ defineExpose({ loadPage })
503
503
  z-index: var(--docs-tabs-header-zindex);
504
504
  background-color: var(--docs-color-bg);
505
505
 
506
- &::after {
506
+ &::before {
507
507
  content: '';
508
508
  position: absolute;
509
509
  bottom: 0;