shadcn-vue/apps/www/src/lib/registry/new-york/ui
Wasim Thoufiq 97c7417352
feat: add carousel component (#227)
* feat: create new carousel component with embala-carousel

* feat: create demos for the carousel component

* feat: add the default carousel component to the docs

* feat: add new-york styling for carousels

* feat: add more examples for spacing, size and options

* refactor: change ways to better pass the data to parent

* feat: add examples for carousel api handling

* feat: add example for using embla plugin

* chore: add carousel component doc to the table of contents

* feat: add focusability on carousel element

* fix: update docs

* chore: add docs for slot props

* feat: expose api for the parent component

* chore: include missing filenames

* chore: update embla carousel dependency versions

* chore: fix typescript error by getting the types from core package

* chore: prevent duplicate classes by using class as prop

* feat: use slot fallback content

so user could change navigation button icons

* fix: change attribute inheritance element

* chore: update www package.json `scripts`

update tsconfig exclude for the strict registry build

* refactor: fix embla-carousel types after v8.0.0-rc18

update embla deps

* chore: update @vue/tsconfig

* chore: run registry

* refactor: remove uneended ref

* fix: dependencies for embla missing

* docs: update carousel for optional plugin installation

---------

Co-authored-by: sadeghbarati <sadeghbaratiwork@gmail.com>
Co-authored-by: zernonia <zernonia@gmail.com>
2024-01-09 00:51:55 +08:00
..
accordion chore: bump Radix Vue v1 (#139) 2023-10-24 20:51:00 +08:00
alert feat: add new-york style components (#27) 2023-09-07 19:45:36 +08:00
alert-dialog chore: bump Radix Vue v1 (#139) 2023-10-24 20:51:00 +08:00
aspect-ratio feat: add new-york style components (#27) 2023-09-07 19:45:36 +08:00
avatar fix: avatar class typo (#97) 2023-10-02 17:01:25 +08:00
badge feat: add new-york style components (#27) 2023-09-07 19:45:36 +08:00
button fix(Button): missing asChild (#203) 2023-12-06 09:59:36 +08:00
calendar fix remove today design when in the current range in new york style following #252 (#253) 2024-01-08 13:08:31 +03:30
card docs: change cards radius to rounded-lg (#231) 2023-12-30 20:40:31 +03:30
carousel feat: add carousel component (#227) 2024-01-09 00:51:55 +08:00
checkbox fix: checkbox icon off-center fix (#184) 2023-11-26 01:23:05 -08:00
collapsible chore: bump Radix Vue v1 (#139) 2023-10-24 20:51:00 +08:00
command chore: lint, fix frozen lockfile 2023-12-01 11:36:12 +08:00
context-menu chore: build registry 2023-10-24 20:57:02 +08:00
dialog fix: dialog props missing (#242) 2024-01-04 16:37:25 +03:30
dropdown-menu chore: lint, fix frozen lockfile 2023-12-01 11:36:12 +08:00
form docs: add @formkit/auto-animate example in form.md (#108) 2023-10-09 20:35:49 +08:00
hover-card chore: bump Radix Vue v1 (#139) 2023-10-24 20:51:00 +08:00
input fix: Input attrs not reactive (#228) 2024-01-03 00:07:30 +03:30
label feat: add new-york style components (#27) 2023-09-07 19:45:36 +08:00
menubar chore: bump Radix Vue v1 (#139) 2023-10-24 20:51:00 +08:00
navigation-menu feat: implement utilities from radix vue (#89) 2023-09-28 16:51:31 +08:00
pagination feat: add pagination (#109) 2023-10-10 15:09:16 +08:00
popover chore: bump Radix Vue v1 (#139) 2023-10-24 20:51:00 +08:00
progress feat: add new-york style components (#27) 2023-09-07 19:45:36 +08:00
radio-group chore: bump Radix Vue v1 (#139) 2023-10-24 20:51:00 +08:00
scroll-area feat: add new-york style components (#27) 2023-09-07 19:45:36 +08:00
select chore: bump Radix Vue v1 (#139) 2023-10-24 20:51:00 +08:00
separator feat: add new-york style components (#27) 2023-09-07 19:45:36 +08:00
sheet feat: implement utilities from radix vue (#89) 2023-09-28 16:51:31 +08:00
skeleton feat: add new-york style components (#27) 2023-09-07 19:45:36 +08:00
slider feat: implement utilities from radix vue (#89) 2023-09-28 16:51:31 +08:00
switch chore: bump Radix Vue v1 (#139) 2023-10-24 20:51:00 +08:00
table feat: add new-york style components (#27) 2023-09-07 19:45:36 +08:00
tabs fix: hotfix for tabs wasn't import correctly 2023-10-02 10:14:27 +08:00
textarea feat: add new-york style components (#27) 2023-09-07 19:45:36 +08:00
toast docs: Improve the API reference of all the components (#152) 2023-11-09 18:42:01 +08:00
toggle fix: toggle not setting pressed property on init (#223) 2023-12-30 00:24:20 +03:30
tooltip chore: bump Radix Vue v1 (#139) 2023-10-24 20:51:00 +08:00