@hpcc-js/timeline 2.51.25 → 2.52.0

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.
package/dist/index.js CHANGED
@@ -5,8 +5,8 @@
5
5
  })(this, (function (exports, api, chart, common, html, react, layout) { 'use strict';
6
6
 
7
7
  var PKG_NAME = "@hpcc-js/timeline";
8
- var PKG_VERSION = "2.51.25";
9
- var BUILD_VERSION = "2.105.9";
8
+ var PKG_VERSION = "2.52.0";
9
+ var BUILD_VERSION = "2.106.0";
10
10
 
11
11
  /******************************************************************************
12
12
  Copyright (c) Microsoft Corporation.
@@ -69,7 +69,7 @@
69
69
  if ( ref === void 0 ) ref = {};
70
70
  var insertAt = ref.insertAt;
71
71
 
72
- if (!css || typeof document === 'undefined') { return; }
72
+ if (typeof document === 'undefined') { return; }
73
73
 
74
74
  var head = document.head || document.getElementsByTagName('head')[0];
75
75
  var style = document.createElement('style');
@@ -1612,7 +1612,5 @@
1612
1612
  exports.ReactTimeline = ReactTimeline;
1613
1613
  exports.ReactTimelineSeries = ReactTimelineSeries;
1614
1614
 
1615
- Object.defineProperty(exports, '__esModule', { value: true });
1616
-
1617
1615
  }));
1618
1616
  //# sourceMappingURL=index.js.map