Socket
Socket
Sign inDemoInstall

@mamba/dialog

Package Overview
Dependencies
Maintainers
3
Versions
183
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 0.0.2-alpha.2 to 0.0.2-alpha.3

8

package.json
{
"name": "@mamba/dialog",
"version": "0.0.2-alpha.2",
"version": "0.0.2-alpha.3",
"svelte": "src/index.js",

@@ -19,8 +19,8 @@ "files": [

"devDependencies": {
"@mamba/sprite": "^0.0.2-alpha.2"
"@mamba/sprite": "^0.0.2-alpha.3"
},
"dependencies": {
"@mamba/styles": "^0.0.2-alpha.2",
"@mamba/icon": "^0.0.2-alpha.2"
"@mamba/styles": "^0.0.2-alpha.3",
"@mamba/icon": "^0.0.2-alpha.3"
}
}

@@ -15,6 +15,7 @@ # Dialog

|-------------|--------------------------------------------------------|-----------------|------------|
| align | Alinha o conteúdo do Modal. (`left`, `right`, `center`)| `string` | `center` |
| bgColor | Define a cor de fundo do Modal | `string` | `'#e3e3e3'`|
| textColor | Define a cor do texto do Modal | `boolean` | `'#4a4a4a'`|
| title | Título do Modal | `string` | `undefined`|
| align | Alinha o conteúdo do modal. (`left`, `right`, `center`)| `string` | `center` |
| bgColor | Define a cor de fundo do modal | `string` | `'#e3e3e3'`|
| textColor | Define a cor do texto do modal | `boolean` | `'#4a4a4a'`|
| title | Título do modal | `string` | `undefined`|
| fullscreen | Define se o modal ocupará a tela inteira | `boolean` | `false` |

@@ -38,6 +39,7 @@ `<ConfirmationDialog ...props />`

### open(duration)
Abre o `Dialog` e o mantém aberto pelo tempo especificado.
### close(delay)
Fecha o `Dialog` após o tempo especificado.

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