Priority Well
make important elements feel naturally weighted without shouting
Running the actual pattern live via applyPattern() — switch the substrate, stack overlays, watch the signals, or reverse the dynamics. Not a mock.
"Priority Well" — make important elements feel naturally weighted without shouting. It has a attract layer (draw matter into a focus / well), and a gravity layer (universal attraction toward mass). The active render stack is particles, trails.
Gravity + attract pull matter and attention into one well; --field-attention / --field-priority write back to drive weight and bloom. (The density lane is host-supplied — set data-field-density to ground --field-density; the engine's own live density channel is --d on data-feedback bodies.)
Copy this pattern
<field-root></field-root>
<div data-body="attract" data-strength="1.2" data-range="320" data-feedback></div>
<div data-body="gravity" data-strength="0.6" data-range="360"></div> <script type="module">
import '@fundamental-engine/elements';
</script>
<field-root></field-root>
<div data-body="attract" data-strength="1.2" data-range="320" data-feedback></div>
<div data-body="gravity" data-strength="0.6" data-range="360"></div> import { FieldField } from '@fundamental-engine/react';
export default function PriorityWell() {
return (
<FieldField>
<div data-body="attract" data-strength="1.2" data-range="320" data-feedback />
<div data-body="gravity" data-strength="0.6" data-range="360" />
</FieldField>
);
} {
"id": "priority-well",
"name": "Priority Well",
"intent": "make important elements feel naturally weighted without shouting",
"naturalField": "gravity",
"primitives": [
"attract",
"gravity"
],
"bodies": [
{
"body": "attract",
"strength": 1.2,
"range": 320,
"feedback": true
},
{
"body": "gravity",
"strength": 0.6,
"range": 360
}
],
"render": [
"particles",
"trails"
],
"metrics": [
"density",
"attention",
"priority"
],
"diagnostics": [
"potential",
"prediction",
"force-vectors"
],
"accessibility": {
"reducedMotion": "weight, glow, and the current-state marker hold their last value — no travel",
"meaningWithoutMotion": "the important element is also stronger in weight, outline, and reading order"
},
"notes": "Gravity + attract pull matter and attention into one well; --field-attention / --field-priority write back to drive weight and bloom. (The density lane is host-supplied — set data-field-density to ground --field-density; the engine's own live density channel is --d on data-feedback bodies.)",
"tier": "core",
"status": "shipped",
"conditions": [
"in-view"
]
} See also
- Focus Orbit keep related options moving around the active item
- Search Relevance Field let search results settle by relevance, confidence, and recency
- Signal Path show information flowing through citations, dependencies, or routes
- Evidence Field show how sources support, weaken, or contradict a claim
- Conflict Field make contradiction, uncertainty, and unstable state visible
- Relationship Bond keep related elements visually and behaviorally connected