chore: import new ui system (#73)

* chore: import new ui system

* chore: modified padding and rounded

* chore: remove vertical padding

* chore: add shadow

* chore: add shadcn popover (#76)

* chore: add circle progress (#77)

* chore: add input (#78)

* feat: add shadcn toast (#80)

* chore: initial import

* chore: style

* chore: important

* chore: add dropdown menu (#81)

* feat: add shadcn tooltip (#79)

* chore: initial import

* chore: style

* chore: fix text size

* chore: add tooltip shortcut

* chore: code cleanup and add flex col

* chore: add avatar (#82)

* chore: add dialog (#83)

---------

Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
This commit is contained in:
Kilu.He
2025-04-02 15:29:42 +08:00
committed by GitHub
parent 0f281d1587
commit 15ec240887
36 changed files with 5599 additions and 151 deletions

View File

@@ -1,11 +1,9 @@
/**
* Do not edit directly
* Generated on Thu, 27 Mar 2025 11:44:33 GMT
* Generated from $pnpm css:variables
*/
module.exports = {
"md": "var(--shadow)"
'md': 'var(--shadow)',
'popover': 'var(--custom-shadow-sm)',
'menu': 'var(--custom-shadow-sm)',
'toolbar': 'var(--custom-shadow-sm)',
'dialog': 'var(--custom-shadow-md)',
'toast': 'var(--custom-shadow-md)',
'tooltip': 'var(--custom-shadow-md)',
};