586 Commits

Author SHA1 Message Date
f122310c37 fix: fix slot type error
Some checks failed
lint-and-check / CLI Check (push) Has been cancelled
lint-and-check / Component Check (push) Has been cancelled
2025-03-12 13:27:23 +09:00
ef2bdbf3e0 fix: remove nonsense use client directive in drawer
Some checks are pending
lint-and-check / CLI Check (push) Waiting to run
lint-and-check / Component Check (push) Waiting to run
2025-03-11 20:24:55 +09:00
a4da53a890 fix: do missing steps for upgrading to tailwindcss v4 2025-03-11 20:12:46 +09:00
90a458268f feat: upgrade tailwindcss v4
Some checks are pending
lint-and-check / CLI Check (push) Waiting to run
lint-and-check / Component Check (push) Waiting to run
2025-03-11 19:59:11 +09:00
fe1a9afeb0 chore: change setting to auto format with biome 2025-03-11 19:33:26 +09:00
a6af5622dd feat: improve stability of drawer using relative and padding 2024-08-09 11:44:18 +09:00
81854841ce feat: use useAnimatedMount in Drawer 2024-08-07 22:08:22 +09:00
57f9a9b118 fix: add useAnimatedMount to registry 2024-08-07 21:46:12 +09:00
a90cec770c feat: make sure toast is rendered as born first 2024-08-07 19:19:27 +09:00
371453b544 refactor: use getCalculatedTransitionDuration on Toast 2024-08-07 19:14:30 +09:00
054568a2ec feat: export getCalculatedTransitionDuration 2024-08-07 19:09:27 +09:00
4b6724ed90 feat: unmount dialog from dom on closed 2024-08-07 18:58:53 +09:00
8728df1f60 docs: enhance useAnimatedMount comment 2024-08-07 18:54:57 +09:00
3ccfa3b519 feat: add useAnimatedMount 2024-08-07 18:32:13 +09:00
d10fec90ad feat: bump cli to 0.5.1 cli@0.5.1 2024-08-04 16:26:14 +09:00
3d55a98821 fix: add cache option no-cache to prevent caching 2024-08-04 16:23:53 +09:00
96d64e57bb fix: remove node-fetch 2024-08-04 16:22:55 +09:00
e1c5e09872 feat: update registry 2024-08-04 16:10:01 +09:00
67207d7daf fix: use invalid message in context instead of children prop 2024-08-04 16:03:28 +09:00
617b7be249 feat: add Form 2024-08-04 16:02:27 +09:00
bfbce754d9 feat: add maxSize prop on DrawerContent 2024-08-04 15:22:41 +09:00
00ebabe8b3 refactor: replace withSSD & ssdFallback with useDocument 2024-08-03 21:35:51 +09:00
71751f7e22 feat: bump yarn to 4.4.0 2024-08-03 21:07:11 +09:00
878016d3cc chore: format package.json 2024-08-03 21:06:18 +09:00
79b41e45ff fix(react/Input): apply full variant on InputFrame 2024-07-24 23:44:45 +09:00
c2178ef473 fix(react/Input): sync color on hover of Input in InputFrame 2024-07-24 23:43:48 +09:00
086cbe77a9 fix(button): add brightness class on button hover
to simplify background color system, and make simple to customize background color
2024-07-23 18:07:39 +09:00
c8f1912bae chore: make dev env dark mode work properly 2024-07-23 18:06:18 +09:00
05953bbebe chore: add zed ide support 2024-07-23 18:05:52 +09:00
ad62a4ed86 fix: give ServerSideDocumentFallback callback 2024-07-20 02:44:36 +09:00
d0af00db63 chore: fix settings.json style 2024-07-20 02:42:52 +09:00
6dcf44fc60 ci: add tsc check on pre-push hook 2024-07-20 02:40:59 +09:00
9113b8e095 fix: make ssrFallback take callback as children 2024-07-20 02:32:34 +09:00
13cc43de2e fix: add displayName on withServerSideDocument 2024-07-20 02:29:10 +09:00
7251bf2400 fix(front): remove unused useId import 2024-07-20 02:12:07 +09:00
ef17f6f1ce style: idk 2024-07-20 02:11:35 +09:00
bef29ebf19 feat(tooltip): add default role for aria 2024-07-19 00:35:30 +09:00
bc2020f560 feat(button): add default role for aria 2024-07-19 00:34:42 +09:00
6c14cb1e51 fix(dialog): fix structure of initialDialogContext to match with type 2024-07-16 19:07:33 +09:00
14619f5311 feat(dialog): add aria properties to improve accessibility 2024-07-16 19:04:35 +09:00
b56242c497 refactor(dialog): move default variants to base 2024-07-12 18:35:14 +09:00
c08a81badd refactor(dialog/DialogFooter): move gap to base 2024-07-12 18:32:23 +09:00
b5e35aa905 fix(dialog/DialogFooter): add w-full on base 2024-07-12 18:31:48 +09:00
61a263addb refactor(dialog/DialogContent): move variants from DialogOverlay to base 2024-07-12 18:28:33 +09:00
13f1d9def3 refactor(dialog/DialogContent): make DialogContent use flex 2024-07-12 18:26:58 +09:00
8c2986700e refactor(dialog/DialogContent): make simple styles to base 2024-07-12 18:21:09 +09:00
db5c36a3bf fix(lib): add undefined check on vcn VariantProps processing 2024-07-12 13:55:41 +09:00
8465837f63 fix(Popover): add z-index on PopoverContent 2024-07-12 02:25:44 +09:00
366ac90eb8 refactor(Checkbox): make transition smoother 2024-07-12 02:15:05 +09:00
ec6192d32b refactor(Checkbox): remove check icon 2024-07-12 02:14:34 +09:00