@opentiny/vue-theme 3.21.0 → 3.21.1

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 (2) hide show
  1. package/package.json +1 -1
  2. package/theme-tool.d.ts +4 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opentiny/vue-theme",
3
3
  "type": "module",
4
- "version": "3.21.0",
4
+ "version": "3.21.1",
5
5
  "description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
6
6
  "author": "OpenTiny Team",
7
7
  "license": "MIT",
package/theme-tool.d.ts CHANGED
@@ -17,6 +17,10 @@ interface ThemeData {
17
17
  css?: string
18
18
  }
19
19
 
20
+ declare const tinyOldTheme: ThemeData
21
+ declare const tinyAuroraTheme: ThemeData
22
+
23
+ export { tinyOldTheme, tinyAuroraTheme }
20
24
  /**
21
25
  * 动态切换文档或影子根节点的样式类
22
26
  * @example