{
    "description": {
        "author": "Salesforce",
        "text": [
            "Page Object: Input counter component (for item quantity) inside Product Catalog Cart"
        ]
    },
    "shadow": {
        "elements": [
            {
                "public": true,
                "name": "quantityInput",
                "type": "utam-lightning/pageObjects/input",
                "selector": {
                    "css": "lightning-input"
                }
            },
            {
                "public": true,
                "name": "editQuantity",
                "type": "utam-lightning/pageObjects/buttonIcon",
                "selector": {
                    "css": "lightning-button-icon",
                    "returnAll": true
                }
            }
        ]
    }
}