td-plots 1.5.5 → 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.js CHANGED
@@ -661,11 +661,11 @@ function requireReactIs_development$1 () {
661
661
  return reactIs_development$1;
662
662
  }
663
663
 
664
- var hasRequiredReactIs;
664
+ var hasRequiredReactIs$1;
665
665
 
666
- function requireReactIs () {
667
- if (hasRequiredReactIs) return reactIs$1.exports;
668
- hasRequiredReactIs = 1;
666
+ function requireReactIs$1 () {
667
+ if (hasRequiredReactIs$1) return reactIs$1.exports;
668
+ hasRequiredReactIs$1 = 1;
669
669
 
670
670
  if (process.env.NODE_ENV === 'production') {
671
671
  reactIs$1.exports = requireReactIs_production_min();
@@ -820,9 +820,9 @@ function requireCheckPropTypes () {
820
820
  var printWarning = function() {};
821
821
 
822
822
  if (process.env.NODE_ENV !== 'production') {
823
- var ReactPropTypesSecret = requireReactPropTypesSecret();
823
+ var ReactPropTypesSecret = /*@__PURE__*/ requireReactPropTypesSecret();
824
824
  var loggedTypeFailures = {};
825
- var has = requireHas();
825
+ var has = /*@__PURE__*/ requireHas();
826
826
 
827
827
  printWarning = function(text) {
828
828
  var message = 'Warning: ' + text;
@@ -928,12 +928,12 @@ function requireFactoryWithTypeCheckers () {
928
928
  if (hasRequiredFactoryWithTypeCheckers) return factoryWithTypeCheckers;
929
929
  hasRequiredFactoryWithTypeCheckers = 1;
930
930
 
931
- var ReactIs = requireReactIs();
931
+ var ReactIs = requireReactIs$1();
932
932
  var assign = requireObjectAssign();
933
933
 
934
- var ReactPropTypesSecret = requireReactPropTypesSecret();
935
- var has = requireHas();
936
- var checkPropTypes = requireCheckPropTypes();
934
+ var ReactPropTypesSecret = /*@__PURE__*/ requireReactPropTypesSecret();
935
+ var has = /*@__PURE__*/ requireHas();
936
+ var checkPropTypes = /*@__PURE__*/ requireCheckPropTypes();
937
937
 
938
938
  var printWarning = function() {};
939
939
 
@@ -1546,7 +1546,7 @@ function requireFactoryWithThrowingShims () {
1546
1546
  if (hasRequiredFactoryWithThrowingShims) return factoryWithThrowingShims;
1547
1547
  hasRequiredFactoryWithThrowingShims = 1;
1548
1548
 
1549
- var ReactPropTypesSecret = requireReactPropTypesSecret();
1549
+ var ReactPropTypesSecret = /*@__PURE__*/ requireReactPropTypesSecret();
1550
1550
 
1551
1551
  function emptyFunction() {}
1552
1552
  function emptyFunctionWithReset() {}
@@ -1610,20 +1610,27 @@ function requireFactoryWithThrowingShims () {
1610
1610
  * LICENSE file in the root directory of this source tree.
1611
1611
  */
1612
1612
 
1613
- if (process.env.NODE_ENV !== 'production') {
1614
- var ReactIs = requireReactIs();
1613
+ var hasRequiredPropTypes;
1614
+
1615
+ function requirePropTypes () {
1616
+ if (hasRequiredPropTypes) return propTypes.exports;
1617
+ hasRequiredPropTypes = 1;
1618
+ if (process.env.NODE_ENV !== 'production') {
1619
+ var ReactIs = requireReactIs$1();
1615
1620
 
1616
- // By explicitly using `prop-types` you are opting into new development behavior.
1617
- // http://fb.me/prop-types-in-prod
1618
- var throwOnDirectAccess = true;
1619
- propTypes.exports = requireFactoryWithTypeCheckers()(ReactIs.isElement, throwOnDirectAccess);
1620
- } else {
1621
- // By explicitly using `prop-types` you are opting into new production behavior.
1622
- // http://fb.me/prop-types-in-prod
1623
- propTypes.exports = requireFactoryWithThrowingShims()();
1621
+ // By explicitly using `prop-types` you are opting into new development behavior.
1622
+ // http://fb.me/prop-types-in-prod
1623
+ var throwOnDirectAccess = true;
1624
+ propTypes.exports = /*@__PURE__*/ requireFactoryWithTypeCheckers()(ReactIs.isElement, throwOnDirectAccess);
1625
+ } else {
1626
+ // By explicitly using `prop-types` you are opting into new production behavior.
1627
+ // http://fb.me/prop-types-in-prod
1628
+ propTypes.exports = /*@__PURE__*/ requireFactoryWithThrowingShims()();
1629
+ }
1630
+ return propTypes.exports;
1624
1631
  }
1625
1632
 
1626
- var propTypesExports = propTypes.exports;
1633
+ var propTypesExports = /*@__PURE__*/ requirePropTypes();
1627
1634
  var PropTypes = /*@__PURE__*/getDefaultExportFromCjs(propTypesExports);
1628
1635
 
1629
1636
  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}
@@ -1999,13 +2006,21 @@ function requireReactIs_development () {
1999
2006
  return reactIs_development;
2000
2007
  }
2001
2008
 
2002
- if (process.env.NODE_ENV === 'production') {
2003
- reactIs.exports = requireReactIs_production();
2004
- } else {
2005
- reactIs.exports = requireReactIs_development();
2009
+ var hasRequiredReactIs;
2010
+
2011
+ function requireReactIs () {
2012
+ if (hasRequiredReactIs) return reactIs.exports;
2013
+ hasRequiredReactIs = 1;
2014
+
2015
+ if (process.env.NODE_ENV === 'production') {
2016
+ reactIs.exports = /*@__PURE__*/ requireReactIs_production();
2017
+ } else {
2018
+ reactIs.exports = /*@__PURE__*/ requireReactIs_development();
2019
+ }
2020
+ return reactIs.exports;
2006
2021
  }
2007
2022
 
2008
- var reactIsExports = reactIs.exports;
2023
+ var reactIsExports = /*@__PURE__*/ requireReactIs();
2009
2024
 
2010
2025
  // https://github.com/sindresorhus/is-plain-obj/blob/main/index.js
2011
2026
  function isPlainObject(item) {