@praxisui/list 1.0.0-beta.67 → 1.0.0-beta.68

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
@@ -54,6 +54,12 @@ last_updated: "2026-03-07"
54
54
 
55
55
  Angular list/cards component for enterprise apps. Supports local or remote data, multiple layout variants, templating slots, actions, grouping and selection.
56
56
 
57
+ ## Customization Mode Contract
58
+
59
+ - `editModeEnabled` is the canonical public input for runtime customization mode.
60
+ - `enableCustomization` remains accepted as a compatibility alias during migration.
61
+ - Customization mode controls the in-app editor and AI assistant only. It does not change the list data mode.
62
+
57
63
  ## Install
58
64
 
59
65
  ```bash