@ng-prism/core 21.7.1 → 21.7.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +15 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ng-prism
2
2
 
3
- Lightweight, Angular-native component showcase tool. Annotate components with `@Showcase` no separate story files needed.
3
+ **ng-prism** is the Angular-native Storybook alternative. A lightweight component showcase tool that scans your library at build time and renders interactive demos — annotate components with `@Showcase`, no separate story files needed.
4
4
 
5
5
  [![Angular](https://img.shields.io/badge/Angular-19+-dd0031)](https://angular.dev)
6
6
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.9-3178c6)](https://www.typescriptlang.org)
package/package.json CHANGED
@@ -1,13 +1,25 @@
1
1
  {
2
2
  "name": "@ng-prism/core",
3
- "version": "21.7.1",
4
- "description": "Lightweight Angular-native component showcase no story files needed.",
3
+ "version": "21.7.2",
4
+ "description": "ng-prism — the Angular-native Storybook alternative. Lightweight component showcase with @Showcase decorator, no story files needed.",
5
5
  "keywords": [
6
+ "ng-prism",
6
7
  "angular",
8
+ "angular21",
9
+ "ng",
10
+ "storybook",
7
11
  "storybook-alternative",
12
+ "angular-storybook",
8
13
  "component-library",
14
+ "component-explorer",
15
+ "ui-catalog",
9
16
  "styleguide",
10
- "showcase"
17
+ "angular-styleguide",
18
+ "design-system",
19
+ "showcase",
20
+ "showcase-decorator",
21
+ "signal-inputs",
22
+ "standalone-components"
11
23
  ],
12
24
  "license": "MIT",
13
25
  "type": "module",