create-ec-app 1.1.0 → 1.3.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/README.md +77 -0
- package/dist/index.js +304 -78
- package/dist/index.js.map +1 -1
- package/dist/pcf.d.ts.map +1 -1
- package/dist/pcf.js +82 -0
- package/dist/pcf.js.map +1 -1
- package/package.json +3 -1
- package/scripts/check-generated-css-scope.mjs +61 -0
- package/templates/base/package-lock.json +713 -1466
- package/templates/base/package.json +19 -19
- package/templates/base/src/App.tsx +1 -1
- package/templates/base/src/index.css +4 -1
- package/templates/base/src/main.tsx +4 -1
- package/templates/base/src/runtime/EcAppShell.tsx +29 -0
- package/templates/base/tsconfig.app.json +0 -1
- package/templates/base/tsconfig.json +1 -2
- package/templates/pcf/base/README.md +13 -0
- package/templates/pcf/base/index.ts +9 -3
- package/templates/pcf/base/package-lock.json +7290 -0
- package/templates/pcf/base/package.json +3 -3
- package/templates/targets/power-pages/src/App.patch.tsx +1 -1
- package/templates/targets/swa/package.patch.json +1 -1
- package/templates/ui/kendo/package.patch.json +2 -2
- package/templates/ui/kendo/src/main.patch.tsx +4 -1
- package/templates/ui/shadcn-ui/components.json +5 -2
- package/templates/ui/shadcn-ui/package.patch.json +3 -41
- package/templates/ui/shadcn-ui/src/index.patch.css +26 -9
- package/templates/ui/shadcn-ui/src/components/ui/accordion.tsx +0 -64
- package/templates/ui/shadcn-ui/src/components/ui/alert-dialog.tsx +0 -155
- package/templates/ui/shadcn-ui/src/components/ui/alert.tsx +0 -66
- package/templates/ui/shadcn-ui/src/components/ui/aspect-ratio.tsx +0 -11
- package/templates/ui/shadcn-ui/src/components/ui/avatar.tsx +0 -51
- package/templates/ui/shadcn-ui/src/components/ui/badge.tsx +0 -46
- package/templates/ui/shadcn-ui/src/components/ui/breadcrumb.tsx +0 -109
- package/templates/ui/shadcn-ui/src/components/ui/button-group.tsx +0 -83
- package/templates/ui/shadcn-ui/src/components/ui/button.tsx +0 -60
- package/templates/ui/shadcn-ui/src/components/ui/calendar.tsx +0 -216
- package/templates/ui/shadcn-ui/src/components/ui/card.tsx +0 -92
- package/templates/ui/shadcn-ui/src/components/ui/carousel.tsx +0 -239
- package/templates/ui/shadcn-ui/src/components/ui/chart.tsx +0 -357
- package/templates/ui/shadcn-ui/src/components/ui/checkbox.tsx +0 -32
- package/templates/ui/shadcn-ui/src/components/ui/collapsible.tsx +0 -31
- package/templates/ui/shadcn-ui/src/components/ui/command.tsx +0 -182
- package/templates/ui/shadcn-ui/src/components/ui/context-menu.tsx +0 -252
- package/templates/ui/shadcn-ui/src/components/ui/dialog.tsx +0 -141
- package/templates/ui/shadcn-ui/src/components/ui/drawer.tsx +0 -135
- package/templates/ui/shadcn-ui/src/components/ui/dropdown-menu.tsx +0 -255
- package/templates/ui/shadcn-ui/src/components/ui/empty.tsx +0 -104
- package/templates/ui/shadcn-ui/src/components/ui/field.tsx +0 -246
- package/templates/ui/shadcn-ui/src/components/ui/form.tsx +0 -167
- package/templates/ui/shadcn-ui/src/components/ui/hover-card.tsx +0 -44
- package/templates/ui/shadcn-ui/src/components/ui/input-group.tsx +0 -170
- package/templates/ui/shadcn-ui/src/components/ui/input-otp.tsx +0 -75
- package/templates/ui/shadcn-ui/src/components/ui/input.tsx +0 -21
- package/templates/ui/shadcn-ui/src/components/ui/item.tsx +0 -193
- package/templates/ui/shadcn-ui/src/components/ui/kbd.tsx +0 -28
- package/templates/ui/shadcn-ui/src/components/ui/label.tsx +0 -24
- package/templates/ui/shadcn-ui/src/components/ui/menubar.tsx +0 -274
- package/templates/ui/shadcn-ui/src/components/ui/navigation-menu.tsx +0 -168
- package/templates/ui/shadcn-ui/src/components/ui/pagination.tsx +0 -127
- package/templates/ui/shadcn-ui/src/components/ui/popover.tsx +0 -48
- package/templates/ui/shadcn-ui/src/components/ui/progress.tsx +0 -29
- package/templates/ui/shadcn-ui/src/components/ui/radio-group.tsx +0 -45
- package/templates/ui/shadcn-ui/src/components/ui/resizable.tsx +0 -54
- package/templates/ui/shadcn-ui/src/components/ui/scroll-area.tsx +0 -58
- package/templates/ui/shadcn-ui/src/components/ui/select.tsx +0 -185
- package/templates/ui/shadcn-ui/src/components/ui/separator.tsx +0 -28
- package/templates/ui/shadcn-ui/src/components/ui/sheet.tsx +0 -137
- package/templates/ui/shadcn-ui/src/components/ui/sidebar.tsx +0 -726
- package/templates/ui/shadcn-ui/src/components/ui/skeleton.tsx +0 -13
- package/templates/ui/shadcn-ui/src/components/ui/slider.tsx +0 -63
- package/templates/ui/shadcn-ui/src/components/ui/sonner.tsx +0 -38
- package/templates/ui/shadcn-ui/src/components/ui/spinner.tsx +0 -16
- package/templates/ui/shadcn-ui/src/components/ui/switch.tsx +0 -31
- package/templates/ui/shadcn-ui/src/components/ui/table.tsx +0 -114
- package/templates/ui/shadcn-ui/src/components/ui/tabs.tsx +0 -66
- package/templates/ui/shadcn-ui/src/components/ui/textarea.tsx +0 -18
- package/templates/ui/shadcn-ui/src/components/ui/toggle-group.tsx +0 -81
- package/templates/ui/shadcn-ui/src/components/ui/toggle.tsx +0 -45
- package/templates/ui/shadcn-ui/src/components/ui/tooltip.tsx +0 -61
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.