Eugen Istoc
|
e7697595c8
|
feat(Slideover): open programmatically (#1465)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-03-21 17:48:35 +01:00 |
|
Benjamin Canac
|
ba15add4db
|
fix(module): revert tailwind config from #1272 (#1404)
|
2024-02-23 16:35:08 +01:00 |
|
Neil Richter
|
6f29c620ab
|
feat(Modal): open programmatically (#1319)
|
2024-02-07 16:53:17 +01:00 |
|
Benjamin Canac
|
bb40c31031
|
fix(module): prevent tailwind warn with bun
Fixes #809
|
2024-02-07 12:43:56 +01:00 |
|
Benjamin Canac
|
10db14475f
|
fix(components): hydration attribute mismatch with vue 3.4 (#1199)
|
2024-02-06 12:42:19 +01:00 |
|
Benjamin Canac
|
8b08edeee7
|
chore(module): pass resolve and runtimeDir to installTailwind
|
2024-02-05 12:16:58 +01:00 |
|
Inesh Bose
|
f0ee1893ee
|
refactor(module): provide tailwind config through template (#1272)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-02-01 15:06:28 +01:00 |
|
Benjamin Canac
|
be37daec56
|
chore: ignore ts errors after nuxt 3.10
|
2024-01-31 15:05:31 +01:00 |
|
Benjamin Canac
|
412cd75edd
|
fix(module): put back all option in icons plugin
Fixes #1237
|
2024-01-31 10:53:39 +01:00 |
|
Matej Černý
|
f96eb5e8b7
|
feat(module): add option to disable global css styles (#1266)
|
2024-01-23 10:47:34 +01:00 |
|
Benjamin Canac
|
4dee128524
|
chore(deps): update @egoist/tailwindcss-icons
|
2023-12-19 17:36:13 +01:00 |
|
Benjamin Canac
|
4a9b66aeb3
|
fix(types): improve with strict mode (#1041)
|
2023-11-30 12:02:37 +01:00 |
|
Benjamin Canac
|
ec58948153
|
feat(module): allow options override of @egoist/tailwindcss-icons plugin (#1013)
|
2023-11-22 14:42:56 +01:00 |
|
Inesh Bose
|
d02858f6c4
|
refactor(config): break ui.config.ts into separate files (#930)
|
2023-11-22 10:26:31 +01:00 |
|
Juho Rutila
|
bcc46b87f5
|
test: add initial component tests (#923)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-11-17 10:49:43 +01:00 |
|
Benjamin Canac
|
c601fc6c55
|
feat(Icon): switch to nuxt-icon with dynamic prop or app config (#862)
|
2023-11-06 18:27:14 +01:00 |
|
renovate[bot]
|
d112808994
|
chore(deps): update all non-major dependencies (#810)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-10-25 18:31:50 +02:00 |
|
Benjamin Canac
|
3e647e4af1
|
fix(module): move @headlessui/tailwindcss to plugins on module install
|
2023-09-27 15:13:57 +02:00 |
|
Horu
|
be734fc026
|
fix(Tabs): add visible focus indicator on active tabs (#690)
|
2023-09-27 13:38:58 +02:00 |
|
Benjamin Canac
|
853d58ad5f
|
chore(module): add @ts-ignore on appConfig assign
|
2023-09-21 16:01:24 +02:00 |
|
Benjamin Canac
|
60210aad75
|
chore(module): allow key extend in app.config
|
2023-09-21 14:26:21 +02:00 |
|
Benjamin Canac
|
34d2f57801
|
feat(module)!: use tailwind-merge for app.config & move config to components & type props (#692)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2023-09-20 18:07:51 +02:00 |
|
Benjamin Canac
|
c6056ed133
|
feat(module): add DEFAULT shade to primary color (#493)
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
2cd620899f
|
fix(module): safelist all colors for toast.add
Resolves #375, resolves #440
|
2023-07-27 18:28:25 +02:00 |
|
Benjamin Canac
|
a9578f8c50
|
chore(module): fix nuxt/schema augmentation
|
2023-07-25 18:59:22 +02:00 |
|
Haytham A. Salama
|
e50f377b94
|
feat(Accordion): new component (#301)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-06-27 21:54:05 +02:00 |
|
Benjamin Canac
|
f7e2082983
|
fix(module): safelist regex when a : was present before color
Also prevents parsing colors already safelisted initially.
|
2023-06-21 17:42:02 +02:00 |
|
Benjamin Canac
|
4023fbec29
|
fix(module): let tailwindcss viewer enabled by default
Resolves #292
|
2023-06-21 17:40:54 +02:00 |
|
Benjamin Canac
|
88c1930845
|
fix(module): transform vue files to detect multi-line components
|
2023-06-13 15:53:02 +02:00 |
|
Benjamin Canac
|
cdce519742
|
fix(module): only safelist known colors
|
2023-06-13 14:52:56 +02:00 |
|
Benjamin Canac
|
20fa4d2317
|
feat(module): smart safelisting (#268)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
|
2023-06-13 12:18:38 +02:00 |
|
Benjamin Canac
|
be5f352296
|
fix(module): use @tailwindcss/forms class strategy (#278)
|
2023-06-12 14:27:08 +02:00 |
|
Benjamin Canac
|
57f95102e2
|
chore: add @tailwindcss/container-queries official plugin
|
2023-06-09 11:39:46 +02:00 |
|
Benjamin Canac
|
cce000ab2b
|
feat: add Table component (#237)
|
2023-05-30 12:13:57 +02:00 |
|
Benjamin Canac
|
9ce531a06f
|
feat!: handle color states on form elements (#234)
|
2023-05-26 22:07:49 +02:00 |
|
Benjamin Canac
|
246449b328
|
fix(module): add .mjs extension to tailwind content when builded
Resolves #172
|
2023-05-19 12:22:05 +02:00 |
|
Benjamin Canac
|
85b10ba4ee
|
chore(module): handle icons as string
|
2023-05-19 11:28:24 +02:00 |
|
Benjamin Canac
|
11941bd581
|
chore(module): default primary to green
|
2023-05-16 15:18:12 +02:00 |
|
Benjamin Canac
|
fd4c80acd4
|
fix(Avatar): gray missing for chipColor
|
2023-05-10 11:59:16 +02:00 |
|
Daniel Roe
|
97b1a85ea1
|
fix: revert back to runtime app for hmr (#153)
|
2023-05-04 18:18:36 +02:00 |
|
Benjamin Canac
|
626409e101
|
fix: put back app.config for hmr
|
2023-05-04 17:51:08 +02:00 |
|
Daniel Roe
|
f5c0030a19
|
fix: remove augmentation of app (#152)
|
2023-05-04 17:32:25 +02:00 |
|
Daniel Roe
|
11e00a10e4
|
fix: update to fix type issues (#151)
|
2023-05-04 17:24:22 +02:00 |
|
Benjamin Canac
|
a076cae4bf
|
fix(module): remove .ts ext from app.config
|
2023-05-04 15:38:32 +02:00 |
|
Benjamin Canac
|
6da0db0113
|
feat: rewrite to use app config and rework docs (#143)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
|
2023-05-04 14:49:19 +02:00 |
|
Benjamin Canac
|
09e957e702
|
chore(deps): remove @tailwindcss/line-clamp as its included by default in tailwind 3.3
|
2023-04-04 13:55:38 +02:00 |
|
Sylvain Marroufin
|
fd4b608150
|
chore: add more composables (#138)
|
2023-03-09 11:42:22 +01:00 |
|
Benjamin Canac
|
a566627a23
|
chore: bump deps
|
2023-02-17 14:26:20 +01:00 |
|
Benjamin Canac
|
ee3352278c
|
feat: migrate to @egoist/tailwindcss-icons
|
2023-02-17 12:58:19 +01:00 |
|
Benjamin Canac
|
f5d068be9d
|
feat: use nuxt-icon
|
2023-02-16 16:16:37 +01:00 |
|