@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.
- package/README.md +1 -1
- package/package.json +15 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ng-prism
|
|
2
2
|
|
|
3
|
-
|
|
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
|
[](https://angular.dev)
|
|
6
6
|
[](https://www.typescriptlang.org)
|
package/package.json
CHANGED
|
@@ -1,13 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ng-prism/core",
|
|
3
|
-
"version": "21.7.
|
|
4
|
-
"description": "
|
|
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
|
-
"
|
|
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",
|