@lark-apaas/coding-template-vite-react 0.1.0-alpha.1 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template/.spark_project +12 -0
- package/template/README.md +10 -10
- package/template/components.json +1 -1
- package/template/package.json +5 -3
- package/template/scripts/dev.mjs +125 -0
- package/template/shared/capabilities/README.md +5 -0
- package/template/shared/static/README.md +16 -0
- package/template/{client/src → src}/hooks/use-mobile.ts +4 -3
- package/template/{client/src → src}/index.tsx +9 -2
- package/template/tsconfig.app.json +3 -3
- package/template/tsconfig.json +1 -1
- package/template/vite.config.ts +1 -2
- package/template/package-lock.json +0 -10533
- package/template/shared/types.ts +0 -1
- /package/template/{client/index.html → index.html} +0 -0
- /package/template/{client/public → public}/favicon.svg +0 -0
- /package/template/{client/public → public}/icons.svg +0 -0
- /package/template/{client/src → src}/app.tsx +0 -0
- /package/template/{client/src → src}/components/layout.tsx +0 -0
- /package/template/{client/src → src}/components/ui/accordion.tsx +0 -0
- /package/template/{client/src → src}/components/ui/alert-dialog.tsx +0 -0
- /package/template/{client/src → src}/components/ui/alert.tsx +0 -0
- /package/template/{client/src → src}/components/ui/aspect-ratio.tsx +0 -0
- /package/template/{client/src → src}/components/ui/avatar.tsx +0 -0
- /package/template/{client/src → src}/components/ui/badge.tsx +0 -0
- /package/template/{client/src → src}/components/ui/breadcrumb.tsx +0 -0
- /package/template/{client/src → src}/components/ui/button-group.tsx +0 -0
- /package/template/{client/src → src}/components/ui/button.tsx +0 -0
- /package/template/{client/src → src}/components/ui/calendar.tsx +0 -0
- /package/template/{client/src → src}/components/ui/card.tsx +0 -0
- /package/template/{client/src → src}/components/ui/carousel.tsx +0 -0
- /package/template/{client/src → src}/components/ui/chart.tsx +0 -0
- /package/template/{client/src → src}/components/ui/checkbox.tsx +0 -0
- /package/template/{client/src → src}/components/ui/collapsible.tsx +0 -0
- /package/template/{client/src → src}/components/ui/command.tsx +0 -0
- /package/template/{client/src → src}/components/ui/context-menu.tsx +0 -0
- /package/template/{client/src → src}/components/ui/dialog.tsx +0 -0
- /package/template/{client/src → src}/components/ui/drawer.tsx +0 -0
- /package/template/{client/src → src}/components/ui/dropdown-menu.tsx +0 -0
- /package/template/{client/src → src}/components/ui/empty.tsx +0 -0
- /package/template/{client/src → src}/components/ui/field.tsx +0 -0
- /package/template/{client/src → src}/components/ui/form.tsx +0 -0
- /package/template/{client/src → src}/components/ui/hover-card.tsx +0 -0
- /package/template/{client/src → src}/components/ui/image.tsx +0 -0
- /package/template/{client/src → src}/components/ui/input-group.tsx +0 -0
- /package/template/{client/src → src}/components/ui/input-otp.tsx +0 -0
- /package/template/{client/src → src}/components/ui/input.tsx +0 -0
- /package/template/{client/src → src}/components/ui/item.tsx +0 -0
- /package/template/{client/src → src}/components/ui/kbd.tsx +0 -0
- /package/template/{client/src → src}/components/ui/label.tsx +0 -0
- /package/template/{client/src → src}/components/ui/menubar.tsx +0 -0
- /package/template/{client/src → src}/components/ui/native-select.tsx +0 -0
- /package/template/{client/src → src}/components/ui/navigation-menu.tsx +0 -0
- /package/template/{client/src → src}/components/ui/pagination.tsx +0 -0
- /package/template/{client/src → src}/components/ui/popover.tsx +0 -0
- /package/template/{client/src → src}/components/ui/progress.tsx +0 -0
- /package/template/{client/src → src}/components/ui/radio-group.tsx +0 -0
- /package/template/{client/src → src}/components/ui/resizable.tsx +0 -0
- /package/template/{client/src → src}/components/ui/scroll-area.tsx +0 -0
- /package/template/{client/src → src}/components/ui/select.tsx +0 -0
- /package/template/{client/src → src}/components/ui/separator.tsx +0 -0
- /package/template/{client/src → src}/components/ui/sheet.tsx +0 -0
- /package/template/{client/src → src}/components/ui/sidebar.tsx +0 -0
- /package/template/{client/src → src}/components/ui/skeleton.tsx +0 -0
- /package/template/{client/src → src}/components/ui/slider.tsx +0 -0
- /package/template/{client/src → src}/components/ui/sonner.tsx +0 -0
- /package/template/{client/src → src}/components/ui/spinner.tsx +0 -0
- /package/template/{client/src → src}/components/ui/switch.tsx +0 -0
- /package/template/{client/src → src}/components/ui/table.tsx +0 -0
- /package/template/{client/src → src}/components/ui/tabs.tsx +0 -0
- /package/template/{client/src → src}/components/ui/textarea.tsx +0 -0
- /package/template/{client/src → src}/components/ui/toggle-group.tsx +0 -0
- /package/template/{client/src → src}/components/ui/toggle.tsx +0 -0
- /package/template/{client/src → src}/components/ui/tooltip.tsx +0 -0
- /package/template/{client/src → src}/index.css +0 -0
- /package/template/{client/src → src}/pages/NotFoundPage/NotFoundPage.tsx +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.