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.coordinateGetter = void 0;
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 coordinateGetter = function coordinateGetter(event, _ref) {
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.coordinateGetter = coordinateGetter;
3325
+ exports.multipleContainersCoordinateGetter = multipleContainersCoordinateGetter;
3326
3326
  "use strict";
3327
3327
 
3328
3328
  Object.defineProperty(exports, "__esModule", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "authscape",
3
- "version": "1.0.392",
3
+ "version": "1.0.394",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -13,7 +13,7 @@ import {
13
13
  KeyboardCode.Left,
14
14
  ];
15
15
 
16
- export const coordinateGetter = (
16
+ export const multipleContainersCoordinateGetter = (
17
17
  event,
18
18
  {context: {active, droppableRects, droppableContainers, collisionRect}}
19
19
  ) => {