New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sankhyalabs/ezui-docs

Package Overview
Dependencies
Maintainers
3
Versions
1190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sankhyalabs/ezui-docs - npm Package Compare versions

Comparing version 5.0.7 to 5.1.0

18

components/ez-popover/readme.md

@@ -13,10 +13,6 @@ # ez-popover

| `autoClose` | `auto-close` | Define que será fechado automaticamente quando o usuário clicar fora do conteúdo. | `boolean` | `true` |
| `bottom` | `bottom` | Define a distância de baixo. Devem ser usados valores válidos de CSS. | `string` | `"0px"` |
| `boxWidth` | `box-width` | Ajusta o comportamento da largura do popover. | `"fit-content" \| "full-width"` | `"fit-content"` |
| `innerElement` | `inner-element` | Define as tags que serão consideradas conteúdo. | `string \| string[]` | `undefined` |
| `left` | `left` | Define a distância do lado esquerdo. Devem ser usados valores válidos de CSS. | `string` | `"0px"` |
| `opened` | `opened` | Define se o ez-popover está aberto. | `boolean` | `undefined` |
| `overlayType` | `overlay-type` | Define o tipo de overlay do popover. | `"light" \| "medium" \| "none"` | `"light"` |
| `right` | `right` | Define a distância do lado direito. Devem ser usados valores válidos de CSS. | `string` | `"0px"` |
| `top` | `top` | Define a distância do topo. Devem ser usados valores válidos de CSS. | `string` | `"0px"` |

@@ -43,3 +39,3 @@

### `show(top?: string, left?: string, bottom?: string, right?: string) => Promise<void>`
### `show(top?: string, left?: string) => Promise<void>`

@@ -54,4 +50,14 @@ Exibe o ez-popover.

### `updatePosition(top?: string, left?: string, bottom?: string, right?: string) => Promise<void>`
### `showUnder(element: HTMLElement, options?: IEzPopoverAnchorOptions) => Promise<void>`
Ancora a exibição do popOver a um elemento HTML.
#### Returns
Type: `Promise<void>`
### `updatePosition(top?: string, left?: string) => Promise<void>`
Atualiza a posição do popover.

@@ -58,0 +64,0 @@

{
"name": "@sankhyalabs/ezui-docs",
"version": "5.0.7",
"version": "5.1.0",
"description": "Documentação da biblioteca de componentes Sankhya.",

@@ -5,0 +5,0 @@ "main": "",

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