mirror of
https://github.com/unovue/shadcn-vue.git
synced 2026-09-14 19:59:38 +08:00
bc6dae3d1a
* refactor: radix-vue to reka-ui * chore: bump reka-ui version * refactor: perform migration * chore: bump reka version * chore: update deps * chore: run pnpm i and build regsitry * docs: update reference api link * chore: revamp sitte * docs: update content, styling * refactor: new CLI * refactor: build registry * chore: move registry, update import path, run app * refactor: build registry * chore: lint generated files * refactor: cli, add test * docs: fix build, update paths * docs: block preview and codes * chore: add sidebars block * chore: add sidebars block (2/2) * docs: sidebar * chore: fix json * chore: fix crawled content * chore: fix regsitry dependencies adding .vue files * chore: make sure to detect reka-ui as deps * feat: transform icons * refactor: replace with lucide icon, dropped v-calendar * chore: cleanup * test: update * chore: update playground * chore: release next tag * chore: release v1.0.0-next.0 * chore: update demo * refactor: replace `kleur` with `consola` colors * refactor: use `get-tsconfig` instead of `tsconfig-paths` refactor: replace `node:path` with `pathe` chore: add `tinyexec` instead of `execa` * chore: build registry * chore: bump cli tag * chore: bump reka * refactor(Command): adapt command component to use listbox * refactor(Command, Combobox): adapt to respective component * chore: update deps replace fast-glob with tinyglobby * refactor: use `tinyglobby` instead of `fast-glob` A fast and minimal alternative to globby and fast-glob * ci: add `pkg.pr.new` (#987) copied from vite repository * chore: test * chore: test * test: fix test * chore: release v1.0.0-next.1 * refactor: rename hooks to composables for more familiar terms for vue * test: update test to cater for composables * chore: release v1.0.0-next.2 * docs: latest design * docs: add login blocks * chore: update action * chore: revert action changes * docs: remove duplicated key, style improve * docs: style improve, remove view transition * chore: cleanup crawler * chore: update deps * chore: build registry * chore: bump reka-ui * chore: pin ts version for builder * chore: bump reka stable version * chore: bump vaul version * docs: update registry, demo * fix: init having wrong libs path * docs: include changelog --------- Co-authored-by: Sadegh Barati <sadeghbaratiwork@gmail.com>
22 lines
1.0 KiB
Plaintext
22 lines
1.0 KiB
Plaintext
MIT License
|
|
|
|
Copyright (c) 2023 unovue
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE.
|