@lotics/ui 46.14.0 → 46.14.1

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/docs/reviewing.md CHANGED
@@ -397,7 +397,7 @@ A destination named for two things is two destinations, and the second strip is
397
397
  gets taken apart again. The same grep over the source (`<Tabs` per file) finds it without a
398
398
  running app: more than one file rendering `Tabs` in one app is the same defect at rest.
399
399
 
400
- → [composition.md](./composition.md) §"Choice, filter & navigation controls" (one strip per surface).
400
+ → [composition.md](./composition.md) §"One view-control vocabulary" (one strip per surface).
401
401
 
402
402
  ### 8b. Does each tab earn its slot — count its rows AS A SCOPED READER
403
403
 
@@ -417,7 +417,7 @@ permission check; the screen moves to the app its owner already opens.
417
417
  **Source-side signature:** a screen whose list query filters by the viewer's membership, over a
418
418
  table the domain describes as organisation-wide.
419
419
 
420
- → [composition.md](./composition.md) §"Choice, filter & navigation controls".
420
+ → [composition.md](./composition.md) §"One view-control vocabulary".
421
421
 
422
422
  ### 8c. First paint — count the controls the task actually needs
423
423
  - **On any screen whose job is ENTRY, count `input`/`select`/`textarea` on first paint.** Zero is
@@ -450,7 +450,7 @@ filter in its dependency array. Typecheck, lint and a screenshot all passed it.)
450
450
  **The cheap source-side signature:** a `SummaryLine` item carrying `tone` in a file whose filter
451
451
  band has only a `SearchInput`.
452
452
 
453
- → [composition.md](./composition.md) §"Choice, filter & navigation controls"; the rule itself is in
453
+ → [composition.md](./composition.md) §"One view-control vocabulary"; the rule itself is in
454
454
  `src/summary_line.tsx`'s contract.
455
455
 
456
456
  ### 8e. Derivable columns — every column another cell already answers
@@ -503,8 +503,9 @@ the aggregates no control states: the money, the extreme, the ratio.
503
503
  hook's array) where the register renders a filtered derivative of it — and the two sitting far
504
504
  apart in the file, which is what lets them drift.
505
505
 
506
- → [composition.md](./composition.md) §"Register / list" — the rule this measures is already
507
- written there; this probe exists because reading it is not the same as obeying it.
506
+ → [composition.md](./composition.md) §"Summaries two altitudes, never mixed" — the rule this
507
+ measures is already written there; this probe exists because reading it is not the same as obeying
508
+ it.
508
509
 
509
510
  ### 8g. Truncation — every string the layout cut, at the width a phone actually is
510
511
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lotics/ui",
3
- "version": "46.14.0",
3
+ "version": "46.14.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./accordion": "./src/accordion.tsx",