@lazycatcloud/lzc-cli 1.2.59 → 1.2.60

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 (58) hide show
  1. package/changelog.md +5 -0
  2. package/lib/app/lpk_build.js +5 -0
  3. package/lib/app/lpk_create_generator.js +0 -152
  4. package/lib/appstore/login.js +13 -1
  5. package/package.json +1 -1
  6. package/template/blank/lzc-build.yml +15 -16
  7. package/template/blank/lzc-manifest.yml +4 -4
  8. package/template/_lpk/golang.manifest.yml.in +0 -16
  9. package/template/_lpk/lite.manifest.yml.in +0 -19
  10. package/template/golang/.godir +0 -1
  11. package/template/golang/README.md +0 -10
  12. package/template/golang/_gitignore +0 -2
  13. package/template/golang/assets/css/bootstrap-responsive.css +0 -1091
  14. package/template/golang/assets/css/bootstrap-responsive.min.css +0 -1073
  15. package/template/golang/assets/css/bootstrap.css +0 -6264
  16. package/template/golang/assets/css/bootstrap.min.css +0 -5307
  17. package/template/golang/assets/css/rego.css +0 -45
  18. package/template/golang/assets/img/glyphicons-halflings-white.png +0 -0
  19. package/template/golang/assets/img/glyphicons-halflings.png +0 -0
  20. package/template/golang/assets/js/bootstrap.js +0 -2054
  21. package/template/golang/assets/js/bootstrap.min.js +0 -1241
  22. package/template/golang/assets/js/rego.js +0 -132
  23. package/template/golang/build.sh +0 -12
  24. package/template/golang/go.mod +0 -3
  25. package/template/golang/index.html +0 -269
  26. package/template/golang/lazycat.png +0 -0
  27. package/template/golang/lzc-build.yml +0 -60
  28. package/template/golang/rego.go +0 -82
  29. package/template/golang/rego_test.go +0 -13
  30. package/template/ionic_vue3/README.md +0 -46
  31. package/template/ionic_vue3/_eslintrc.cjs +0 -24
  32. package/template/ionic_vue3/_gitignore +0 -29
  33. package/template/ionic_vue3/_vscode/extensions.json +0 -6
  34. package/template/ionic_vue3/capacitor.config.ts +0 -10
  35. package/template/ionic_vue3/env.d.ts +0 -1
  36. package/template/ionic_vue3/index.html +0 -13
  37. package/template/ionic_vue3/ionic.config.json +0 -7
  38. package/template/ionic_vue3/lazycat.png +0 -0
  39. package/template/ionic_vue3/lzc-build.yml +0 -61
  40. package/template/ionic_vue3/package-lock.json +0 -8100
  41. package/template/ionic_vue3/package.json +0 -52
  42. package/template/ionic_vue3/postcss.config.js +0 -6
  43. package/template/ionic_vue3/public/favicon.ico +0 -0
  44. package/template/ionic_vue3/src/App.vue +0 -11
  45. package/template/ionic_vue3/src/assets/logo.svg +0 -1
  46. package/template/ionic_vue3/src/index.css +0 -3
  47. package/template/ionic_vue3/src/main.ts +0 -35
  48. package/template/ionic_vue3/src/router/index.ts +0 -15
  49. package/template/ionic_vue3/src/theme/variables.css +0 -231
  50. package/template/ionic_vue3/src/views/Home.vue +0 -38
  51. package/template/ionic_vue3/tailwind.config.js +0 -7
  52. package/template/ionic_vue3/tsconfig.json +0 -16
  53. package/template/ionic_vue3/tsconfig.vite-config.json +0 -8
  54. package/template/ionic_vue3/vite.config.ts +0 -28
  55. package/template/lite/_gitignore +0 -4
  56. package/template/lite/error_pages/502.html.tpl +0 -13
  57. package/template/lite/lazycat.png +0 -0
  58. package/template/lite/lzc-build.yml +0 -59
@@ -1,45 +0,0 @@
1
- .container {
2
- width: auto;
3
- max-width: 1000px;
4
- }
5
-
6
- .container .credit {
7
- margin: 20px 0;
8
- }
9
-
10
- #regexpForm {
11
- border-right: 1px solid #eee;
12
- }
13
-
14
- #regexpInput {
15
- width: 92%;
16
- }
17
-
18
- #testStringInput {
19
- width: 92%;
20
- }
21
-
22
- #quickref {
23
- font-size: 13px;
24
- }
25
-
26
- #quickref h3 {
27
- text-align: center;
28
- margin: 0px 0px 20px 0px;
29
- }
30
-
31
- #quickref td {
32
- padding-right: 18px;
33
- }
34
-
35
- #quickrefFooter {
36
- text-align: center;
37
- margin-top: 15px;
38
- border-top: 1px solid #cecece;
39
- padding-top: 15px;
40
- font-size: 12px;
41
- }
42
-
43
- #quickrefFooter p {
44
- margin-bottom: 0px;
45
- }