td-plots 1.5.6 → 1.5.7

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.esm.js CHANGED
@@ -641,11 +641,11 @@ function requireReactIs_development$1 () {
641
641
  return reactIs_development$1;
642
642
  }
643
643
 
644
- var hasRequiredReactIs;
644
+ var hasRequiredReactIs$1;
645
645
 
646
- function requireReactIs () {
647
- if (hasRequiredReactIs) return reactIs$1.exports;
648
- hasRequiredReactIs = 1;
646
+ function requireReactIs$1 () {
647
+ if (hasRequiredReactIs$1) return reactIs$1.exports;
648
+ hasRequiredReactIs$1 = 1;
649
649
 
650
650
  if (process.env.NODE_ENV === 'production') {
651
651
  reactIs$1.exports = requireReactIs_production_min();
@@ -800,9 +800,9 @@ function requireCheckPropTypes () {
800
800
  var printWarning = function() {};
801
801
 
802
802
  if (process.env.NODE_ENV !== 'production') {
803
- var ReactPropTypesSecret = requireReactPropTypesSecret();
803
+ var ReactPropTypesSecret = /*@__PURE__*/ requireReactPropTypesSecret();
804
804
  var loggedTypeFailures = {};
805
- var has = requireHas();
805
+ var has = /*@__PURE__*/ requireHas();
806
806
 
807
807
  printWarning = function(text) {
808
808
  var message = 'Warning: ' + text;
@@ -908,12 +908,12 @@ function requireFactoryWithTypeCheckers () {
908
908
  if (hasRequiredFactoryWithTypeCheckers) return factoryWithTypeCheckers;
909
909
  hasRequiredFactoryWithTypeCheckers = 1;
910
910
 
911
- var ReactIs = requireReactIs();
911
+ var ReactIs = requireReactIs$1();
912
912
  var assign = requireObjectAssign();
913
913
 
914
- var ReactPropTypesSecret = requireReactPropTypesSecret();
915
- var has = requireHas();
916
- var checkPropTypes = requireCheckPropTypes();
914
+ var ReactPropTypesSecret = /*@__PURE__*/ requireReactPropTypesSecret();
915
+ var has = /*@__PURE__*/ requireHas();
916
+ var checkPropTypes = /*@__PURE__*/ requireCheckPropTypes();
917
917
 
918
918
  var printWarning = function() {};
919
919
 
@@ -1526,7 +1526,7 @@ function requireFactoryWithThrowingShims () {
1526
1526
  if (hasRequiredFactoryWithThrowingShims) return factoryWithThrowingShims;
1527
1527
  hasRequiredFactoryWithThrowingShims = 1;
1528
1528
 
1529
- var ReactPropTypesSecret = requireReactPropTypesSecret();
1529
+ var ReactPropTypesSecret = /*@__PURE__*/ requireReactPropTypesSecret();
1530
1530
 
1531
1531
  function emptyFunction() {}
1532
1532
  function emptyFunctionWithReset() {}
@@ -1590,20 +1590,27 @@ function requireFactoryWithThrowingShims () {
1590
1590
  * LICENSE file in the root directory of this source tree.
1591
1591
  */
1592
1592
 
1593
- if (process.env.NODE_ENV !== 'production') {
1594
- var ReactIs = requireReactIs();
1593
+ var hasRequiredPropTypes;
1594
+
1595
+ function requirePropTypes () {
1596
+ if (hasRequiredPropTypes) return propTypes.exports;
1597
+ hasRequiredPropTypes = 1;
1598
+ if (process.env.NODE_ENV !== 'production') {
1599
+ var ReactIs = requireReactIs$1();
1595
1600
 
1596
- // By explicitly using `prop-types` you are opting into new development behavior.
1597
- // http://fb.me/prop-types-in-prod
1598
- var throwOnDirectAccess = true;
1599
- propTypes.exports = requireFactoryWithTypeCheckers()(ReactIs.isElement, throwOnDirectAccess);
1600
- } else {
1601
- // By explicitly using `prop-types` you are opting into new production behavior.
1602
- // http://fb.me/prop-types-in-prod
1603
- propTypes.exports = requireFactoryWithThrowingShims()();
1601
+ // By explicitly using `prop-types` you are opting into new development behavior.
1602
+ // http://fb.me/prop-types-in-prod
1603
+ var throwOnDirectAccess = true;
1604
+ propTypes.exports = /*@__PURE__*/ requireFactoryWithTypeCheckers()(ReactIs.isElement, throwOnDirectAccess);
1605
+ } else {
1606
+ // By explicitly using `prop-types` you are opting into new production behavior.
1607
+ // http://fb.me/prop-types-in-prod
1608
+ propTypes.exports = /*@__PURE__*/ requireFactoryWithThrowingShims()();
1609
+ }
1610
+ return propTypes.exports;
1604
1611
  }
1605
1612
 
1606
- var propTypesExports = propTypes.exports;
1613
+ var propTypesExports = /*@__PURE__*/ requirePropTypes();
1607
1614
  var PropTypes = /*@__PURE__*/getDefaultExportFromCjs(propTypesExports);
1608
1615
 
1609
1616
  function r(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=" "),n+=f);}else for(f in e)e[f]&&(n&&(n+=" "),n+=f);return n}function clsx(){for(var e,t,f=0,n="",o=arguments.length;f<o;f++)(e=arguments[f])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}
@@ -1979,13 +1986,21 @@ function requireReactIs_development () {
1979
1986
  return reactIs_development;
1980
1987
  }
1981
1988
 
1982
- if (process.env.NODE_ENV === 'production') {
1983
- reactIs.exports = requireReactIs_production();
1984
- } else {
1985
- reactIs.exports = requireReactIs_development();
1989
+ var hasRequiredReactIs;
1990
+
1991
+ function requireReactIs () {
1992
+ if (hasRequiredReactIs) return reactIs.exports;
1993
+ hasRequiredReactIs = 1;
1994
+
1995
+ if (process.env.NODE_ENV === 'production') {
1996
+ reactIs.exports = /*@__PURE__*/ requireReactIs_production();
1997
+ } else {
1998
+ reactIs.exports = /*@__PURE__*/ requireReactIs_development();
1999
+ }
2000
+ return reactIs.exports;
1986
2001
  }
1987
2002
 
1988
- var reactIsExports = reactIs.exports;
2003
+ var reactIsExports = /*@__PURE__*/ requireReactIs();
1989
2004
 
1990
2005
  // https://github.com/sindresorhus/is-plain-obj/blob/main/index.js
1991
2006
  function isPlainObject(item) {