@astryxdesign/core 0.5.2-canary.d7bb4bf → 0.5.2-canary.de42f11

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": "@astryxdesign/core",
3
- "version": "0.5.2-canary.d7bb4bf",
3
+ "version": "0.5.2-canary.de42f11",
4
4
  "displayName": "Astryx Core",
5
5
  "description": "The component library. Accessible, themeable React components with built-in spacing, dark mode, and StyleX styling.",
6
6
  "author": "Meta Open Source",
@@ -661,7 +661,7 @@
661
661
  "react-dom": ">=19.0.0"
662
662
  },
663
663
  "devDependencies": {
664
- "@astryxdesign/cli": "0.5.2-canary.d7bb4bf",
664
+ "@astryxdesign/cli": "0.5.2-canary.de42f11",
665
665
  "@babel/cli": "^8.0.4",
666
666
  "@babel/core": "^7.29.7",
667
667
  "@babel/preset-react": "^8.0.1",
@@ -16,11 +16,11 @@ verified_by:
16
16
  packages/core/src/theme/themingTargets.test.ts,
17
17
  scripts/check-knowledge.mjs,
18
18
  ]
19
- families: []
19
+ families: [family:navigation-destinations]
20
20
  design_specs: []
21
21
  architecture: [architecture:component-theming-surface]
22
22
  contributing: []
23
- system_specs: []
23
+ system_specs: [spec:AST-005/DEC-1, spec:AST-005/DEC-2]
24
24
  ---
25
25
 
26
26
  # Markdown component contract
@@ -166,6 +166,12 @@ and this change preserves the existing spelling exactly.
166
166
  - `architecture:component-theming-surface` owns anatomy qualification, target
167
167
  mapping, target-capability state, composition boundaries, and compatibility for
168
168
  frozen targets.
169
+ - `family:navigation-destinations` owns the shared accept/block result for parsed
170
+ links and every Astryx-owned navigation sink. `spec:AST-005/DEC-1` requires
171
+ Markdown navigation to remain conformant with Core link plumbing.
172
+ - `spec:AST-005/DEC-2` keeps embedded-resource policy separate. Markdown may
173
+ reject a broader set of image/resource URLs without narrowing the shared
174
+ navigation contract.
169
175
  - Nested Astryx primitives retain ownership of their own anatomy and targets;
170
176
  Markdown owns the outer block targets listed here.
171
177
 
@@ -18,7 +18,7 @@ verified_by:
18
18
  packages/core/src/theme/themingTargets.test.ts,
19
19
  scripts/check-knowledge.mjs,
20
20
  ]
21
- families: []
21
+ families: [family:navigation-destinations]
22
22
  design_specs: []
23
23
  architecture:
24
24
  [
@@ -28,7 +28,7 @@ architecture:
28
28
  architecture:public-component-api,
29
29
  ]
30
30
  contributing: []
31
- system_specs: []
31
+ system_specs: [spec:AST-005/DEC-1]
32
32
  ---
33
33
 
34
34
  # NavHeadingMenu component contract
@@ -173,7 +173,11 @@ owns the layer lifecycle and supplies the close callback through context.
173
173
  heading-provided close callback.
174
174
  - `architecture:public-component-api` owns the stable props and subcomponent
175
175
  surface; this documentation adds no API.
176
- - NavHeadingMenu has no current family contract.
176
+ - `family:navigation-destinations` owns the shared accept/block result for a
177
+ NavHeadingMenuItem `href`; `spec:AST-005/DEC-1` requires native and
178
+ custom-router item paths to preserve that result.
179
+ - NavHeadingMenu's current custom-router path inherits the `useLinkComponent`
180
+ adoption gap recorded by the family until the accepted implementation lands.
177
181
 
178
182
  ## Verification map
179
183
 
@@ -16,7 +16,7 @@ verified_by:
16
16
  packages/core/src/theme/themingTargets.test.ts,
17
17
  scripts/check-knowledge.mjs,
18
18
  ]
19
- families: []
19
+ families: [family:navigation-destinations]
20
20
  design_specs: []
21
21
  architecture:
22
22
  [
@@ -25,7 +25,7 @@ architecture:
25
25
  architecture:public-component-api,
26
26
  ]
27
27
  contributing: []
28
- system_specs: []
28
+ system_specs: [spec:AST-005/DEC-1]
29
29
  ---
30
30
 
31
31
  # TreeList component contract
@@ -183,8 +183,11 @@ authorize a new target.
183
183
  surface; this documentation adds no API.
184
184
  - `architecture:interaction-modality` owns shared keyboard and pointer modality;
185
185
  TreeList continues to own its existing tree focus and activation behavior.
186
- - TreeList has no current family contract, and no unresolved family or runtime
187
- record identifier is included.
186
+ - `family:navigation-destinations` owns the shared accept/block result for a
187
+ TreeListItem `href`; `spec:AST-005/DEC-1` requires native and custom-router
188
+ item paths to preserve that result.
189
+ - TreeList's current custom-router path inherits the `useLinkComponent` adoption
190
+ gap recorded by the family until the accepted implementation lands.
188
191
 
189
192
  ## Verification map
190
193