{
    "$schema": "../../common/schema/binding.schema.json",
    "changes": [
        {
            "name": "onOpen",
            "replaceWith": "onOpened",
            "owner": {
                "selector": "igxToggle",
                "type": "directive"
            }
        },
        {
            "name": "onClose",
            "replaceWith": "onClosed",
            "owner": {
                "selector": "igxToggle",
                "type": "directive"
            }
        }
    ]
}
