common_component_library_vue 0.1.3 → 0.1.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 +5 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "common_component_library_vue",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Vue 3 + TypeScript + Vite 通用组件库,视觉规范由 DESIGN.md(Stripe
|
|
3
|
+
"version": "0.1.4",
|
|
4
|
+
"description": "Vue 3 + TypeScript + Vite 通用组件库,视觉规范由 DESIGN.md(Stripe 风格)定义,支持多主题切换(Linear/Vercel/Notion/Raycast),包含表格、图表与 15 个基础组件",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist-lib/common-component-library-vue.umd.js",
|
|
7
7
|
"module": "./dist-lib/common-component-library-vue.mjs",
|
|
@@ -37,7 +37,9 @@
|
|
|
37
37
|
"design.md",
|
|
38
38
|
"stripe",
|
|
39
39
|
"ui",
|
|
40
|
-
"vite"
|
|
40
|
+
"vite",
|
|
41
|
+
"theme",
|
|
42
|
+
"theming"
|
|
41
43
|
],
|
|
42
44
|
"license": "MIT",
|
|
43
45
|
"repository": {
|