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

@clayui/shared

Package Overview
Dependencies
Maintainers
13
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/shared - npm Package Versions

1
10

3.83.0

Diff

Changelog

Source

3.83.0 (2022-12-20)

Bug Fixes

  • @clayui/button: improves the error message for button accessibility and the ButtonWithIcon component type (2801f97)
  • @clayui/css: Bootstrap spinners are broken (9fabd50)
  • @clayui/css: Forms button.form-control-select should be left aligned (63a140f)
  • @clayui/css: Mixins clay-dropdown-item-variant adds .hover and .focus (92221ef)
  • @clayui/css: Mixins form-control-variant and clay-select-variant should output .hover (3823eef)
  • @clayui/css: Sidebar adds focus state (89443e5)
  • @clayui/drop-down: fix menu reference error (4f70e1e)
  • @clayui/multi-select: add semantic role to pills (7f99cfb)
  • @clayui/multi-select: associate the text with the label to improve readability for the SR (e0e79da)
  • @clayui/multi-select: fix input alignment error with label and loss of label focus (824d326)
  • @clayui/pagination: Items should be links only (d3c09be)
  • @clayui/pagination: Map aria-label to the nav element (7500043)
  • @clayui/pagination: preventDefault on ClayLink when there is no href and SF (1264f24)
  • @clayui/pagination: Use @clayui/shared sub to replace placeholder text (d99aa66)
  • @clayui/shared: add utility function to check typeahead and fix bugs not properly clearing timeout when closing menu (88eaab4)

Features

  • @clayui/core: add ARIA properties to Option and Text component (2c41e18)
  • @clayui/core: add typeahead support when menu is closed (10a2681)
  • @clayui/core: adds hybrid component implementation to use native selector on mobile device (a987646)
  • @clayui/core: Adds new Picker/Custom Select component (be6dc86)
  • @clayui/core: adds shortcut jump for PageUp and PageDown (d46c286)
  • @clayui/core: when leaving the focus of the Picker selects the option with visual focus (be57258)
  • @clayui/css: add display contents utility (e92be6a)
  • @clayui/css: Cadmin Forms adds form-control-select-secondary (c66ef0f)
  • @clayui/css: Dropdown adds dropdown-menu-select variant (13680ed)
  • @clayui/css: Forms adds form-control-select-secondary (8ab290e)
  • @clayui/css: Mixins clay-dropdown-menu-variant adds ability to style more sub components (1527b71)
  • @clayui/css: Mixins clay-form-control-variant adds active state (92c1b0a)
  • @clayui/multi-select: add focus control on labels on remove (1d557b2)
  • @clayui/multi-select: adds keyboard navigation interactions to labels (7c6121f)
  • @clayui/pagination: PaginationWithBasicItems should have aria-labels by default (262d686)
  • @clayui/pagination: Wraps pagination in nav element and adds navProps attribute (d17a125)
  • @clayui/shared: add hook to identify if it's a mobile device (65af0e6)
  • @clayui/shared: adds useHover hook to normalize hover pointer interactions (fc1f6c2)
  • @clayui/shared: adds configuration for visual navigation and event scheduling (6b055ad)
  • @clayui/shared: differentiates focus and hover for accessibility focus (cf46b07)
  • @clayui/shared: implements moving the scroll in visual focus (614c812)
matuzalemteles
published 3.82.0 •

Changelog

Source

3.82.0 (2022-12-07)

Bug Fixes

  • @clayui/breadcrumb: add aria-label and title to ellipsis (7905087)
  • @clayui/button: update warning text (a1e571b)
  • @clayui/css: Cadmin normalize Sass map keys to be closer to the selector name (66dbd7a)
  • @clayui/css: Mixins clay-css adds gap and row-gap to properties (ba0447c)
  • @clayui/css: Mixins clay-modal-variant keys should be closer to the selector name (60439a6)
  • @clayui/css: Mixins clay-tbar-variant fix typo in .tbar-divider-after selector (651c34a)
  • @clayui/css: Mixins keys should be closer to the selector name (8ad67a5)
  • @clayui/css: Normalize Sass map keys to be closer to the selector name (3af7cde)
  • @clayui/css: Progress Bar variant keys should be closer to the selector name (68aea6c)
  • @clayui/date-picker: moves focus to selected cell when clicking dot button (9d0d8d1)
  • @clayui/modal: fix double click in the file select window in case outside of the modal (fd24158)
  • @clayui/pagination-bar: add aria-label and title to ellipsis (c1124ac)
  • @clayui/pagination: add aria-label and title to ellipsis (be831e5)
  • @clayui/panel: Remove fixed height after panel is shown (07aea35)
  • @clayui/shared: fix error when losing focus in DropDown (7f7a903)
  • @clayui/shared: fix navigation when focus trap (3ecb858)
  • fix bug when scrolling page when navigating via arrow keys (45092ec)

Features

  • @clayui/alert: adds possibility to remove alert attribute (222e2ee)
  • @clayui/css: Cadmin Utilities adds 5 levels of gap utilities (2ebeb50)
  • @clayui/css: Utilities adds 5 levels of gap utilities (c095efd)
  • @clayui/date-picker: implements keyboard navigation to DatePicker (c8b0a13)
  • @clayui/shared: add component to handle overlay for Clay components (a911038)
  • @clayui/shared: add hook to handle overlay positioning (d7427eb)
  • removes duplication of implementation of accessibility features for menu using Overlay component (9d60eb9)
matuzalemteles
published 3.81.0 •

Changelog

Source

3.81.0 (2022-11-30)

Bug Fixes

  • @clayui/core: fix bug not updating indexes when items move (54100be)
  • @clayui/core: fix error when moving items in tree view (ab20a44)
  • @clayui/core: only expands the item if the intent to move is inside the item (fd09e05)
  • @clayui/core: when the item is expanded it only allows moving to middle and top (7e30197)
  • @clayui/css: Cadmin replace improper clay-container with clay-css mixins (841dc91)
  • @clayui/css: Replace improper clay-container with clay-css mixins (1ddf44b)
  • @clayui/drop-down: close drilldown menu returns to initial state (756e5f5)
  • @clayui/drop-down: fix error add aria-hidden="true" in active Drilldown menu (43d488f)

Features

  • @clayui/button: add warning when button with icon has not declared aria-label attribute (cb23cd3)
  • @clayui/css: Modularize most Clay CSS components (e39673a)
  • @clayui/drop-down: adds API to set aria-label of Drilldown stuff (9ea0b9b)
  • @clayui/modal: add aria-modal attribute to dialog (e47fc57)
matuzalemteles
published 3.80.1 •

Changelog

Source

3.80.1 (2022-11-22)

Bug Fixes

  • @clayui/drop-down: moves focus to first focusable item when pressing down key on trigger (bd1b114)
  • @clayui/shared: fixes error when stop typing in DropDown Search (a6ea67b)
matuzalemteles
published 3.80.0 •

Changelog

Source

3.80.0 (2022-11-21)

Bug Fixes

  • @clayui/date-picker: Map id attribute to .form-control (b53a81a)
  • @clayui/drop-down: adds keyboard navigation with looped arrow keys (c919b22)
  • @clayui/drop-down: associates the contextual item with the menu and fixes assertive aria for SRs with contextual menu (b62b7ba)
  • @clayui/drop-down: disable tabbing of Menu elements (81c0b20)
  • @clayui/drop-down: fix keyboard navigation for context menu (b44c7db)
  • @clayui/tooltip: persist the title attribute when navigate via keyboard (44fe7c4)

Features

  • @clayui/date-picker: improves semantic accessibility for the component (60a7f76)
  • @clayui/drop-down: enable typeahead for menu (6287f96)
  • @clayui/shared: Add typeahead function to list (ce1347f)
  • @clayui/time-picker: Add id prop that sets id on clay-time-hours (63a151b)

BREAKING CHANGES

  • @clayui/date-picker: The id attribute now maps to .form-control
matuzalemteles
published 3.79.0 •

Changelog

Source

3.79.0 (2022-11-08)

Bug Fixes

  • @clay/modal: fix error of content outside the modal is still navigable with JAWS (b20531e)
  • @clayui/core: fixes error of actions not being navigable via keyboard in TreeView (7849603)
  • @clayui/drop-down: fix error when not properly rendering markup for simplified collection (e0c4fcf)
  • @clayui/nav: fix bug when reversing initialExpanded state (6fefa44)
  • @clayui/shared: fix error when alternate is with old reference (4ae7ffe)
  • @clayui/shared: fixes error when trying to navigate by non-visible element using useNavigation hook (2345873)
  • @clayui/shared: fixes flag to switch which fiber to use to find focusable elements (a26fc70)
  • @clayui/tabs: add configurable tabIndex property to TabPane component (b5b37ce)
  • @clayui/tabs: associate the panel label with the tab (40dbdba)
  • @clayui/tabs: fix error when trying to clone an invalid element (26d0200)
  • @clayui/tooltip: fixes error when not aligning the tooltip with focus in sequence of elements (0d3e415)

Features

  • @clayui/color-picker: Adds splotchTitle to pass custom title to the input group splotch (56eec39)
  • @clayui/core: add accessibility improvements to VerticalBar (eb76fcc)
  • @clayui/core: add index data when moving item in TreeView (0047d40)
  • @clayui/core: adds new onItemHover property to TreeView (5f54076)
  • @clayui/drop-down: add collection pattern (2335ef2)
  • @clayui/nav: add accessibility to the Vertical Nav component (7b4ddfe)
  • @clayui/nav: adds keyboard interaction when moving through nested elements in VerticalNav (626633c)
  • @clayui/shared: adds new hook to handle navigation using arrow keys (87b13a6)
  • @clayui/shared: adds new hook to handle navigation using arrow keys (77a6aab)
  • @clayui/tabs: adds new compositing pattern (c7fe61e)
matuzalemteles
published 3.78.3 •

matuzalemteles
published 3.78.2 •

Changelog

Source

3.78.2 (2022-10-25)

Bug Fixes

  • @clayui/shared: fix error when moving focus when reference is null (bcc05cf)
matuzalemteles
published 3.78.1 •

Changelog

Source

3.78.1 (2022-10-25)

Bug Fixes

  • @clayui/shared: fix error when fiberNode may come null (7aa0445)
matuzalemteles
published 3.78.0 •

Changelog

Source

3.78.0 (2022-10-25)

Bug Fixes

  • @clayui/css: Cadmin Management and Navigation Bar only output media queries for md breakpoint (617d696)
  • @clayui/css: Mixin clay-navbar-expand-variant shouldn't style .btn-unstyled (04615be)
  • @clayui/drop-down: fix error when esc open menu (9ecc8e4)
  • @clayui/drop-down: fix focus order error (3062d5e)
  • @clayui/shared: fix error of not finding focused elements when React.Portal is under a conditional (179cd7a)
  • @clayui/shared: fixes error when identifying non-visible element as focusable (82cc0f8)
  • clayui.com: Github link accessibility fixe (90e380c)

Features

  • @clayui/css: Mixins clay-navbar-size don't output media-query styles (7ddcb52)
  • @clayui/shared: add hook to detect user interaction type (a20e236)
  • @clayui/tabs: add new API to configure browsing behavior between tabs (30595be)
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