@olonjs/core 1.0.117 → 1.0.120

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/dist/index.d.ts CHANGED
@@ -3,6 +3,7 @@ import { Component } from 'react';
3
3
  import { default as default_2 } from 'react';
4
4
  import { ErrorInfo } from 'react';
5
5
  import { JSX } from 'react/jsx-runtime';
6
+ import { LucideIcon } from 'lucide-react';
6
7
  import { ReactNode } from 'react';
7
8
  import { z } from 'zod';
8
9
 
@@ -339,6 +340,7 @@ export declare interface JsonPagesConfig {
339
340
  assets?: AssetsConfig;
340
341
  overlayDisabledSectionTypes?: string[];
341
342
  webmcp?: WebMcpConfig;
343
+ iconRegistry?: Record<string, LucideIcon>;
342
344
  }
343
345
 
344
346
  export declare function JsonPagesEngine({ config }: JsonPagesEngineProps): JSX.Element;