@bbearai/react 0.1.13 → 0.2.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.
package/dist/index.d.mts CHANGED
@@ -70,13 +70,9 @@ interface BugBearProviderProps {
70
70
  declare function BugBearProvider({ config, children, enabled }: BugBearProviderProps): react_jsx_runtime.JSX.Element;
71
71
 
72
72
  interface BugBearPanelProps {
73
- /** Get current app context */
74
73
  getAppContext?: () => AppContext;
75
- /** Position of the panel */
76
74
  position?: 'bottom-right' | 'bottom-left' | 'top-right' | 'top-left';
77
- /** Initially collapsed */
78
75
  defaultCollapsed?: boolean;
79
- /** Enable dragging (default: true) */
80
76
  draggable?: boolean;
81
77
  }
82
78
  declare function BugBearPanel({ getAppContext, position, defaultCollapsed, draggable, }: BugBearPanelProps): React.ReactPortal | null;
package/dist/index.d.ts CHANGED
@@ -70,13 +70,9 @@ interface BugBearProviderProps {
70
70
  declare function BugBearProvider({ config, children, enabled }: BugBearProviderProps): react_jsx_runtime.JSX.Element;
71
71
 
72
72
  interface BugBearPanelProps {
73
- /** Get current app context */
74
73
  getAppContext?: () => AppContext;
75
- /** Position of the panel */
76
74
  position?: 'bottom-right' | 'bottom-left' | 'top-right' | 'top-left';
77
- /** Initially collapsed */
78
75
  defaultCollapsed?: boolean;
79
- /** Enable dragging (default: true) */
80
76
  draggable?: boolean;
81
77
  }
82
78
  declare function BugBearPanel({ getAppContext, position, defaultCollapsed, draggable, }: BugBearPanelProps): React.ReactPortal | null;