@vx-oss/heroui-v2-use-data-scroll-overflow 2.2.14-alpha.1 → 2.2.14-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.
Files changed (2) hide show
  1. package/LICENSE +8 -9
  2. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,18 +1,17 @@
1
1
  SPDX-License-Identifier: MIT
2
2
 
3
- The MIT License (MIT)
4
-
5
- Parameters
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 © 2025, Vezham Technologies Private Limited. All rights reserved.
12
- Copyright (c) 2020, NextUI Inc.
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-data-scroll-overflow",
3
- "version": "2.2.14-alpha.1",
3
+ "version": "2.2.14-beta.0",
4
4
  "description": "A hook to add data attributes when the element has top or bottom scroll.",
5
5
  "keywords": [
6
6
  "use-data-scroll-overflow"
@@ -25,7 +25,7 @@
25
25
  "url": "https://github.com/vezham/heroui-v2/issues"
26
26
  },
27
27
  "dependencies": {
28
- "@vx-oss/heroui-v2-shared-utils": "2.1.13-alpha.1"
28
+ "@vx-oss/heroui-v2-shared-utils": "2.1.13-beta.0"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": ">=18 || >=19.0.0-rc.0"