@almadar/ui 4.54.8 → 4.54.9

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.
@@ -0,0 +1,20 @@
1
+ /**
2
+ * AvlTransitionDetail — HTML transition detail view for cosmic L4.
3
+ *
4
+ * Renders the same `TransitionLevelData` that `AvlTransitionScene`
5
+ * (the SVG variant used by the 3D viewer) renders, but in plain HTML
6
+ * so long effect arguments — most commonly the JSON-stringified
7
+ * `render-ui` pattern config — wrap properly and live inside a
8
+ * collapsible accordion. Each effect becomes one accordion item with
9
+ * a `CodeBlock` body so the operator's full JSON code is visible at
10
+ * one click.
11
+ *
12
+ * Composition: Card / Box / Stack atoms + Typography + Badge +
13
+ * Accordion (molecule) + CodeBlock (molecule). No raw HTML.
14
+ */
15
+ import React from 'react';
16
+ import type { TransitionLevelData } from './avl-schema-parser';
17
+ export interface AvlTransitionDetailProps {
18
+ data: TransitionLevelData;
19
+ }
20
+ export declare const AvlTransitionDetail: React.FC<AvlTransitionDetailProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "4.54.8",
3
+ "version": "4.54.9",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "sideEffects": [