Skip to content

Commit

Permalink
web deployment (#737)
Browse files Browse the repository at this point in the history
* web deployment

* Add omitAriaSelected prop to Sidebutton components in Sidebar
  • Loading branch information
danmarshall authored Dec 19, 2024
1 parent 747f39f commit 628e306
Show file tree
Hide file tree
Showing 20 changed files with 236,812 additions and 236,903 deletions.
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

0 comments on commit 628e306

Please sign in to comment.