feat: prepare Zhinian desktop client for pilot release
This commit is contained in:
9
packages/ui-kit/package.json
Normal file
9
packages/ui-kit/package.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "@yinian/ui-kit",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "./src/index.ts",
|
||||
"types": "./src/index.ts"
|
||||
}
|
||||
|
||||
19
packages/ui-kit/src/index.ts
Normal file
19
packages/ui-kit/src/index.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
export const yinianTokens = {
|
||||
color: {
|
||||
brand: '#1A56DB',
|
||||
success: '#16A34A',
|
||||
warning: '#F59E0B',
|
||||
danger: '#DC2626',
|
||||
surface: '#FFFFFF',
|
||||
mutedSurface: '#F8FAFC',
|
||||
border: '#E2E8F0',
|
||||
text: '#0F172A',
|
||||
mutedText: '#64748B',
|
||||
},
|
||||
radius: {
|
||||
sm: '4px',
|
||||
md: '6px',
|
||||
lg: '8px',
|
||||
},
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user