@vechain/vechain-kit 0.10.5 → 0.10.6

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
@@ -1259,8 +1259,9 @@ type BaseModalProps = {
1259
1259
  blockScrollOnMount?: boolean;
1260
1260
  autoFocus?: boolean;
1261
1261
  initialFocusRef?: React.RefObject<HTMLElement>;
1262
+ allowExternalFocus?: boolean;
1262
1263
  };
1263
- declare const BaseModal: ({ isOpen, onClose, children, size, isCentered, motionPreset, trapFocus, closeOnOverlayClick, blockScrollOnMount, autoFocus, initialFocusRef, }: BaseModalProps) => react_jsx_runtime.JSX.Element;
1264
+ declare const BaseModal: ({ isOpen, onClose, children, size, isCentered, motionPreset, closeOnOverlayClick, blockScrollOnMount, allowExternalFocus, }: BaseModalProps) => react_jsx_runtime.JSX.Element;
1264
1265
 
1265
1266
  type AssetButtonProps = ButtonProps & {
1266
1267
  symbol: string;