@reactful/create 1.2.22 → 1.2.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. package/commons/package.json +4 -5
  2. package/index.js +2 -2
  3. package/package.json +2 -2
  4. package/templates/minimal/builds/about.html +30 -0
  5. package/templates/minimal/builds/bundle.js +34981 -0
  6. package/templates/minimal/builds/bundle.ts +20 -0
  7. package/templates/minimal/builds/clock.html +30 -0
  8. package/templates/minimal/builds/counter.html +37 -0
  9. package/templates/minimal/builds/forms/form.html +48 -0
  10. package/templates/minimal/builds/forms/index.html +48 -0
  11. package/templates/minimal/builds/hello.html +62 -0
  12. package/templates/minimal/builds/htmlx.html +27 -0
  13. package/templates/minimal/builds/htmlx.tsx +13 -0
  14. package/templates/minimal/builds/index.html +98 -11
  15. package/templates/minimal/builds/login.html +48 -0
  16. package/templates/minimal/builds/profile/index.html +55 -0
  17. package/templates/minimal/builds/quotes.html +27 -0
  18. package/templates/minimal/builds/shared.js +76 -0
  19. package/templates/minimal/builds/system.html +28 -0
  20. package/templates/minimal/components/index.ts +1 -2
  21. package/templates/minimal/components/label.tsx +7 -0
  22. package/templates/minimal/index.html +12 -11
  23. package/templates/minimal/index.ts +2 -2
  24. package/templates/minimal/routes/hello.tsx +6 -0
  25. package/templates/minimal/routes/index.tsx +4 -7
  26. package/templates/sampling/apis/auth/db.ts +14 -14
  27. package/templates/sampling/apis/auth/index.ts +27 -27
  28. package/templates/sampling/apis/hello.ts +2 -2
  29. package/templates/sampling/apis/quotes.ts +15 -15
  30. package/templates/sampling/apis/sub/index.ts +2 -2
  31. package/templates/sampling/apis/sub/sub.ts +2 -2
  32. package/templates/sampling/assets/bootstrap-icons.css +4 -4
  33. package/templates/sampling/assets/default.css +93 -93
  34. package/templates/sampling/assets/icon.svg +6 -6
  35. package/templates/sampling/assets/manifest.json +56 -56
  36. package/templates/sampling/assets/markdown.css +273 -273
  37. package/templates/sampling/assets/robots.txt +1 -1
  38. package/templates/sampling/assets/system.css +6 -6
  39. package/templates/sampling/builds/about.html +30 -0
  40. package/templates/sampling/builds/bundle.js +34981 -0
  41. package/templates/sampling/builds/bundle.ts +20 -0
  42. package/templates/sampling/builds/clock.html +30 -0
  43. package/templates/sampling/builds/counter.html +37 -0
  44. package/templates/sampling/builds/forms/form.html +48 -0
  45. package/templates/sampling/builds/forms/index.html +48 -0
  46. package/templates/sampling/builds/hello.html +62 -0
  47. package/templates/sampling/builds/htmlx.html +27 -0
  48. package/templates/sampling/builds/htmlx.tsx +13 -0
  49. package/templates/sampling/builds/index.html +98 -98
  50. package/templates/sampling/builds/login.html +48 -0
  51. package/templates/sampling/builds/profile/index.html +55 -0
  52. package/templates/sampling/builds/quotes.html +27 -0
  53. package/templates/sampling/builds/shared.js +76 -0
  54. package/templates/sampling/builds/system.html +28 -0
  55. package/templates/sampling/components/header.tsx +6 -6
  56. package/templates/sampling/components/hello.tsx +8 -8
  57. package/templates/sampling/components/icon.tsx +10 -10
  58. package/templates/sampling/components/index.ts +2 -2
  59. package/templates/sampling/index.html +20 -20
  60. package/templates/sampling/index.ts +18 -18
  61. package/templates/sampling/routes/about.html +12 -12
  62. package/templates/sampling/routes/clock.tsx +32 -36
  63. package/templates/sampling/routes/counter.tsx +16 -7
  64. package/templates/sampling/routes/forms/form.tsx +49 -50
  65. package/templates/sampling/routes/hello.tsx +57 -58
  66. package/templates/sampling/routes/htmlx.html +14 -14
  67. package/templates/sampling/routes/index.md +14 -14
  68. package/templates/sampling/routes/login.tsx +34 -35
  69. package/templates/sampling/routes/profile/detail.css +12 -12
  70. package/templates/sampling/routes/profile/detail.tsx +46 -47
  71. package/templates/sampling/routes/profile/index.tsx +13 -13
  72. package/templates/sampling/routes/profile/profile.css +8 -8
  73. package/templates/sampling/routes/profile/tester.tsx +10 -10
  74. package/templates/sampling/routes/quotes.tsx +1 -1
  75. package/templates/sampling/routes/system.tsx +1 -2
  76. package/templates/sampling/tests/access.spec.ts +29 -29
  77. package/templates/sampling/tests/counter.spec.ts +18 -18
  78. package/templates/sampling/tests/form.spec.ts +50 -50
  79. package/templates/sampling/tests/hello.spec.ts +24 -24
  80. package/templates/sampling/tests/path.test.ts +19 -19
  81. package/templates/minimal/components/hello.tsx +0 -9
  82. package/templates/minimal/components/icon.tsx +0 -11

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.