@atlaskit/drag-and-drop-hitbox
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "@atlaskit/drag-and-drop-hitbox", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/drag-and-drop-hitbox", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/drag-and-drop-hitbox", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/drag-and-drop-hitbox", | ||
"version": "0.0.0", | ||
"description": "@atlaskit/drag-and-drop package hitbox testing", | ||
"version": "0.0.1", | ||
"description": "An addon for `@atlaskit/drag-and-drop` with helpers for attaching interaction information to a drop target when it is being dragged over", | ||
"author": "Atlassian Pty Ltd", | ||
@@ -13,3 +13,8 @@ "license": "Apache-2.0", | ||
"inPublicMirror": true, | ||
"releaseModel": "continuous" | ||
"releaseModel": "continuous", | ||
"website": { | ||
"name": "Hitbox", | ||
"category": "Libraries", | ||
"draft": true | ||
} | ||
}, | ||
@@ -30,3 +35,3 @@ "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror", | ||
"dependencies": { | ||
"@atlaskit/drag-and-drop": "^0.0.0", | ||
"@atlaskit/drag-and-drop": "^0.0.1", | ||
"@babel/runtime": "^7.0.0" | ||
@@ -41,3 +46,3 @@ }, | ||
"@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0", | ||
"typescript": "4.2.4", | ||
"typescript": "4.3.5", | ||
"wait-for-expect": "^1.2.0" | ||
@@ -44,0 +49,0 @@ }, |
@@ -1,9 +0,13 @@ | ||
# DragAndDropTree | ||
# `@atlaskit/drag-and-drop-hitbox` | ||
Tree add-on for drag and drop. | ||
An addon for `@atlaskit/drag-and-drop` with helpers for attaching interaction information to a _drop target_ when it is being dragged over | ||
## Installation | ||
```sh | ||
yarn add @atlaskit/drag-and-drop-hitbox | ||
``` | ||
## Usage | ||
`import DragAndDropTree from '@atlaskit/drag-and-drop-hitbox';` | ||
Detailed docs and example usage can be found [here](https://atlaskit.atlassian.com/packages/drag-and-drop/drag-and-drop-tree). | ||
Detailed docs and example usage can be found on [atlassian.design](https://atlassian.design/components/drag-and-drop/). |
24918
33
14
+ Added@atlaskit/drag-and-drop@0.0.1(transitive)
- Removed@atlaskit/drag-and-drop@0.0.0(transitive)