Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
205,191 changes: 101,348 additions & 103,843 deletions docs/app/js/sanddance-app.js

Large diffs are not rendered by default.

24,889 changes: 13,366 additions & 11,523 deletions docs/dist/sanddance-explorer/v4/sanddance-explorer.js

Large diffs are not rendered by default.

15 changes: 6 additions & 9 deletions docs/dist/sanddance-react/v4/sanddance-react.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.SandDanceReact = {}, global.SandDance));
})(this, (function (exports, SandDance) { 'use strict';

function _interopNamespace(e) {
if (e && e.__esModule) return e;
function _interopNamespaceDefault(e) {
var n = Object.create(null);
if (e) {
Object.keys(e).forEach(function (k) {
Expand All @@ -18,11 +17,11 @@
}
});
}
n["default"] = e;
n.default = e;
return Object.freeze(n);
}

var SandDance__namespace = /*#__PURE__*/_interopNamespace(SandDance);
var SandDance__namespace = /*#__PURE__*/_interopNamespaceDefault(SandDance);

var collectionCompare = compare;

Expand Down Expand Up @@ -111,7 +110,7 @@

var compare$1 = /*#__PURE__*/Object.freeze({
__proto__: null,
'default': collectionCompare
default: collectionCompare
});

/*!
Expand All @@ -137,8 +136,8 @@
var util = /*#__PURE__*/Object.freeze({
__proto__: null,
classList: classList,
deepCompare: deepCompare,
compareInsight: compareInsight
compareInsight: compareInsight,
deepCompare: deepCompare
});

/*!
Expand Down Expand Up @@ -262,6 +261,4 @@
exports.util = util;
exports.version = version;

Object.defineProperty(exports, '__esModule', { value: true });

}));
Loading
Loading