···79798080 // Skip the loader page
8181 if (parts[0] === "l") return;
8282+ if (parts.includes("chronicle")) return;
82838384 event.intercept({
8485 scroll: "manual",
+3-3
src/elements.vto
···217217 Elements
218218 </p>
219219 <p>
220220- Diffuse was built using these custom elements (aka. web components), consume these using the <a href="facets/#builder">build tool</a>, the Javascript <a href="https://jsr.io/@toko/diffuse">package</a>, or the linked Javascript files down below.
220220+ Diffuse was built using these web components, consume these using the <a href="../build/">build tool</a>, the Javascript <a href="https://jsr.io/@toko/diffuse">package</a>, or the linked Javascript files down below.
221221 </p>
222222 <ul class="table-of-contents">
223223 <li><a href="elements/#configurators">Configurators</a></li>
···250250 title: "Engines",
251251 items: engines,
252252 content: `
253253- Elements with each a singular purpose and don't have any UI. There are specialised UI and orchestrator elements that control these.
253253+ Elements with each a singular purpose. There are orchestrator elements that control these.
254254 `
255255 }) }}
256256···298298 title: "Transformers",
299299 items: transformers,
300300 content: `
301301- Transform data from one format or schema into another. See schema section below for more information. Just as configurators, these are intermediates and require to have the same set of actions as the element it targets.
301301+ Transform data from one format or schema into another. See the definitions section below for more information. Just as configurators, these are intermediates and require to have the same set of actions as the element it targets.
302302 `
303303 }) }}
304304 </div>