Commit Graph

114 Commits

Author SHA1 Message Date
Benjamin Canac
ceedbe0bbd fix(Link): exact handling 2022-02-23 15:52:29 +01:00
Benjamin Canac
aef11562c9 fix(Link): handle isActive through vue-router 2022-02-23 15:49:07 +01:00
Benjamin Canac
09aed4b752 fix(SelectCustom): add tabindex -1 to hidden input 2022-02-23 12:47:44 +01:00
Benjamin Canac
0d98d44045 chore(Pills): refactor component 2022-02-23 12:38:58 +01:00
Sylvain Marroufin
c3facb1fef fix(Icon): missing imports 2022-02-22 12:00:21 +01:00
Sylvain Marroufin
78021d3850 fix(Icon): reload icon when prop name changes 2022-02-22 11:49:55 +01:00
Benjamin Canac
3d9ead3d8d chore(Tabs): use preset system 2022-02-22 11:42:06 +01:00
Benjamin Canac
5fb7f10283 fix(Dropdown): improve disabled state 2022-02-22 11:29:49 +01:00
Baptiste Leproux
46ca8c5422 feat(button): Add black variant (#34)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2022-02-18 11:59:40 +01:00
Benjamin Canac
3ab0698d7f fix(colors): move primary to safeColors 2022-02-18 11:31:43 +01:00
Sylvain Marroufin
4532e09ac0 feat(clipboard): replace navigator.clipboard with vueuse useClipboard (#33) 2022-02-17 17:48:13 +01:00
Benjamin Canac
e1d79d7fe7 fix(presets): add disabled bg color on nuxt buttons 2022-02-16 15:50:30 +01:00
Benjamin Canac
516e7faf8f fix(presets): dropdown avatar position 2022-02-16 12:30:42 +01:00
Benjamin Canac
c0661c3580 chore(Dropdown): support item avatar 2022-02-16 12:15:26 +01:00
Benjamin Canac
223a477a5e chore(SelectCustom): add slot on button 2022-02-15 12:54:22 +01:00
Benjamin Canac
8492e161db fix(SelectCustom): add default value to placeholder 2022-02-15 12:47:46 +01:00
Benjamin Canac
4e0d23ed34 fix(SelectCustom): handle placeholder when value is null 2022-02-15 12:45:37 +01:00
Benjamin Canac
13193969ee chore(presets): add shadow to card 2022-02-14 18:39:57 +01:00
Benjamin Canac
f67fdb7d2f fix(colors): hard-code colors as tailwindcss/colors is different 2022-02-14 16:59:55 +01:00
Benjamin Canac
90ff1c0671 fix(Toggle): add v-if when icon props not defined 2022-02-14 16:54:57 +01:00
Benjamin Canac
93c9fe1c74 fix(module): move colors utils to runtime dir 2022-02-14 15:26:34 +01:00
Benjamin Canac
4a648850f5 chore(module): safelist dynamic colors 2022-02-14 14:59:52 +01:00
Benjamin Canac
382e3b8e52 chore(Icon): improve component 2022-02-11 18:13:25 +01:00
Benjamin Canac
f513ea6ca8 fix(Icon): name can be an object 2022-02-11 17:59:23 +01:00
Benjamin Canac
619f620b7e fix(SelectCustom): add missing required prop 2022-02-11 17:22:06 +01:00
Benjamin Canac
702abf7a9f feat: migrate to @nuxtjs/tailwindcss (#32) 2022-02-11 17:13:09 +01:00
Florent Delerue
1bec8d163c fix(Avatar): placeholder (#31) 2022-02-11 15:23:16 +01:00
Benjamin Canac
a9f1d937bc fix(presets): support dark ring-offset-color 2022-02-10 12:00:34 +01:00
Sylvain Marroufin
6bd51975bf feat(toast): expose timeout to alias methods (#30)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2022-02-09 17:13:59 +01:00
Benjamin Canac
b7f6bf93d3 chore(presets): add card shadow 2022-02-09 17:11:48 +01:00
Benjamin Canac
b5edfaddd4 chore(presets): override container for nuxt preset 2022-02-08 18:41:30 +01:00
Benjamin Canac
45cf898ec3 fix(preset): replace avatar wrapper with inline-flex 2022-02-08 15:44:09 +01:00
Benjamin Canac
57d477f3a2 chore(Dropdown): add inline-flex on trigger 2022-02-07 14:48:39 +01:00
Benjamin Canac
760da3d1a8 fix(Button): wrong config for icon size class 2022-02-04 17:02:34 +01:00
Sylvain Marroufin
832ffe4323 feat(plugins): clipboard (#29) 2022-02-02 17:14:41 +01:00
Benjamin Canac
ed499b3b21 fix(Avatar): remove gradient support 2022-02-02 14:32:57 +01:00
Benjamin Canac
d724f87654 chore(Dropdown): support preset 2022-02-02 12:15:01 +01:00
Benjamin Canac
af566ab1fa fix(Notifications): default value in useState 2022-02-02 12:06:27 +01:00
Benjamin Canac
e0342184fe fix(presets): defu merging 2022-02-01 14:52:37 +01:00
Benjamin Canac
e52d22de34 chore(VerticalNavigation): move spacing to specific prop 2022-02-01 14:28:56 +01:00
Benjamin Canac
a564f79b0c chore(module): add nuxt preset 2022-02-01 12:35:03 +01:00
Benjamin Canac
f959bad6a2 chore(VerticalNavigation): improve preset 2022-01-28 11:57:57 +01:00
Benjamin Canac
9292a63844 chore(VerticalNavigation): add icon spacing class in preset 2022-01-28 11:37:15 +01:00
Benjamin Canac
79d8e086f0 fix(VerticalNavigation): add v-if on label 2022-01-28 11:28:37 +01:00
Sylvain Marroufin
71371ac34e feat(AlertDialog): create component (#26) 2022-01-21 14:40:48 +01:00
Benjamin Canac
39bba82079 chore: migrate to @nuxt/module-builder 2022-01-21 14:32:11 +01:00
Benjamin Canac
78013a7b25 fix: lint 2022-01-19 12:33:02 +01:00
Baptiste Leproux
b2187374f6 feat(alert): Handle link as button (#25) 2022-01-18 15:39:30 +01:00
Benjamin Canac
adbee9c717 fix(toast): types 2022-01-12 17:40:00 +01:00
Benjamin Canac
a13a4b5e4f chore: design improvements 2022-01-10 11:02:33 +01:00