@ng-prism/core 22.2.0-beta.0 → 22.2.0-beta.1
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 +8 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -135,13 +135,14 @@ Link to a `@Showcase`-decorated component for combined API docs + custom renderi
|
|
|
135
135
|
|
|
136
136
|
## Official Plugins
|
|
137
137
|
|
|
138
|
-
| Plugin | Package
|
|
139
|
-
| --------- |
|
|
140
|
-
| JSDoc | `@ng-prism/plugin-jsdoc`
|
|
141
|
-
| Figma | `@ng-prism/plugin-figma`
|
|
142
|
-
| Box Model | `@ng-prism/plugin-box-model`
|
|
143
|
-
| Perf | `@ng-prism/plugin-perf`
|
|
144
|
-
| Coverage | `@ng-prism/plugin-coverage`
|
|
138
|
+
| Plugin | Package | Description |
|
|
139
|
+
| --------- | ------------------------------------ | ------------------------------------------------------------- |
|
|
140
|
+
| JSDoc | `@ng-prism/plugin-jsdoc` | API documentation from JSDoc comments |
|
|
141
|
+
| Figma | `@ng-prism/plugin-figma` | Figma design embed + visual diff |
|
|
142
|
+
| Box Model | `@ng-prism/plugin-box-model` | CSS box model inspector |
|
|
143
|
+
| Perf | `@ng-prism/plugin-perf` | Render performance profiling |
|
|
144
|
+
| Coverage | `@ng-prism/plugin-coverage` | Per-component test coverage from Istanbul/v8 |
|
|
145
|
+
| VRT | `@ng-prism/plugin-visual-regression` | Per-variant visual regression report from a screenshot runner |
|
|
145
146
|
|
|
146
147
|
> **Note:** Accessibility auditing (axe-core) is built into ng-prism core — no plugin needed.
|
|
147
148
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ng-prism/core",
|
|
3
|
-
"version": "22.2.0-beta.
|
|
3
|
+
"version": "22.2.0-beta.1",
|
|
4
4
|
"description": "ng-prism — the Angular-native Storybook alternative. Lightweight component showcase with @Showcase decorator, no story files needed.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ng-prism",
|