|
3ebcbae46f
|
style: change transparent colors to neutral
|
2024-05-26 20:10:19 +09:00 |
|
|
22060ce967
|
feat: add Tabs
|
2024-05-26 20:05:50 +09:00 |
|
|
30a7e68609
|
style: change gray to neutral
|
2024-05-26 20:01:55 +09:00 |
|
|
37e6733fe7
|
fix: remove asChild from prop propagation in Slot
|
2024-05-26 20:01:09 +09:00 |
|
|
de9b27b1c9
|
fix: use window.getComputedStyle if element.computedStyleMap is not defined
|
2024-05-26 19:33:53 +09:00 |
|
|
5b87eda4d6
|
chore: make default viewport md
|
2024-05-26 19:33:33 +09:00 |
|
|
d45cbbceb8
|
refactor: add separated colors before toast
|
2024-05-26 18:22:00 +09:00 |
|
|
76882978ec
|
feat: add viewport configuration in storybook
|
2024-05-26 18:19:09 +09:00 |
|
|
58e188f273
|
fix: add select in tooltipContent base
|
2024-05-26 17:40:18 +09:00 |
|
|
96d051a862
|
refactor: add separated tooltipContentColors before tooltipContent
|
2024-05-26 17:39:48 +09:00 |
|
|
5f98701427
|
refactor: rename things without $
|
2024-05-26 17:24:46 +09:00 |
|
|
f81e9180c6
|
feat: add separated colors in button
|
2024-05-26 17:21:25 +09:00 |
|
|
aa0b45a320
|
docs: add comment in shared
|
2024-05-26 17:20:02 +09:00 |
|
|
6ec67941bf
|
fix: make slot take any props without type error
|
2024-05-26 17:19:35 +09:00 |
|
|
1001090e4c
|
fix: apply overload for vcn to remove preset in prop when preset is not defined
|
2024-05-25 21:31:24 +09:00 |
|
|
0e153845a2
|
fix: make variantProps resolver include className and preset as variantProps
|
2024-05-24 22:25:45 +09:00 |
|
|
de68eb45cf
|
refactor: make button stories plain
|
2024-05-24 22:21:38 +09:00 |
|
|
10443da796
|
fix: add w-fit in base style
|
2024-05-24 22:21:20 +09:00 |
|
|
fd1c1ef0de
|
refactor: apply asChild to Button
|
2024-05-24 22:20:57 +09:00 |
|
|
d310883fe0
|
fix: make children type ReactNode
|
2024-05-24 22:18:02 +09:00 |
|
|
83b0832a7d
|
fix: change children type to plain ReactNode
|
2024-05-24 22:17:32 +09:00 |
|
|
7977ac5038
|
feat: apply slot in Dialog
|
2024-05-24 22:03:41 +09:00 |
|
|
27c4ab0470
|
feat: add slot component in shared
|
2024-05-24 22:03:16 +09:00 |
|
|
7d3413451f
|
fix: exclude multiple children without generic in DialogClose
|
2024-05-24 20:55:35 +09:00 |
|
|
4c63b6bd9d
|
fix: exclude multiple children without generic in DialogTrigger
|
2024-05-24 20:55:01 +09:00 |
|
|
09bdb41160
|
feat: add error message in set method of context on outside of provider
|
2024-05-24 19:24:21 +09:00 |
|
|
7ae5f7fd6d
|
fix: make dialog context warn on development environment
|
2024-05-24 19:23:22 +09:00 |
|
|
541292d8cc
|
fix: add error message in set method of context on outside of provider
|
2024-05-24 19:15:21 +09:00 |
|
|
934aa2244b
|
docs: add comments in shared.ts
|
2024-05-21 19:37:40 +09:00 |
|
|
35959233f6
|
refactor: omit undefined in preset
|
2024-05-21 19:37:12 +09:00 |
|
|
9aa861fe19
|
refactor: remove option to disable excluding
|
2024-05-21 19:36:22 +09:00 |
|
|
694ee880f3
|
refactor: remove option to disable excluding
|
2024-05-21 19:36:03 +09:00 |
|
|
98c853d73e
|
feat: add tooltip
|
2024-05-21 12:43:05 +09:00 |
|
|
208699743f
|
fix: add DialogClose in Dialog withCloseOnClick story
|
2024-05-21 10:29:27 +09:00 |
|
|
9493fb8857
|
refactor: make toaster scale larger on transition
|
2024-05-21 10:26:50 +09:00 |
|
|
2b59d3c572
|
feat: add toast
|
2024-05-21 00:26:21 +09:00 |
|
|
ea3ed882b0
|
fix: make preset name type infered
|
2024-05-20 16:17:21 +09:00 |
|
|
4e941f7aa5
|
feat: use presets in button story
|
2024-05-19 15:24:02 +09:00 |
|
|
6349e5cf90
|
feat: add presets in button
|
2024-05-19 15:23:52 +09:00 |
|
|
2caa5dbea8
|
feat: add presets in vcn
|
2024-05-19 15:23:33 +09:00 |
|
|
6ef88893bf
|
docs: add comments to shared.ts
|
2024-05-19 14:30:11 +09:00 |
|
|
56ae87cd81
|
feat: add dialog
|
2024-05-19 14:12:59 +09:00 |
|
|
08b111ab4f
|
chore: remove console.log in storybook preview
|
2024-05-19 14:12:00 +09:00 |
|
|
836277addf
|
feat: improve button styling
|
2024-05-19 13:54:10 +09:00 |
|
|
8e1cabba2c
|
fix: add type safety for other props after variant resolved
|
2024-05-19 12:52:26 +09:00 |
|
|
99151f13f2
|
refactor: use excludeClassName instead of includeClassName in vcn resolve option
|
2024-05-19 12:38:22 +09:00 |
|
|
376ccc724f
|
Revert "refactor: update import path via root path"
This reverts commit 2f5c93710444632319285729106b520d414b73d8.
|
2024-05-19 12:35:16 +09:00 |
|
|
ab162a706e
|
feat: apply resolveVariants
|
2024-05-19 12:34:24 +09:00 |
|
|
5a3b5a258e
|
feat: add resolveProps as vcn's second return
|
2024-05-19 12:33:54 +09:00 |
|
|
23c96df0af
|
Revert "feat: add path for root in tsconfig"
This reverts commit e1dc1dab323113f3173b6ae207ec494b83f29c01.
|
2024-05-19 12:32:56 +09:00 |
|