@factorialco/f0-react 1.313.0 → 1.314.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.
@@ -4257,6 +4257,7 @@ export declare interface NotesTextEditorProps {
4257
4257
  secondaryActions?: secondaryActionsType_2[];
4258
4258
  metadata?: MetadataItemValue_2[];
4259
4259
  withPadding?: boolean;
4260
+ showBubbleMenu?: boolean;
4260
4261
  }
4261
4262
 
4262
4263
  export declare const NotesTextEditorSkeleton: ({ withHeader, withTitle, withPadding: _withPadding, withToolbar, }: NotesTextEditorSkeletonProps) => JSX_2.Element;