Fabian Bernhart
f0e8db1876
fix: SidebarProvider imports
...
useMediaQuery wasnt imported by executing
npx add shadcn@latest sidebar
2024-11-29 21:59:44 +01:00
zernonia
6c0ab55e92
chore: release v0.11.3
2024-11-19 16:13:22 +08:00
Fatih Solhan
3ddd70dd6b
docs: prevent shrinking theme customizer circles ( #914 )
...
* fix: prevent shrinking theme customizer circles
* use `shrink-0` instead of deprecated `flex-shrink-0`
2024-11-19 14:51:56 +08:00
Whbbit1999
2d5ad5b962
fix: mobile sidebar component #840 ( #884 )
...
* fix: sidebar component mobile #840
* chore: update new-york style too
* chore: run registry build
* revert: change in templates.ts
---------
Co-authored-by: zernonia <zernonia@gmail.com>
2024-11-19 14:51:24 +08:00
Louis Van Aken
ac69980ac9
fix: Error in the build of the auto form with Vite and TypeScript #870 ( #896 )
...
* fix: Error in the build of the auto form with Vite and TypeScript #870
* fix: new york registry
2024-11-16 17:40:29 +08:00
Titus Kirch
58fc125974
docs: fix primitive link in data-table.md ( #898 )
2024-11-16 17:34:26 +08:00
sinsky
383c846c02
docs: input components use "default-value" instead of "value" ( #904 )
...
* docs(example): input components used in SheetDemo use default-value instead of value
* docs(example): input components used in DialogDemo use default-value instead of value
2024-11-16 17:32:00 +08:00
sea
b7ef4653f7
docs: update * scrollbar style ( #885 )
2024-11-11 12:24:52 +03:30
Brian Le
384c87a91c
fix: add missing classes to button ( #877 )
2024-11-10 08:20:18 +03:30
Tony Zhang
75a5bce92f
docs: fix invisible code highlight in light mode ( #875 )
...
Signed-off-by: ZTL-UwU <zhangtianli2006@163.com>
2024-11-09 19:23:43 +03:30
Rhanlin
3d0db2de7b
docs: fix dialog form example onsubmit ( #873 )
2024-11-09 08:52:17 +03:30
Damien Roche
a5b25a9c43
fix: switch from placeholder: to data-placeholder: prefix class for SelectValue ( #867 )
2024-11-09 08:33:01 +03:30
zernonia
26df827d33
chore: release v0.11.2
2024-11-04 14:53:22 +08:00
zernonia
3c506ef188
chore: release v0.11.1
2024-11-04 14:45:18 +08:00
Selemon Brahanu
3646203d4f
refactor(CLI): base dependencies not installing when using shadcn-nuxt ( #821 )
...
* refactor: 815 shadcn-nuxt dependencies and CLI init
Closes: 815
* chore: remove unnecessary dependencies
* chore: update pnpm-lock.yaml file
* chore: cleanup
* chore: update pnpm-lock
---------
Co-authored-by: zernonia <zernonia@gmail.com>
2024-11-04 14:20:14 +08:00
zernonia
68c40f6908
chore: codegen
2024-11-03 23:52:53 +08:00
Hookin.
ff1b5f0a1b
fix(Sidebar): use open.value when setting the cookie ( #862 )
2024-11-03 17:11:46 +08:00
苗大
15f3eb305b
fix: missing NavigationMenuViewport component ( #860 )
2024-11-02 23:38:57 +08:00
Rnz Brngn
baceb4ce91
docs(blocks): correct tooltip prop for dynamic binding ( #850 )
2024-11-02 23:37:12 +08:00
Maxim Kim
eff3e75466
fix(Sidebar): missing slot into component ( #847 )
...
* fix(SidebarMenuAction): add slot into component
* fix(SidebarMenuAction): add changes in new-york style
2024-11-02 23:31:39 +08:00
xiaomo
83419c4dc3
docs: replace unexported cssVariables with highlight ( #841 )
2024-10-29 08:33:28 +03:30
xiaomo
52b9b20b3c
docs: add theme to highlight code block ( #831 )
2024-10-28 15:32:30 +03:30
zernonia
e0d4980e31
feat: Sidebar (1/2) ( #827 )
...
* feat: add default sidebar
* chore: add images, docs item
* refactor: rename and fix styling`
* feat: add new-york style
* chore: move typescript to catalog
* docs: fix block preview
* chore: build registry, add sidebar block
* docs: update sidebar demo
* chore: bump radix-vue
* chore: fix build
2024-10-28 01:05:55 +08:00
Mohammed Essam Helewa
6760ebb5ae
feat: enhance the behavior of Switch component ( #835 )
...
* Add named slot inside SwitchThumb
* Add documentation for switch thumb slot
* chore: re-build registry
2024-10-26 21:52:03 +03:30
Ciro Lo Sapio
d143272fb8
docs: update footer links ( #820 )
2024-10-22 20:17:17 +03:30
Otabek
4f3bb61283
docs: update vite.md for latest Vite configuration in Vue projects ( #817 )
2024-10-22 20:09:47 +03:30
zernonia
f9615d3657
chore: use format=cover
2024-10-17 15:22:02 +02:00
sea
e63d5553e3
docs: fix navigation menu example link ( #809 )
2024-10-16 12:22:53 +03:30
zernonia
a01a1bd94d
docs: fix carbon
2024-10-16 14:11:36 +08:00
zernonia
f5b02256bc
chore: add carbon ads
2024-10-15 22:24:13 +08:00
zernonia
c164421e58
chore: release v0.11.0
2024-10-14 20:39:41 +08:00
zernonia
5c71911104
chore: run lint:fix, re-build registry
2024-10-14 19:48:05 +08:00
smdbs
982f918e53
docs: fix highlighted line ( #807 )
2024-10-14 19:42:15 +08:00
zernonia
f8f3fc754f
feat: support tailwind prefix ( #619 )
...
* chore: enable tw prefix
* chore: enable tw prefix during init
* fix: cater for cn function
* fix: prevent transforming importDeclaration
* chore: update registry to make sure tailwind prefix parse correctly
* chore: fix wrong import
* chore: checkpoint
* refactor: goodbye ts-morph
* chore: remove ts-morpg
* chore: update test
* chore: cleanup
* chore: fix test
* fix: move vue-metamorph to dep
* refactor: transform tw prefix by specific case
* fix: transform-sfc not parsing .ts file
* fix: prefix double quote
* chore: patch vue-eslint-parser
* refactor: transform to cater only for class in sfc
* refactor: replace detypes with @unovue/detypes
* chore: update test snapshot
* chore: update pnpm-lock, fix import
* chore: bump detypes version
* chore: update deps
2024-10-14 19:39:58 +08:00
Roga
1c7c60330a
docs: update nuxt.md ( #804 )
...
Expanded on the TailwindCSS installation instructions.
The added information is important because from time to time the Nuxt module installation throws the following error:
```bash
$ npx nuxi@latest module add tailwindcss
ERROR [GET] "https://npm.fontawesome.com/@nuxtjs/tailwindcss/latest ": 401 Unauthorized 8:39:48 a.m.
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async $fetch2 (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/shared/nuxi.b88e7b0f.mjs:340:15)
at async resolveModule (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/chunks/add2.mjs:262:15)
at async Object.setup (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/chunks/add2.mjs:136:15)
at async runCommand$1 (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/shared/nuxi.3e201632.mjs:1620:5)
at async runCommand$1 (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/shared/nuxi.3e201632.mjs:1639:11)
at async runCommand$1 (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/shared/nuxi.3e201632.mjs:1639:11)
at async runMain$1 (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/shared/nuxi.3e201632.mjs:1777:7)
```
Manually installing the package and then adding to the config fixes this issue.
2024-10-11 13:05:31 +08:00
Jan Kremlacek
ff6d9d0da6
chore(Slider): support vertical orientation ( #734 )
2024-10-08 13:46:53 +08:00
Carlos Marques
603497e822
docs(DataTable): fix broken link ( #794 )
2024-10-08 13:42:16 +08:00
Alex
235ec8a691
docs: update aspect-ratio example ( #795 )
...
Added 'w-full h-full' to <img> in example.
2024-10-08 13:41:00 +08:00
Sadegh Barati
64b6d6ac38
docs: fix and cleanup some of demos ( #773 )
...
chore: update deps
2024-09-19 14:58:28 +03:30
Vladimir Ivakhno
775d59b51d
docs: replace lucide-react with lucide-vue-next ( #770 )
2024-09-18 08:39:42 +03:30
Ralf Heinsoo
7c9aac46a1
docs: update default-value prop in calendar year-month select example ( #755 )
2024-09-09 14:09:47 +03:30
Krishna Bhandari
ccbdc2f90f
docs: update laravel.md creating project command ( #752 )
2024-09-09 14:04:10 +03:30
Roman Hrynevych
481bebf413
docs(data-table): add DataTableReactive example ( #744 )
...
* docs(table): add `DataTableReactive` example and tanstack docs
* chore: build:registry
* docs: refrase
* docs(data-table): update `defineModel`
* fix(data-table): change `reactive` data to `shallowRef`
* docs(data-table): add info about `ref` and `shallowRef`
2024-08-31 11:01:36 +03:30
Sadegh Barati
cc84ac172c
fix: carousel ref unwrapping with top-level property in template ( #743 )
2024-08-30 23:32:07 +03:30
Selemondev
501137a672
feat: auto install @nuxtjs/color-mode module ( #737 )
...
* feat(app): #537 auto install the module
This pull request is intended to install the module during the installation of the module
Closes : #537
* docs: update Nuxt dark mode
---------
Co-authored-by: selemondev-triply <selemon@triply.co>
2024-08-30 21:32:24 +03:30
Roman Hrynevych
f73e1ddaaf
docs: add vertical Tabs example ( #739 )
...
* feat(docs): add vertical Tabs example and components for account/password management
* fix(TabsTrigger): wrap slot content in a span with truncate class for better text handling
* chore: build:registry
2024-08-30 20:51:17 +03:30
Roman Hrynevych
85b10641c2
fix(Select): add truncate and text-start ( #726 )
...
* fix(select): add `shrink-0` to Icon
2024-08-22 11:13:55 +03:30
Roman Hrynevych
68d9804109
docs: add TagsInput form example ( #725 )
2024-08-22 10:47:56 +03:30
βoγ Woηdεr
1a1dd4a611
docs: update Tags with Combobox example to make Popover close by clicking outside ( #723 )
2024-08-21 08:52:48 +03:30
Damien Roche
0fc50183e4
docs: fix typo in TeamMembers.vue ( #722 )
2024-08-21 08:17:07 +03:30