@vellira-ui/core 2.39.5 → 2.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,6 @@ This package contains hooks that can be reused by web and native packages when t
8
8
 
9
9
  - `useControllableState`
10
10
  - `useKeyboardNavigation`
11
- - `useTabsKeyboard`
12
11
  - `useOverlayStack`
13
12
  - `useOverlayDismiss`
14
13
  - `useScrollLock`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellira-ui/core",
3
- "version": "2.39.5",
3
+ "version": "2.40.0",
4
4
  "description": "Shared logic and hooks for Vellira Design System",
5
5
  "author": "Roman Bakurov",
6
6
  "license": "MIT",