Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svelte-a11y-dialog

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-a11y-dialog - npm Package Compare versions

Comparing version 0.1.5 to 0.2.0

2

package.json
{
"name": "svelte-a11y-dialog",
"version": "0.1.5",
"version": "0.2.0",
"description": "Svelte component wrapping for a11y-dialog",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/AgnosticUI/svelte-a11y-dialog",

@@ -46,2 +46,3 @@ # Svelte a11y-dialog

closeButtonPosition="last"
title="A11yDialog Test"
titleId="uniqueTitleId"

@@ -54,5 +55,2 @@ role="dialog"

</svelte:fragment>
<svelte:fragment slot="title">
<span>A11yDialog Test</span>
</svelte:fragment>
<div>

@@ -102,2 +100,9 @@ <p>This is some content</p>

### `title`
- **Property**: `title`
- **Type**: `String`
- **Required**: `true`
- **Description**: The title of the dialog. svelte-a11y-dialog will place this in a paragraph tag and apply the `classes.title` to it.
### `titleId`

@@ -104,0 +109,0 @@

@@ -8,2 +8,3 @@ import { SvelteComponentTyped } from "svelte";

dialogRoot: string;
title: string;
closeButtonLabel?: string;

@@ -20,3 +21,2 @@ closeButtonPosition?: 'first' | 'last' | 'none';

closeButtonContent: {};
title: {};
default: {};

@@ -23,0 +23,0 @@ };

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