@proveanything/smartlinks-utils-ui 1.13.6 → 1.13.8

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
@@ -58,6 +58,14 @@ Each module has a full reference doc under [`docs/`](./docs/README.md):
58
58
 
59
59
  ### Records Admin Shell
60
60
 
61
+ > ⚠️ **Before you mount the shell, decide cardinality.** If your app is a
62
+ > list of things (auction items, FAQs, image gallery, perks) you want
63
+ > `items.cardinality: 'list'`. If it's one winning record per scope
64
+ > (warranty, nutrition, care instructions) keep the default `'singleton'`.
65
+ > The default is `'singleton'`, so multi-item apps **must opt in** — see
66
+ > [Choosing cardinality](./docs/records-admin-shell.md#-choosing-cardinality-read-this-first).
67
+ > (`'collection'` is still accepted as a deprecated alias for `'list'`.)
68
+
61
69
  ```tsx
62
70
  import {
63
71
  RecordsAdminShell,