authscape 1.0.392 → 1.0.394
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/index.js
CHANGED
|
@@ -3230,10 +3230,10 @@ function useMountStatus() {
|
|
|
3230
3230
|
Object.defineProperty(exports, "__esModule", {
|
|
3231
3231
|
value: true
|
|
3232
3232
|
});
|
|
3233
|
-
exports.
|
|
3233
|
+
exports.multipleContainersCoordinateGetter = void 0;
|
|
3234
3234
|
var _core = require("@dnd-kit/core");
|
|
3235
3235
|
var directions = [_core.KeyboardCode.Down, _core.KeyboardCode.Right, _core.KeyboardCode.Up, _core.KeyboardCode.Left];
|
|
3236
|
-
var
|
|
3236
|
+
var multipleContainersCoordinateGetter = function multipleContainersCoordinateGetter(event, _ref) {
|
|
3237
3237
|
var _ref$context = _ref.context,
|
|
3238
3238
|
active = _ref$context.active,
|
|
3239
3239
|
droppableRects = _ref$context.droppableRects,
|
|
@@ -3322,7 +3322,7 @@ var coordinateGetter = function coordinateGetter(event, _ref) {
|
|
|
3322
3322
|
}
|
|
3323
3323
|
return undefined;
|
|
3324
3324
|
};
|
|
3325
|
-
exports.
|
|
3325
|
+
exports.multipleContainersCoordinateGetter = multipleContainersCoordinateGetter;
|
|
3326
3326
|
"use strict";
|
|
3327
3327
|
|
|
3328
3328
|
Object.defineProperty(exports, "__esModule", {
|
package/package.json
CHANGED