@yschimke/compose-design-map 1.8.0 → 1.10.0

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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,9 +25,10 @@ Every field the projection reads is defined in this repository:
25
25
 
26
26
  | Field on `previews.json` | Declared by |
27
27
  | --- | --- |
28
- | `catalog.reference`, `referenceSet`, `noReference`, `referenceContentsOnly` | [`@CatalogComponent`](https://github.com/yschimke/compose-ai-tools/blob/main/api/preview-annotations/src/commonMain/kotlin/ee/schimke/composeai/preview/CatalogComponent.kt) |
28
+ | `catalog.reference`, `referenceSet`, `noReference`, `referenceContentsOnly`, `kitAxis` | [`@CatalogComponent`](https://github.com/yschimke/compose-ai-tools/blob/main/api/preview-annotations/src/commonMain/kotlin/ee/schimke/composeai/preview/CatalogComponent.kt) |
29
29
  | `catalog.props`, `catalog.state` | `@CatalogVariant` |
30
30
  | `overrides.seeds`, `overrides.props` | `@OverrideVariant` / `@PreviewAxis` |
31
+ | `overrides.kitAxis`, `overrides.kitValue` | `@OverrideVariant` |
31
32
 
32
33
  Rename one of those and the projection has to change in the same commit. Keeping the two on
33
34
  opposite sides of a repo boundary is how a manifest reader goes quietly stale — and the reference
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yschimke/compose-design-map",
3
- "version": "1.8.0",
3
+ "version": "1.10.0",
4
4
  "description": "Project a compose-preview discovery manifest into design-parity's design-map.json, plus a sidecar of unresolved variant declarations. Dependency-free.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",