{ "status": "prototype", "context": { "params":{ "buttons": [ { "params":{ "title": "Button text", "type": "sta-button" } }, { "params":{ "title": "Second button", "type": "sta-button-outline" } } ] } }, "variants": [ { "name": "Action buttons", "context": { "params":{ "buttons": [ { "params":{ "title": "Button text", "type": "sta-button-action" } }, { "params":{ "title": "Second button", "type": "sta-button-action-secondary" } } ] } } }, { "name": "Small buttons", "context": { "params":{ "buttons": [ { "params":{ "title": "Add to basket", "type": "sta-button-outline sta-button--icon", "icon": "shopping_basket", "theme": " sta-button--alt-theme-2", "size": " sta-button--small" } }, { "params":{ "title": "Cancel", "type": "sta-button-text", "theme": " sta-button--alt-theme-2", "size": " sta-button--small" } } ] } } } ] }