![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@aegisjsproject/aegis-modal
Advanced tools
An `` component built using [`@aegisjsproject/component`](https://npmjs.org/package/@aegisjsproject/component)
@aegisjsproject/aegis-modal
An <aegis-modal>
component built using @aegisjsproject/component
,
offering full built-in accessibility, customization, and enhanced security.
<dialog>
<aegis-modal>
is modal-only<aegis-modal>
SHOULD only be appended as a direct child of <body>
<aegis-modal>
automatically adds a sticky header and close buttonautoremove
attribute to automatically remove the element once closedAbortController
in the show({ signal })
methodwhenOpened
and whenClosed
getter methods, returning relevant promisescreate()
method, which creates and optionally appends and opens if given a signal
The entire AegisJSProject ecosystem requires support for Element.prototype.setHTML()
and Constructable Stylesheets.
Additionally, Promise.withResolvers()
as well as inert
are also required for proper functionality.
Such polyfills are not included to avoid the bloat/duplication of polyfills. However, an extensive polyfill script that ensures compatibility is available via:
<script type="application/javascript" defer="" referrerpolicy="no-referrer" crossorigin="anonymous" integrity="sha384-Shkrmxly5RI9mCU8DQr6l4VLVJzjPzgx9KP/f5i7pEcl7ZUt0wHiAweGjbpjU2d5" src="https://unpkg.com/@shgysk8zer0/polyfills@0.3.1/all.min.js" fetchpriority="auto"></script>
<script type="module" src="https://unpkg.com/@aegisjsproject/aegis-modal[@:version]/aegis-modal.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
npm i @aegisjsproject/aegis-markdown
git subomdule add https://github.com/AegisJSProject/aegis-modal [:destination]
<script type="importmap">
All @aegisjsproject/*
libraries are available and ready to use without a build
process such as webpack, but will require a <script type="importmap">
that includes
all dependencies:
<script type="importmap">
{
"imports": {
"@aegisjsproject/": "https://unpkg.com/@aegisjsproject/"
}
}
</script>
{
"imports": {
"@aegisjsproject/core/": "https://unpkg.com/@aegisjsproject/core@0.1.2/",
"@aegisjsproject/styles/": "https://unpkg.com/@aegisjsproject/styles@0.1.1/",
"@aegisjsproject/component/": "https://unpkg.com/@aegisjsproject/component@0.1.1/",
"@aegisjsproject/aegis-modal/": "https://unpkg.com/@aegisjsproject/aegis-modal@0.0.1/"
}
}
... or ...
<script type="importmap">
{
"imports": {
"@aegisjsproject/": "/node_modules/@aegisjsproject/"
}
}
</script>
<aegis-modal>
<h1 slot="heading">Lorem Ipsum</h1>
<p>Error aut mollitia qui alias aut. Temporibus vitae impedit deserunt repellat voluptatibus et. Minima aut et tempore. Ut officiis sed consectetur. Voluptas praesentium ipsam rerum eligendi dolorum. Voluptatem similique omnis quis quidem.</p>
</aegis-modal>
[v0.0.3] - 2024-09-19
FAQs
An `` component built using [`@aegisjsproject/component`](https://npmjs.org/package/@aegisjsproject/component)
The npm package @aegisjsproject/aegis-modal receives a total of 3 weekly downloads. As such, @aegisjsproject/aegis-modal popularity was classified as not popular.
We found that @aegisjsproject/aegis-modal demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.