@praxisui/list 9.0.16 → 9.0.17

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 CHANGED
@@ -102,9 +102,11 @@ In remote mode, search, sort and export share a collection toolbar above the ite
102
102
  - Layout variants: `list`, `cards`, `tiles`.
103
103
  - Runtime-active layout fields include `lines`, `dividers`, `groupBy`, `pageSize`, `density` and `model`.
104
104
  - Templating slots include `leading`, `primary`, `secondary`, `meta`, `trailing`, `features`, `sectionHeader` and `emptyState`.
105
+ - In `layout.rowLayout`, canonical semantic slots keep the configured desktop grid and reflow into ordered, non-overlapping rows at narrow viewports; extended operational slots stack without requiring host CSS.
105
106
  - Template expressions use `${item.field}`. Currency/date/number templates can use config i18n defaults.
106
107
  - Selection supports `none`, `single` and `multiple`, with return modes `value`, `item` or `id`.
107
108
  - Item actions can emit local events or delegate to `GlobalActionService`; collection export uses the shared `@praxisui/core` contract for `csv`, `json`, `excel`, `pdf` and `print`.
109
+ - In `cards` and `tiles`, item activation and secondary item actions are separate keyboard targets. Hosts should preserve this composite interaction model instead of nesting action buttons inside the item activation surface.
108
110
  - A governed `actions[].recordOpen` resolves the identity declared by the backend against the current-principal resource and contextual surface catalogs before executing `surface.open`; it never derives the target from the displayed label or from `item.id`.
109
111
 
110
112
  ## Known Runtime Boundaries
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "generatedAt": "2026-08-24T11:25:54.540Z",
3
+ "generatedAt": "2026-08-24T20:08:13.959Z",
4
4
  "packageName": "@praxisui/list",
5
- "packageVersion": "9.0.16",
5
+ "packageVersion": "9.0.17",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 1,