@praxisui/list 9.0.9 → 9.0.10

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,6 +102,7 @@ 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`.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "generatedAt": "2026-08-21T12:18:09.223Z",
3
+ "generatedAt": "2026-08-21T13:43:24.944Z",
4
4
  "packageName": "@praxisui/list",
5
- "packageVersion": "9.0.9",
5
+ "packageVersion": "9.0.10",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 1,