Socket
Socket
Sign inDemoInstall

@a11y-ui/core

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@a11y-ui/core

Contains the generic types and utils to provide an overall web component architecture.


Version published
Weekly downloads
563
decreased by-20.59%
Maintainers
1
Weekly downloads
 
Created
Source
  ,---.    ,--.  ,--.                   ,--. ,--. ,--.
 /  O  \  /   | /   | ,--. ,--. ,-----. |  | |  | |  |
|  .-.  | `|  | `|  |  \  '  /  '-----' |  | |  | |  |
|  | |  |  |  |  |  |   \   '           '  '-'  ' |  |
`--' `--'  `--'  `--' .-'  /             `-----'  `--'
    the accessible    `---'   web component library

Dependencies Vulnerabilities Version Downloads Size Lerna

A11y-UI Core

Components

flowchart LR
    Generic --> Element
    Generic --> I18n
    Generic --> Theming
    subgraph Common
      PrefixedKey
    end
    subgraph Element
      Watchers
      Props
      Members
      StateHooks
      StateHooksCallback
      NextStateHooksCallback
      Component --> StateHooks
      Component --> StateHooksCallback
      Component --> NextStateHooksCallback
      ComponentApi --> Component
      ComponentApi --> Members
      ComponentApi --> Watchers
    end
    subgraph I18n
      TranslationKey --> PrefixedKey
      TranslationMap --> TranslationKey
      PatchTranslation --> ISO_639_1
      PatchTranslation --> TranslationMap
      RegisterPatchTranslation --> PatchTranslation
      RegisterPatchTranslation --> ISO_639_1
      subgraph Locale
        ISO_639_1
        ISO_639_2
      end
    end
    subgraph Theming
      CssProps --> PrefixedKey
      ThemeCss --> CssProps
      PatchTheme --> ThemeCss
      RegisterPatchTheme --> PatchTheme
    end

Pattern

flowchart LR
    Schema --> Core
    subgraph Component-Lib
      Themes --> Schema
      Components --> Schema
      Adapters --> Components
    end

FAQs

Package last updated on 31 Aug 2022

Did you know?

Socket

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.

Install

Related posts

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