Skip to content

Commit

Permalink
v1.4.0-alpha.29+sha.7c21d3d
Browse files Browse the repository at this point in the history
  • Loading branch information
taye committed Feb 11, 2019
1 parent 7c21d3d commit 01abec2
Show file tree
Hide file tree
Showing 118 changed files with 5,599 additions and 3,659 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.0-alpha.28",
"version": "1.4.0-alpha.29",
"packages": [
".",
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@interactjs/_dev",
"private": "true",
"version": "1.4.0-alpha.28+sha.e624c4d",
"version": "1.4.0-alpha.29+sha.7c21d3d",
"bin": {
"_dev": "scripts/_dev",
"@build": "scripts/build.js",
Expand Down
1 change: 1 addition & 0 deletions packages/actions/drag.spec.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
114 changes: 114 additions & 0 deletions packages/actions/drag.spec.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/actions/drop/DropEvent.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ declare class DropEvent {
/**
* Class of events fired on dropzones during drags with acceptable targets.
*/
constructor(dropStatus: any, dragEvent: any, type: any);
constructor(dropState: Interaction['dropState'], dragEvent: any, type: any);
/**
* If this is a `dropactivate` event, the dropzone element will be
* deactivated.
Expand Down
30 changes: 15 additions & 15 deletions packages/actions/drop/DropEvent.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/actions/drop/DropEvent.spec.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
75 changes: 75 additions & 0 deletions packages/actions/drop/DropEvent.spec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/actions/drop/drop.spec.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
30 changes: 30 additions & 0 deletions packages/actions/drop/drop.spec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 01abec2

Please sign in to comment.