Socket
Socket
Sign inDemoInstall

@mamba/dialog

Package Overview
Dependencies
Maintainers
5
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mamba/dialog - npm Package Compare versions

Comparing version 9.6.0 to 9.7.0

19

CHANGELOG.md

@@ -6,2 +6,21 @@ # Change Log

## [9.7.0](https://github.com/stone-payments/pos-mamba-sdk/compare/v9.6.0...v9.7.0) (2023-06-09)
### ⚠ BREAKING CHANGES
* 🧨 freeze keystroke changed
* 🧨 event handler prop is not telemetryEmitType
### Bug Fixes
* 🐛 several critial keystroke bugs along with configmation dialog events ([47c78a0](https://github.com/stone-payments/pos-mamba-sdk/commit/47c78a0393a5eaa85dadee46a0d4887da6a3965a))
### Code Refactoring
* 💡 change prop handler ([ec3b9c8](https://github.com/stone-payments/pos-mamba-sdk/commit/ec3b9c8cd696d4fe0a87399e6c651e9c5f75ea03))
## [9.6.0](https://github.com/stone-payments/pos-mamba-sdk/compare/v9.5.1...v9.6.0) (2023-06-09)

@@ -8,0 +27,0 @@

12

package.json
{
"name": "@mamba/dialog",
"version": "9.6.0",
"version": "9.7.0",
"svelte": "Dialog.html",

@@ -21,8 +21,8 @@ "author": "Stone Payments - Mamba Team",

],
"gitHead": "6c7650728443258b4d454de4aa1e5f92c3ab5fef",
"gitHead": "8e792735bdd6b7a0677eb1a2f68734c8a4608f07",
"dependencies": {
"@mamba/core": "^9.6.0",
"@mamba/icon": "^9.6.0",
"@mamba/keyboard": "^9.6.0",
"@mamba/styles": "^9.6.0"
"@mamba/core": "^9.7.0",
"@mamba/icon": "^9.7.0",
"@mamba/keyboard": "^9.7.0",
"@mamba/styles": "^9.7.0"
},

@@ -29,0 +29,0 @@ "peerDependencies": {

@@ -8,11 +8,12 @@ # Dialog

| Propriedades | Descrição | Tipo | Padrão |
| ------------ | ----------------------------------------------------- | --------- | ----------- |
| align | Alinhamento vertical do conteúdo (`top`, `center`) | `string` | `center` |
| bgColor | Define a cor de fundo do modal | `string` | `'#e3e3e3'` |
| textColor | Define a cor do texto do modal | `boolean` | `'#4a4a4a'` |
| isOpen | Define se o modal vai estar aberto por padrão | `boolean` | `'false'` |
| title | Título do modal | `string` | `undefined` |
| fullscreen | Define se o modal ocupará a tela inteira | `boolean` | `false` |
| className | Classe a ser adicionado ao elemento pai do componente | `string` | `` |
| Propriedades | Descrição | Tipo | Padrão |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | --------- | ----------- |
| align | Alinhamento vertical do conteúdo (`top`, `center`) | `string` | `center` |
| bgColor | Define a cor de fundo do modal | `string` | `'#e3e3e3'` |
| textColor | Define a cor do texto do modal | `boolean` | `'#4a4a4a'` |
| isOpen | Define se o modal vai estar aberto por padrão | `boolean` | `'false'` |
| title | Título do modal | `string` | `undefined` |
| fullscreen | Define se o modal ocupará a tela inteira | `boolean` | `false` |
| className | Classe a ser adicionado ao elemento pai do componente | `string` | `` |
| freezeKeystrokes | Define se congela os eventos de `<Keystroke />` do pai do componente. Pode ser um valor booleano, ou uma lista de teclas separa por vírgula | `string` | `false` |

@@ -19,0 +20,0 @@ `<ConfirmationDialog ...props />`

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc