@vx-oss/heroui-v2-use-aria-overlay 2.0.5-alpha.1 → 2.0.6-beta.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.
- package/LICENSE +8 -9
- package/package.json +4 -4
package/LICENSE
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
SPDX-License-Identifier: MIT
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Creator / Maintainer : Vezham Technologies Private Limited
|
|
8
|
-
Original Author : NextUI Inc
|
|
9
|
-
Licensor : Vezham Technologies Private Limited
|
|
3
|
+
Attribution:
|
|
4
|
+
Creator / Maintainer : Vezham Technologies Private Limited
|
|
5
|
+
Original Author : NextUI Inc
|
|
6
|
+
Licensor : Vezham Technologies Private Limited
|
|
10
7
|
|
|
11
|
-
Copyright
|
|
12
|
-
Copyright (c)
|
|
8
|
+
Copyright (c) 2020 NextUI Inc.
|
|
9
|
+
Copyright (c) 2025 Vezham Technologies Private Limited. All rights reserved.
|
|
13
10
|
|
|
14
11
|
---
|
|
15
12
|
|
|
13
|
+
The MIT License (MIT)
|
|
14
|
+
|
|
16
15
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
17
16
|
of this software and associated documentation files (the "Software"), to deal
|
|
18
17
|
in the Software without restriction, including without limitation the rights
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vx-oss/heroui-v2-use-aria-overlay",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6-beta.0",
|
|
4
4
|
"description": "A custom implementation of react aria overlay",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"use-aria-overlay"
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"url": "https://github.com/vezham/heroui-v2/issues"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@react-aria/focus": "3.21.
|
|
29
|
-
"@react-aria/interactions": "3.
|
|
30
|
-
"@react-aria/overlays": "3.
|
|
28
|
+
"@react-aria/focus": "3.21.3",
|
|
29
|
+
"@react-aria/interactions": "3.26.0",
|
|
30
|
+
"@react-aria/overlays": "3.31.0",
|
|
31
31
|
"@react-types/shared": "3.32.1"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|