@mamba/button
Advanced tools
Comparing version 11.0.0 to 11.1.0
@@ -6,2 +6,11 @@ # Change Log | ||
## [11.1.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/button@11.0.0...@mamba/button@11.1.0) (2024-03-15) | ||
### Features | ||
* 🎸 add className to the button comp ([9a83768](https://github.com/stone-payments/pos-mamba-sdk/commit/9a83768c399b20ab1035254491db46561545084e)) | ||
## [11.0.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/button@11.0.0...@mamba/button@11.0.0) (2023-12-13) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@mamba/button", | ||
"version": "11.0.0", | ||
"version": "11.1.0", | ||
"svelte": "Button.html", | ||
@@ -62,3 +62,3 @@ "author": "Stone Payments - Mamba Team", | ||
}, | ||
"gitHead": "4716f57bc3ce41c466de448f4a96f437f19ee48f" | ||
"gitHead": "e61160e5314c4a8facb46463b7fba88d1f758057" | ||
} |
@@ -16,2 +16,3 @@ # Button | ||
| textColor | Cor do texto no botão | `string` (hex) | `''` | | ||
| className | Classe a ser adicionado ao elemento pai do componente | `string` | `` | | ||
@@ -18,0 +19,0 @@ ## Métodos |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49932
27