@dnd-kit/sortable
Advanced tools
Comparing version 6.0.1-next-202229215142 to 6.0.1
# @dnd-kit/sortable | ||
## 6.0.1-next-202229215142 | ||
## 6.0.1 | ||
@@ -9,2 +9,5 @@ ### Patch Changes | ||
- Updated dependencies [[`b3b185d`](https://github.com/clauderic/dnd-kit/commit/b3b185dc675b61fe2e3d1a8462728c81c3150b99)]: | ||
- @dnd-kit/core@5.0.2 | ||
## 6.0.0 | ||
@@ -11,0 +14,0 @@ |
@@ -14,9 +14,3 @@ /// <reference types="react" /> | ||
activeIndex: number; | ||
attributes: { | ||
role: string; | ||
tabIndex: number; | ||
'aria-pressed': boolean | undefined; | ||
'aria-roledescription': string; | ||
'aria-describedby': string; | ||
}; | ||
attributes: import("@dnd-kit/core").DraggableAttributes; | ||
rect: import("react").MutableRefObject<import("@dnd-kit/core").ClientRect | null>; | ||
@@ -23,0 +17,0 @@ index: number; |
{ | ||
"name": "@dnd-kit/sortable", | ||
"version": "6.0.1-next-202229215142", | ||
"version": "6.0.1", | ||
"description": "Official sortable preset and sensors for dnd kit", | ||
@@ -34,6 +34,6 @@ "author": "Claudéric Demers", | ||
"react": ">=16.8.0", | ||
"@dnd-kit/core": "^5.0.0" | ||
"@dnd-kit/core": "^5.0.2" | ||
}, | ||
"devDependencies": { | ||
"@dnd-kit/core": "^5.0.0" | ||
"@dnd-kit/core": "^5.0.2" | ||
}, | ||
@@ -40,0 +40,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2
195485
1366