@learnpack/learnpack 5.0.290 → 5.0.292

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 (35) hide show
  1. package/lib/commands/init.js +42 -42
  2. package/lib/commands/serve.js +505 -36
  3. package/lib/creatorDist/assets/{index-C39zeF3W.css → index-CacFtcN8.css} +31 -0
  4. package/lib/creatorDist/assets/{index-7zTdUX04.js → index-DOEfLGDQ.js} +1426 -1374
  5. package/lib/creatorDist/index.html +2 -2
  6. package/lib/models/creator.d.ts +4 -0
  7. package/lib/utils/api.d.ts +1 -1
  8. package/lib/utils/api.js +2 -1
  9. package/lib/utils/configBuilder.js +20 -1
  10. package/lib/utils/rigoActions.d.ts +14 -0
  11. package/lib/utils/rigoActions.js +43 -1
  12. package/package.json +1 -1
  13. package/src/commands/init.ts +655 -650
  14. package/src/commands/serve.ts +865 -106
  15. package/src/creator/src/App.tsx +13 -14
  16. package/src/creator/src/components/FileUploader.tsx +2 -68
  17. package/src/creator/src/components/LessonItem.tsx +47 -8
  18. package/src/creator/src/components/Login.tsx +0 -6
  19. package/src/creator/src/components/syllabus/ContentIndex.tsx +11 -0
  20. package/src/creator/src/components/syllabus/SyllabusEditor.tsx +6 -1
  21. package/src/creator/src/index.css +227 -217
  22. package/src/creator/src/locales/en.json +2 -2
  23. package/src/creator/src/locales/es.json +2 -2
  24. package/src/creator/src/utils/lib.ts +470 -468
  25. package/src/creator/src/utils/rigo.ts +85 -85
  26. package/src/creatorDist/assets/{index-C39zeF3W.css → index-CacFtcN8.css} +31 -0
  27. package/src/creatorDist/assets/{index-7zTdUX04.js → index-DOEfLGDQ.js} +1426 -1374
  28. package/src/creatorDist/index.html +2 -2
  29. package/src/models/creator.ts +2 -0
  30. package/src/ui/_app/app.css +1 -1
  31. package/src/ui/_app/app.js +420 -418
  32. package/src/ui/app.tar.gz +0 -0
  33. package/src/utils/api.ts +2 -1
  34. package/src/utils/configBuilder.ts +100 -82
  35. package/src/utils/rigoActions.ts +73 -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.