vue-infinity-stack 0.0.12 → 0.0.13

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vue-infinity-stack",
3
- "version": "0.0.12",
4
- "description": "VueInfinityStack 是一款专为 Vue 3 设计的现代化无限层叠弹层解决方案,它让复杂弹层管理变得简单而优雅。无论是简单的对话框、复杂的多步骤向导,还是深度嵌套的用户界面,VueInfinityStack 都能提供流畅、可靠的管理能力。",
3
+ "version": "0.0.13",
4
+ "description": "VueInfinityStack is a modern infinite stacking overlay solution designed exclusively for Vue 3, empowering simple yet elegant management of complex overlays. Whether handling simple dialogs, intricate multi-step wizards, or deeply nested user interfaces, VueInfinityStack delivers seamless and reliable management capabilities.",
5
5
  "main": "dist/vue-infinity-stack.umd.js",
6
6
  "module": "dist/vue-infinity-stack.es.js",
7
7
  "types": "dist/index.d.ts",