@ng-cn/core 1.0.10 → 1.0.11

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-cn/core",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Beautifully designed Angular components built with Tailwind CSS v4 - The official Angular port of shadcn/ui",
5
5
  "keywords": [
6
6
  "angular",
@@ -103,4 +103,4 @@
103
103
  "typescript": "~5.9.2",
104
104
  "vitest": "^4.0.16"
105
105
  }
106
- }
106
+ }
@@ -772,10 +772,10 @@ function ngAdd(options) {
772
772
  context.logger.info('│ ng g @ng-cn/core:c card │');
773
773
  context.logger.info('│ │');
774
774
  context.logger.info('│ 2. Or install individual packages: │');
775
- context.logger.info('│ npm i @ng-cn/button @ng-cn/card │');
775
+ context.logger.info('│ npm i @ng-cn/core @ng-cn/core │');
776
776
  context.logger.info('│ │');
777
777
  context.logger.info('│ 3. Import and use: │');
778
- context.logger.info("│ import { Button } from '@ng-cn/button'; │");
778
+ context.logger.info("│ import { Button } from '@ng-cn/core'; │");
779
779
  context.logger.info('│ │');
780
780
  context.logger.info('│ 📚 Docs: https://shadcn-angular.tigayon.com │');
781
781
  context.logger.info('╰──────────────────────────────────────────────────╯');
@@ -843,10 +843,10 @@ export function ngAdd(options: NgAddOptions): Rule {
843
843
  context.logger.info('│ ng g @ng-cn/core:c card │');
844
844
  context.logger.info('│ │');
845
845
  context.logger.info('│ 2. Or install individual packages: │');
846
- context.logger.info('│ npm i @ng-cn/button @ng-cn/card │');
846
+ context.logger.info('│ npm i @ng-cn/core @ng-cn/core │');
847
847
  context.logger.info('│ │');
848
848
  context.logger.info('│ 3. Import and use: │');
849
- context.logger.info("│ import { Button } from '@ng-cn/button'; │");
849
+ context.logger.info("│ import { Button } from '@ng-cn/core'; │");
850
850
  context.logger.info('│ │');
851
851
  context.logger.info('│ 📚 Docs: https://shadcn-angular.tigayon.com │');
852
852
  context.logger.info('╰──────────────────────────────────────────────────╯');