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.
Files changed (80) hide show
  1. package/README.md +77 -0
  2. package/dist/index.js +304 -78
  3. package/dist/index.js.map +1 -1
  4. package/dist/pcf.d.ts.map +1 -1
  5. package/dist/pcf.js +82 -0
  6. package/dist/pcf.js.map +1 -1
  7. package/package.json +3 -1
  8. package/scripts/check-generated-css-scope.mjs +61 -0
  9. package/templates/base/package-lock.json +713 -1466
  10. package/templates/base/package.json +19 -19
  11. package/templates/base/src/App.tsx +1 -1
  12. package/templates/base/src/index.css +4 -1
  13. package/templates/base/src/main.tsx +4 -1
  14. package/templates/base/src/runtime/EcAppShell.tsx +29 -0
  15. package/templates/base/tsconfig.app.json +0 -1
  16. package/templates/base/tsconfig.json +1 -2
  17. package/templates/pcf/base/README.md +13 -0
  18. package/templates/pcf/base/index.ts +9 -3
  19. package/templates/pcf/base/package-lock.json +7290 -0
  20. package/templates/pcf/base/package.json +3 -3
  21. package/templates/targets/power-pages/src/App.patch.tsx +1 -1
  22. package/templates/targets/swa/package.patch.json +1 -1
  23. package/templates/ui/kendo/package.patch.json +2 -2
  24. package/templates/ui/kendo/src/main.patch.tsx +4 -1
  25. package/templates/ui/shadcn-ui/components.json +5 -2
  26. package/templates/ui/shadcn-ui/package.patch.json +3 -41
  27. package/templates/ui/shadcn-ui/src/index.patch.css +26 -9
  28. package/templates/ui/shadcn-ui/src/components/ui/accordion.tsx +0 -64
  29. package/templates/ui/shadcn-ui/src/components/ui/alert-dialog.tsx +0 -155
  30. package/templates/ui/shadcn-ui/src/components/ui/alert.tsx +0 -66
  31. package/templates/ui/shadcn-ui/src/components/ui/aspect-ratio.tsx +0 -11
  32. package/templates/ui/shadcn-ui/src/components/ui/avatar.tsx +0 -51
  33. package/templates/ui/shadcn-ui/src/components/ui/badge.tsx +0 -46
  34. package/templates/ui/shadcn-ui/src/components/ui/breadcrumb.tsx +0 -109
  35. package/templates/ui/shadcn-ui/src/components/ui/button-group.tsx +0 -83
  36. package/templates/ui/shadcn-ui/src/components/ui/button.tsx +0 -60
  37. package/templates/ui/shadcn-ui/src/components/ui/calendar.tsx +0 -216
  38. package/templates/ui/shadcn-ui/src/components/ui/card.tsx +0 -92
  39. package/templates/ui/shadcn-ui/src/components/ui/carousel.tsx +0 -239
  40. package/templates/ui/shadcn-ui/src/components/ui/chart.tsx +0 -357
  41. package/templates/ui/shadcn-ui/src/components/ui/checkbox.tsx +0 -32
  42. package/templates/ui/shadcn-ui/src/components/ui/collapsible.tsx +0 -31
  43. package/templates/ui/shadcn-ui/src/components/ui/command.tsx +0 -182
  44. package/templates/ui/shadcn-ui/src/components/ui/context-menu.tsx +0 -252
  45. package/templates/ui/shadcn-ui/src/components/ui/dialog.tsx +0 -141
  46. package/templates/ui/shadcn-ui/src/components/ui/drawer.tsx +0 -135
  47. package/templates/ui/shadcn-ui/src/components/ui/dropdown-menu.tsx +0 -255
  48. package/templates/ui/shadcn-ui/src/components/ui/empty.tsx +0 -104
  49. package/templates/ui/shadcn-ui/src/components/ui/field.tsx +0 -246
  50. package/templates/ui/shadcn-ui/src/components/ui/form.tsx +0 -167
  51. package/templates/ui/shadcn-ui/src/components/ui/hover-card.tsx +0 -44
  52. package/templates/ui/shadcn-ui/src/components/ui/input-group.tsx +0 -170
  53. package/templates/ui/shadcn-ui/src/components/ui/input-otp.tsx +0 -75
  54. package/templates/ui/shadcn-ui/src/components/ui/input.tsx +0 -21
  55. package/templates/ui/shadcn-ui/src/components/ui/item.tsx +0 -193
  56. package/templates/ui/shadcn-ui/src/components/ui/kbd.tsx +0 -28
  57. package/templates/ui/shadcn-ui/src/components/ui/label.tsx +0 -24
  58. package/templates/ui/shadcn-ui/src/components/ui/menubar.tsx +0 -274
  59. package/templates/ui/shadcn-ui/src/components/ui/navigation-menu.tsx +0 -168
  60. package/templates/ui/shadcn-ui/src/components/ui/pagination.tsx +0 -127
  61. package/templates/ui/shadcn-ui/src/components/ui/popover.tsx +0 -48
  62. package/templates/ui/shadcn-ui/src/components/ui/progress.tsx +0 -29
  63. package/templates/ui/shadcn-ui/src/components/ui/radio-group.tsx +0 -45
  64. package/templates/ui/shadcn-ui/src/components/ui/resizable.tsx +0 -54
  65. package/templates/ui/shadcn-ui/src/components/ui/scroll-area.tsx +0 -58
  66. package/templates/ui/shadcn-ui/src/components/ui/select.tsx +0 -185
  67. package/templates/ui/shadcn-ui/src/components/ui/separator.tsx +0 -28
  68. package/templates/ui/shadcn-ui/src/components/ui/sheet.tsx +0 -137
  69. package/templates/ui/shadcn-ui/src/components/ui/sidebar.tsx +0 -726
  70. package/templates/ui/shadcn-ui/src/components/ui/skeleton.tsx +0 -13
  71. package/templates/ui/shadcn-ui/src/components/ui/slider.tsx +0 -63
  72. package/templates/ui/shadcn-ui/src/components/ui/sonner.tsx +0 -38
  73. package/templates/ui/shadcn-ui/src/components/ui/spinner.tsx +0 -16
  74. package/templates/ui/shadcn-ui/src/components/ui/switch.tsx +0 -31
  75. package/templates/ui/shadcn-ui/src/components/ui/table.tsx +0 -114
  76. package/templates/ui/shadcn-ui/src/components/ui/tabs.tsx +0 -66
  77. package/templates/ui/shadcn-ui/src/components/ui/textarea.tsx +0 -18
  78. package/templates/ui/shadcn-ui/src/components/ui/toggle-group.tsx +0 -81
  79. package/templates/ui/shadcn-ui/src/components/ui/toggle.tsx +0 -45
  80. 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.