{
    "$schema": "../../common/schema/class.schema.json",
    "changes": [
        {
            "name": "IgxDropEnterEventArgs",
            "replaceWith": "IDropBaseEventArgs"
        },
        {
            "name": "IgxDropLeaveEventArgs",
            "replaceWith": "IDropBaseEventArgs"
        },
        {
            "name": "IgxDropEventArgs",
            "replaceWith": "IDropDroppedEventArgs"
        }
    ]
}