From 0da73b9246e12b5538583b14c28244580908d309 Mon Sep 17 00:00:00 2001 From: shenjunjian <40288193@qq.com> Date: Sun, 12 Jan 2025 22:29:15 -0800 Subject: [PATCH 1/2] fix(theme-tool): add theme-tool.d.ts for tinyOldTheme vars --- packages/theme/src/theme-tool.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/theme/src/theme-tool.d.ts b/packages/theme/src/theme-tool.d.ts index afbc251d9b..e854253b21 100644 --- a/packages/theme/src/theme-tool.d.ts +++ b/packages/theme/src/theme-tool.d.ts @@ -17,6 +17,10 @@ interface ThemeData { css?: string } +declare const tinyOldTheme: ThemeData +declare const tinyAuroraTheme: ThemeData + +export { tinyOldTheme, tinyAuroraTheme } /** * 动态切换文档或影子根节点的样式类 * @example From 7f36c4e08a84966443eba3ef21416edd6ead9ce4 Mon Sep 17 00:00:00 2001 From: shenjunjian <40288193@qq.com> Date: Mon, 13 Jan 2025 03:31:09 -0800 Subject: [PATCH 2/2] fix(theme): update version --- packages/theme/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/theme/package.json b/packages/theme/package.json index 20555d094a..0204756a49 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,7 +1,7 @@ { "name": "@opentiny/vue-theme", "type": "module", - "version": "3.21.0", + "version": "3.21.1", "description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.", "author": "OpenTiny Team", "license": "MIT",