svelte-a11y-dialog
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "svelte-a11y-dialog", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Svelte component wrapping for a11y-dialog", | ||
@@ -9,4 +9,2 @@ "homepage": "https://github.com/AgnosticUI/svelte-a11y-dialog", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
"./SvelteA11yDialog.svelte": "./SvelteA11yDialog.svelte", | ||
".": "./SvelteA11yDialog.svelte" | ||
@@ -28,2 +26,12 @@ }, | ||
}, | ||
"scripts": { | ||
"svelte": "index.js", | ||
"dev": "svelte-kit dev", | ||
"build": "svelte-kit build", | ||
"package": "svelte-kit package", | ||
"preview": "svelte-kit preview", | ||
"check": "svelte-check --tsconfig ./tsconfig.json", | ||
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch", | ||
"lint": "eslint --ignore-path .gitignore ." | ||
}, | ||
"devDependencies": { | ||
@@ -51,4 +59,3 @@ "@sveltejs/adapter-auto": "next", | ||
"a11y-dialog": "^7.3.0" | ||
}, | ||
"svelte": "./SvelteA11yDialog.svelte" | ||
} | ||
} | ||
} |
@@ -43,3 +43,2 @@ # Svelte a11y-dialog | ||
id="a11y-dialog" | ||
appRoot="#svelte" | ||
dialogRoot="#dialog-root" | ||
@@ -87,10 +86,2 @@ closeButtonLabel="My close button label" | ||
### `appRoot` | ||
- **Property**: `appRoot` | ||
- **Type**: `String`, `Array<String>` — CSS Selector string. | ||
- **Required**: `true` | ||
- **Description**: The selector(s) `a11y-dialog` needs to disable when the dialog is open. | ||
### `dialogRoot` | ||
@@ -97,0 +88,0 @@ |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
17478
14
72
0
170