@ng-zen/cli 19.1.0 → 19.2.0-next.2

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 (108) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +7 -2
  3. package/package.json +3 -88
  4. package/schematics/components/components-generator.js +3 -0
  5. package/schematics/components/components-generator.js.map +1 -0
  6. package/{src/schematics → schematics}/components/components-generator.ts +1 -1
  7. package/schematics/components/files/button/button.component.scss +43 -0
  8. package/{src/schematics → schematics}/components/files/button/button.stories.ts +1 -0
  9. package/{src/schematics → schematics}/components/files/checkbox/checkbox.component.scss +1 -1
  10. package/{src/schematics → schematics}/components/files/checkbox/checkbox.stories.ts +1 -0
  11. package/schematics/components/files/divider/divider.component.scss +52 -0
  12. package/schematics/components/files/divider/divider.component.spec.ts +22 -0
  13. package/schematics/components/files/divider/divider.component.ts +58 -0
  14. package/schematics/components/files/divider/divider.stories.ts +69 -0
  15. package/schematics/components/files/divider/index.ts +1 -0
  16. package/{src/schematics → schematics}/components/files/input/input.component.scss +1 -1
  17. package/{src/schematics → schematics}/components/files/input/input.stories.ts +1 -0
  18. package/{src/schematics → schematics}/components/files/switch/switch.component.scss +2 -2
  19. package/{src/schematics → schematics}/components/files/switch/switch.stories.ts +1 -0
  20. package/{src/schematics → schematics}/components/files/textarea/textarea.component.scss +1 -1
  21. package/{src/schematics → schematics}/components/files/textarea/textarea.stories.ts +1 -0
  22. package/schematics/components/index.js +11 -0
  23. package/schematics/components/index.js.map +1 -0
  24. package/{src/schematics → schematics}/components/schema.json +1 -1
  25. package/schematics/ng-add/index.js +12 -0
  26. package/schematics/ng-add/index.js.map +1 -0
  27. package/schematics/ng-add/index.ts +12 -0
  28. package/schematics/ng-add/ng-zen-generator.js +3 -0
  29. package/schematics/ng-add/ng-zen-generator.js.map +1 -0
  30. package/schematics/ng-add/ng-zen-generator.ts +3 -0
  31. package/types/generator-schema-base.interface.js +3 -0
  32. package/types/generator-schema-base.interface.js.map +1 -0
  33. package/types/index.js +5 -0
  34. package/types/index.js.map +1 -0
  35. package/types/schematics-folder.type.js +3 -0
  36. package/types/schematics-folder.type.js.map +1 -0
  37. package/utils/apply-file-template.util.js +23 -0
  38. package/utils/apply-file-template.util.js.map +1 -0
  39. package/{src/utils → utils}/apply-file-template.util.ts +1 -0
  40. package/utils/index.js +5 -0
  41. package/utils/index.js.map +1 -0
  42. package/utils/index.ts +1 -0
  43. package/.commitlintrc +0 -3
  44. package/.editorconfig +0 -17
  45. package/.github/dependabot.yml +0 -18
  46. package/.github/workflows/ci.yml +0 -112
  47. package/.github/workflows/deploy.yml +0 -33
  48. package/.github/workflows/release.yml +0 -65
  49. package/.husky/commit-msg +0 -1
  50. package/.husky/pre-commit +0 -1
  51. package/.nanostagedrc +0 -5
  52. package/.prettierignore +0 -3
  53. package/.prettierrc +0 -23
  54. package/.releaserc.json +0 -67
  55. package/.storybook/main.ts +0 -17
  56. package/.storybook/preview.ts +0 -13
  57. package/.storybook/stories/pages/1 README.mdx +0 -9
  58. package/.storybook/stories/pages/2 License.mdx +0 -9
  59. package/.storybook/stories/pages/3 CHANGELOG.mdx +0 -9
  60. package/.storybook/tsconfig.json +0 -10
  61. package/.storybook/typings.d.ts +0 -4
  62. package/.stylelintrc.json +0 -3
  63. package/CODE_OF_CONDUCT.md +0 -30
  64. package/CONTRIBUTING.md +0 -54
  65. package/DEVELOPMENT.md +0 -138
  66. package/angular.json +0 -66
  67. package/eslint.config.js +0 -40
  68. package/jest.config.ts +0 -20
  69. package/projects/schematic-builder/builders/builders.json +0 -9
  70. package/projects/schematic-builder/builders/index.js +0 -100
  71. package/projects/schematic-builder/builders/schema.json +0 -18
  72. package/projects/schematic-builder/package.json +0 -11
  73. package/src/schematics/components/files/button/button.component.scss +0 -42
  74. package/src/schematics/ng-add/index.ts +0 -14
  75. package/src/schematics/ng-add/ng-zen-generator.ts +0 -3
  76. package/src/utils/add-path-to-tsconfig.util.ts +0 -50
  77. package/src/utils/index.ts +0 -2
  78. package/tsconfig.json +0 -31
  79. package/tsconfig.lib.json +0 -11
  80. package/tsconfig.schematics.json +0 -30
  81. package/tsconfig.spec.json +0 -9
  82. package/{src/schematics → schematics}/collection.json +0 -0
  83. package/{src/schematics → schematics}/components/files/avatar/avatar.component.scss +0 -0
  84. package/{src/schematics → schematics}/components/files/avatar/avatar.component.spec.ts +0 -0
  85. package/{src/schematics → schematics}/components/files/avatar/avatar.component.ts +0 -0
  86. package/{src/schematics → schematics}/components/files/avatar/avatar.stories.ts +0 -0
  87. package/{src/schematics → schematics}/components/files/avatar/index.ts +0 -0
  88. package/{src/schematics → schematics}/components/files/button/button.component.spec.ts +0 -0
  89. package/{src/schematics → schematics}/components/files/button/button.component.ts +0 -0
  90. package/{src/schematics → schematics}/components/files/button/index.ts +0 -0
  91. package/{src/schematics → schematics}/components/files/checkbox/checkbox.component.spec.ts +0 -0
  92. package/{src/schematics → schematics}/components/files/checkbox/checkbox.component.ts +1 -1
  93. /package/{src/schematics → schematics}/components/files/checkbox/index.ts +0 -0
  94. /package/{src/schematics → schematics}/components/files/input/index.ts +0 -0
  95. /package/{src/schematics → schematics}/components/files/input/input.component.spec.ts +0 -0
  96. /package/{src/schematics → schematics}/components/files/input/input.component.ts +0 -0
  97. /package/{src/schematics → schematics}/components/files/switch/index.ts +0 -0
  98. /package/{src/schematics → schematics}/components/files/switch/switch.component.spec.ts +0 -0
  99. /package/{src/schematics → schematics}/components/files/switch/switch.component.ts +0 -0
  100. /package/{src/schematics → schematics}/components/files/textarea/index.ts +0 -0
  101. /package/{src/schematics → schematics}/components/files/textarea/textarea.component.spec.ts +0 -0
  102. /package/{src/schematics → schematics}/components/files/textarea/textarea.component.ts +0 -0
  103. /package/{src/schematics → schematics}/components/index.ts +0 -0
  104. /package/{src/schematics → schematics}/components/templates/README.md.template +0 -0
  105. /package/{src/schematics → schematics}/ng-add/schema.json +0 -0
  106. /package/{src/types → types}/generator-schema-base.interface.ts +0 -0
  107. /package/{src/types → types}/index.ts +0 -0
  108. /package/{src/types → types}/schematics-folder.type.ts +0 -0
File without changes
File without changes