Commit Graph

51 Commits

Author SHA1 Message Date
Benjamin Canac
944a7e0f07 Revert "fix(module): resolve #build/app.config import for vue and nuxt"
This reverts commit d6943e39c0.
2024-11-10 17:25:33 +01:00
Benjamin Canac
d6943e39c0 fix(module): resolve #build/app.config import for vue and nuxt
Resolves #2560
2024-11-10 16:45:46 +01:00
Benjamin Canac
f1a14dd87c feat(Avatar): use NuxtImg component when available
Resolves nuxt/ui#2078
2024-11-07 13:01:52 +01:00
Benjamin Canac
860e6ed801 chore(module): pass resolver to templates 2024-11-06 16:13:42 +01:00
Benjamin Canac
12ae20df20 fix(module): define #build/app.config
Resolves nuxt/ui#2532
2024-11-06 15:46:05 +01:00
Romain Hamel
701c75a2a8 feat(module): devtools integration (#2196)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-11-05 22:17:56 +01:00
Benjamin Canac
77d18d8ab7 fix(templates): type error in app config
Resolves nuxt/ui#2481
2024-10-28 22:43:11 +01:00
Daniel Roe
d4a943e631 feat(module): add support for vue using unplugin (#2416)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-10-25 17:15:26 +02:00
Benjamin Canac
9368c6a639 refactor(module)!: implement design system with CSS variables (#2298) 2024-10-07 14:48:02 +02:00
Benjamin Canac
96c9246d83 fix(templates): app config colors type 2024-09-18 12:19:46 +02:00
Benjamin Canac
40b3570343 fix(templates): augment @nuxt/schema rather than nuxt/schema 2024-09-10 17:01:39 +02:00
Benjamin Canac
62a2643a80 feat(module): hard-code css file to be imported anywhere 2024-09-06 17:27:06 +02:00
Benjamin Canac
eb85fa8353 fix(templates): import from #build/ui.css no longer works 2024-09-05 16:19:49 +02:00
Benjamin Canac
2c30025ca1 chore(templates): tailwind.css eol indentation 2024-09-05 10:37:50 +02:00
Benjamin Canac
8dfac7fd57 feat(module): add @source when @nuxt/content is present 2024-08-22 12:07:49 +02:00
Benjamin Canac
8d560bdd21 feat(module): allow tailwind.css customization 2024-08-06 12:55:11 +02:00
Benjamin Canac
9078da5279 chore(templates): improve DeepPartial type 2024-07-09 12:26:04 +02:00
Benjamin Canac
c7536a7af9 fix(templates): add error in AppConfig type 2024-07-09 12:17:34 +02:00
Benjamin Canac
c018c23224 feat(components): uniformize colors and variants (#141) 2024-07-09 10:45:26 +02:00
Benjamin Canac
1eaec0ff56 fix(templates): export types in dev mode 2024-07-02 13:45:43 +02:00
Benjamin Canac
ccbaf6ea15 feat(module)!: move primary and gray inside colors object 2024-07-01 14:57:59 +02:00
Benjamin Canac
30bc3a1d76 chore(module): move animations to css file 2024-07-01 14:57:59 +02:00
Benjamin Canac
5694823a41 fix(templates): pass options to theme in dev mode 2024-06-07 19:54:48 +02:00
Anthony Fu
12ba480d34 fix(module): handle theme HMR on dev (#84)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-06-07 19:47:59 +02:00
Benjamin Canac
6a1b97add0 fix(templates): missing command in keyframes 2024-06-07 19:36:37 +02:00
Benjamin Canac
5f4fd972ff feat(module): add option to disable transitions 2024-06-05 23:11:58 +02:00
Sandro Circi
138cb2d12d feat(Progress): new component (#75)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-05-15 15:26:07 +02:00
Benjamin Canac
e1ab903109 fix(templates): unshift css 2024-04-18 18:02:16 +02:00
Benjamin Canac
f302a15972 feat: uniformize components sizes (#68) 2024-04-16 12:26:29 +02:00
Benjamin Canac
abb7580f71 chore(module): lint 2024-04-12 14:02:23 +02:00
Benjamin Canac
c3ed18beb6 fix(Toaster): wrong leave animation when collapsed 2024-04-11 16:03:50 +02:00
Benjamin Canac
3da1e1a518 feat(Toast): new component (#50) 2024-04-10 18:22:09 +02:00
Benjamin Canac
d43c29b4df chore(templates): revert specific accordion and collapsible animations 2024-04-08 17:24:47 +02:00
Benjamin Canac
4a409fdf8b chore(collapsible/accordion): merge animations 2024-04-03 18:12:05 +02:00
Benjamin Canac
5f2a9ddc2e chore: move animations in tailwind.css
Resolves #25
2024-04-03 17:08:16 +02:00
Benjamin Canac
17c7256864 chore(theme): use kebab case 2024-04-02 19:29:35 +02:00
Benjamin Canac
47e32a13ca chore(module): type icons from app config 2024-04-02 18:27:15 +02:00
Benjamin Canac
f3c690ebd8 chore(templates): move DeepPartial to runtime types
chore(templates): up
2024-04-02 17:22:19 +02:00
Benjamin Canac
54aa892bf0 chore(module): update addTemplates export 2024-04-02 16:03:46 +02:00
Benjamin Canac
349780dae1 feat(Link): style with app config 2024-03-22 12:46:52 +01:00
Benjamin Canac
5b789a5397 chore(templates): add FIXME for colors type
Related to #59
2024-03-20 17:09:35 +01:00
Benjamin Canac
0a00387688 fix(templates): handle - in regexp 2024-03-13 14:43:20 +01:00
Benjamin Canac
bc2dba5d71 chore(templates): add base styles 2024-03-12 15:42:14 +01:00
Daniel Roe
4446531d04 chore: add local module for better development dx (#2)
* chore: add local module for better dx developing nuxt/ui

* up

* up

* up

* feat(Kbd): new

* chore(Badge): update

* chore(Collapsible): remove content prop

* chore(Container): clean

* chore(Avatar): update root bg

* chore(Link): clean

* feat(Tooltip): handle shortcuts

* playground(collapsible): update

---------

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-03-12 12:12:17 +01:00
Benjamin Canac
e151be4734 fix(templates): dont override AppConfig type 2024-03-09 20:29:19 +01:00
Benjamin Canac
58ce6e86d0 chore(module): update 2024-03-07 18:26:07 +01:00
Benjamin Canac
11dd34c15d chore(templates): handle icons and without function 2024-03-07 17:10:27 +01:00
Benjamin Canac
b08d2bd3c6 chore(module): update 2024-03-07 16:57:14 +01:00
Benjamin Canac
7e19c30f80 chore(module): update 2024-03-07 16:08:48 +01:00
Benjamin Canac
c79e6f188d chore(module): update theming 2024-03-07 15:33:53 +01:00