@bigbinary/neeto-image-uploader-frontend 2.3.2 → 2.3.3

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.
@@ -11,7 +11,7 @@ import Toastr from '@bigbinary/neetoui/Toastr';
11
11
  import Typography from '@bigbinary/neetoui/Typography';
12
12
  import { mergeLeft, mergeRight, identity, clamp, curry, prop, pluck, filter, includes, append, isEmpty, identical, isNil, assoc, equals, groupBy, isNotNil, keys, pick, map, not, move, head, reverse, is, modify, __, trim, toLower, concat } from 'ramda';
13
13
  import { useTranslation, Trans } from 'react-i18next';
14
- import { c as commonjsGlobal$1, g as getDefaultExportFromCjs$1, a as getAugmentedNamespace, d as directUploadsApi, _ as _asyncToGenerator, b as _regeneratorRuntime, u as useCreateBlob, e as useImageUploader, f as generateASCIIFileName } from './useImageUploader-b93adc31.js';
14
+ import { c as commonjsGlobal$1, g as getDefaultExportFromCjs$1, a as getAugmentedNamespace, d as directUploadsApi, _ as _asyncToGenerator, b as _regeneratorRuntime, u as useCreateBlob, e as useImageUploader, f as generateASCIIFileName } from './useImageUploader-9faaa8e5.js';
15
15
  import classnames from 'classnames';
16
16
  import LeftArrow from '@bigbinary/neeto-icons/LeftArrow';
17
17
  import { useMutation, useInfiniteQuery, useQueryClient, QueryClient, QueryCache, useQuery, QueryClientProvider, keepPreviousData } from '@tanstack/react-query';
@@ -9669,10 +9669,10 @@ var InfiniteScroller = function InfiniteScroller(_ref) {
9669
9669
  _useState2 = _slicedToArray$1(_useState, 2),
9670
9670
  deleteConfirmation = _useState2[0],
9671
9671
  setDeleteConfirmation = _useState2[1];
9672
+ var isMenuButtonEnabled = globalProps.assetsUploaderService !== CLOUD_FLARE;
9672
9673
  var _useBulkDestroyAssets = useBulkDestroyAssets(ASSETS_DESTROY_URL),
9673
9674
  isPending = _useBulkDestroyAssets.isPending,
9674
9675
  bulkDelete = _useBulkDestroyAssets.mutate;
9675
- var isMenuButtonEnabled = globalProps.assetsUploaderService !== CLOUD_FLARE;
9676
9676
  var handleDelete = useCallback(function () {
9677
9677
  bulkDelete(deleteConfirmation.imageIds, {
9678
9678
  onSuccess: function onSuccess() {