@vizzly/dashboard 0.14.4-dev-f906bfd027f0eec8155b456367fb4037856d5d70 → 0.14.4-dev-955f18c359227af7168aa4c5d6bffba9b36507d7

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.
@@ -57,7 +57,6 @@ import { bisector } from '@visx/vendor/d3-array';
57
57
  import VisibilitySensor from 'react-visibility-sensor';
58
58
  import ExcelJS from 'exceljs';
59
59
  import { saveAs } from 'file-saver';
60
- import '@vizzly/dnd-backend';
61
60
  import { Authentication, VizzlyQueryEngineApi, VizzlyApi, VizzlyAppApi, Vizzly as Vizzly$2, PersistViaQueryEngine, PersistDirectToVizzlyApi, Errors, VizzlyApiClientLogger } from '@vizzly/api-client';
62
61
  import throttle$1 from 'lodash-es/throttle';
63
62
 
@@ -55573,7 +55572,6 @@ var RichTextEditorContextProvider = function RichTextEditorContextProvider(props
55573
55572
  // return <RichTextEditorContext.Provider value={{ editor }}>{props?.children}</RichTextEditorContext.Provider>;
55574
55573
  };
55575
55574
 
55576
- // temporary solution while we swap out react-dnd for pragmatic
55577
55575
  var ComponentDndWrapper = function ComponentDndWrapper(_ref) {
55578
55576
  var children = _ref.children,
55579
55577
  disable = _ref.disable;
@@ -1,8 +1,4 @@
1
1
  import React, { FunctionComponent } from 'react';
2
- import { DragDropManager } from 'dnd-core';
3
- import { HTML5BackendImpl } from '@vizzly/dnd-backend';
4
- import { HTML5BackendContext, HTML5BackendOptions } from '@vizzly/dnd-backend';
5
- export declare const HTML5Backend: (manager: DragDropManager, context: HTML5BackendContext, options: HTML5BackendOptions | undefined) => HTML5BackendImpl;
6
2
  export declare const ComponentDndWrapper: FunctionComponent<{
7
3
  children: React.ReactNode;
8
4
  disable: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vizzly/dashboard",
3
3
  "author": "james@vizzly.co",
4
- "version": "0.14.4-dev-f906bfd027f0eec8155b456367fb4037856d5d70",
4
+ "version": "0.14.4-dev-955f18c359227af7168aa4c5d6bffba9b36507d7",
5
5
  "source": "src/index.tsx",
6
6
  "types": "./dist/dashboard/src/index.d.ts",
7
7
  "module": "./dist/dashboard.esm.js",