@almadar/ui 5.121.3 → 5.122.0

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.
@@ -189,20 +189,6 @@ interface CreateClientEffectHandlersOptions {
189
189
  }
190
190
  declare function createClientEffectHandlers(options: CreateClientEffectHandlersOptions): EffectHandlers;
191
191
 
192
- /**
193
- * OrbPreview Component
194
- *
195
- * Renders a live preview of an Orbital schema (.orb program).
196
- * Uses static imports (no lazy loading) to ensure all providers,
197
- * hooks, and components share the same module instances.
198
- *
199
- * Usage:
200
- * <OrbPreview schema={orbJsonStringOrObject} />
201
- * <OrbPreview schema={schema} serverUrl="/api/orbitals" />
202
- *
203
- * @packageDocumentation
204
- */
205
-
206
192
  interface OrbPreviewProps {
207
193
  /**
208
194
  * The orbital schema. Accepts a JSON string or an `OrbitalSchema` object
@@ -189,20 +189,6 @@ interface CreateClientEffectHandlersOptions {
189
189
  }
190
190
  declare function createClientEffectHandlers(options: CreateClientEffectHandlersOptions): EffectHandlers;
191
191
 
192
- /**
193
- * OrbPreview Component
194
- *
195
- * Renders a live preview of an Orbital schema (.orb program).
196
- * Uses static imports (no lazy loading) to ensure all providers,
197
- * hooks, and components share the same module instances.
198
- *
199
- * Usage:
200
- * <OrbPreview schema={orbJsonStringOrObject} />
201
- * <OrbPreview schema={schema} serverUrl="/api/orbitals" />
202
- *
203
- * @packageDocumentation
204
- */
205
-
206
192
  interface OrbPreviewProps {
207
193
  /**
208
194
  * The orbital schema. Accepts a JSON string or an `OrbitalSchema` object