@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.
|
@@ -66,7 +66,6 @@ var d3Array = require('@visx/vendor/d3-array');
|
|
|
66
66
|
var VisibilitySensor = _interopDefault(require('react-visibility-sensor'));
|
|
67
67
|
var ExcelJS = _interopDefault(require('exceljs'));
|
|
68
68
|
var fileSaver = require('file-saver');
|
|
69
|
-
require('@vizzly/dnd-backend');
|
|
70
69
|
var apiClient = require('@vizzly/api-client');
|
|
71
70
|
var throttle = _interopDefault(require('lodash/throttle'));
|
|
72
71
|
|
|
@@ -55536,7 +55535,6 @@ var RichTextEditorContextProvider = function RichTextEditorContextProvider(props
|
|
|
55536
55535
|
// return <RichTextEditorContext.Provider value={{ editor }}>{props?.children}</RichTextEditorContext.Provider>;
|
|
55537
55536
|
};
|
|
55538
55537
|
|
|
55539
|
-
// temporary solution while we swap out react-dnd for pragmatic
|
|
55540
55538
|
var ComponentDndWrapper = function ComponentDndWrapper(_ref) {
|
|
55541
55539
|
var children = _ref.children,
|
|
55542
55540
|
disable = _ref.disable;
|