Commit Graph

1316 Commits

Author SHA1 Message Date
Benjamin Canac
735f81e771 feat(DropdownMenu): pass index to slots 2024-04-16 17:27:12 +02:00
Benjamin Canac
b78ca9c56a fix(Tabs): add missing slots definition 2024-04-16 17:24:57 +02:00
Benjamin Canac
13a53f4cfb chore: use gap instead of gap-x for consistency 2024-04-16 17:24:41 +02:00
Benjamin Canac
53a2bc0264 feat(Breadcrumb): new component
Resolves #22
2024-04-16 17:23:41 +02:00
Benjamin Canac
298ac68447 fix(NavigationMenu): handle truncate on vertical orientation 2024-04-16 17:09:17 +02:00
Benjamin Canac
f302a15972 feat: uniformize components sizes (#68) 2024-04-16 12:26:29 +02:00
Romain Hamel
78e45600de feat(Slider): new component (#57)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-04-15 16:15:29 +02:00
Benjamin Canac
f664f69097 fix(NavigationMenu): handle disabled through variants + isolate list + use separator instead of divide 2024-04-15 15:21:25 +02:00
Benjamin Canac
cd214f91db fix(DropdownMenu): handle disabled with data attribute for links 2024-04-15 14:48:33 +02:00
Benjamin Canac
6236953ed0 fix(Accordion): handle disabled through variants 2024-04-15 14:43:56 +02:00
Benjamin Canac
1e65933d9c fix(Tabs): horizontal orientation 2024-04-15 14:22:49 +02:00
Romain Hamel
84847965af chore(Checkbox/Switch): change model binding (#58)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-04-15 13:37:18 +02:00
Romain Hamel
2fe91f3847 feat(Switch): add label and description props (#60)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-04-15 11:56:30 +02:00
Benjamin Canac
1535313596 feat(Alert): new component
Resolves #23
2024-04-12 19:00:55 +02:00
Benjamin Canac
514d17048f chore(Toast): update slots 2024-04-12 18:59:53 +02:00
Benjamin Canac
48ddf39188 fix(Tabs): specific transition 2024-04-12 18:38:58 +02:00
Benjamin Canac
cbd58ee707 chore(Toast): improve progress bar 2024-04-12 18:37:32 +02:00
Benjamin Canac
239e0a5ac1 fix(Toaster): add missing transition on translate 2024-04-12 18:27:12 +02:00
Benjamin Canac
a72649f3c9 chore: remove will-change classes 2024-04-12 18:26:41 +02:00
Benjamin Canac
1d2e1caaf5 feat(Button): add subtle variant 2024-04-12 18:24:31 +02:00
Benjamin Canac
9a42338da3 feat(Toast): actions color defaults from prop 2024-04-12 15:28:17 +02:00
Benjamin Canac
cfb4cfdd7b fix(Toast): add missing slots 2024-04-12 15:26:58 +02:00
Benjamin Canac
a31d4cffb5 fix(Input): use pl / pr instead of ps / pe
Resolves #32
2024-04-12 14:50:32 +02:00
Benjamin Canac
abb7580f71 chore(module): lint 2024-04-12 14:02:23 +02:00
Benjamin Canac
74a640ceca chore(theme): lint 2024-04-12 14:01:23 +02:00
Benjamin Canac
c3ed18beb6 fix(Toaster): wrong leave animation when collapsed 2024-04-11 16:03:50 +02:00
Benjamin Canac
4dcb74e0a9 fix(Toaster): increase container height to prevent animation blink 2024-04-11 15:40:57 +02:00
Benjamin Canac
d726e4ddac feat(Toast): implement progress duration
Resolves #51
2024-04-11 15:40:37 +02:00
Benjamin Canac
5e6275fcff feat(Drawer): implement with vaul-vue
Resolves #53
2024-04-11 14:50:38 +02:00
Benjamin Canac
bc2d9ab620 chore(Slideover): remove header div when unnecessary 2024-04-11 14:41:59 +02:00
Benjamin Canac
2a2e3953cb chore(Modal): remove header div when unnecessary 2024-04-11 14:41:54 +02:00
Benjamin Canac
432256dc67 chore(Toaster): move slot first 2024-04-11 14:39:57 +02:00
Benjamin Canac
4b29828e9d fix(Toaster): proxy slot from App 2024-04-11 11:25:38 +02:00
Sandro Circi
8d76a8b195 feat(Separator): new component (#46)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-04-10 18:40:08 +02:00
Benjamin Canac
78d5b32fd3 chore(Toast): lint 2024-04-10 18:27:01 +02:00
Benjamin Canac
3da1e1a518 feat(Toast): new component (#50) 2024-04-10 18:22:09 +02:00
Benjamin Canac
80a8c2d772 fix(DropdownMenu): add overflow scroll if height is added 2024-04-10 17:38:10 +02:00
Benjamin Canac
bde7a30a73 chore(radio-group): clean theme 2024-04-10 17:37:51 +02:00
Benjamin Canac
bf0a04eb8b feat(Tabs): handle avatar 2024-04-09 18:19:17 +02:00
Benjamin Canac
d43c29b4df chore(templates): revert specific accordion and collapsible animations 2024-04-08 17:24:47 +02:00
Benjamin Canac
d545a927a1 chore(Switch): clean 2024-04-08 17:20:01 +02:00
Benjamin Canac
c0ab0cdde0 chore(DropdownMenu): add comment on type 2024-04-08 17:19:44 +02:00
Romain Hamel
ebb7c074af feat(Switch): form integration (#48)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-04-08 12:15:18 +02:00
Romain Hamel
2dfaea580a chore(Form): export FormValidationException in #ui/types (#47) 2024-04-08 12:00:38 +02:00
Benjamin Canac
2cc41dedcf feat(Kbd): add color prop 2024-04-05 17:14:39 +02:00
Benjamin Canac
06ea029ef6 feat(Tabs): handle items icon 2024-04-05 17:14:23 +02:00
Benjamin Canac
58a29911dd chore(NavigationMenu): add missing value on items 2024-04-04 18:22:57 +02:00
Benjamin Canac
92e1d09990 fix(Tabs): use transition-all 2024-04-04 18:22:46 +02:00
Benjamin Canac
b712a2c31c chore(FormField): clean container class 2024-04-04 15:14:10 +02:00
Benjamin Canac
b99482913e chore(Slideover): use variants to type side prop 2024-04-04 12:09:32 +02:00