@mjhls/mjh-framework 1.0.1017 → 1.0.1019-blanktagremoval-v3

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.
Files changed (78) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/AlgoliaSearch.js +90 -62
  3. package/dist/cjs/ArticleProgramLandingPage.js +1 -1
  4. package/dist/cjs/Auth.js +1 -1
  5. package/dist/cjs/AuthWrapper.js +25 -17
  6. package/dist/cjs/CEDeckSupabase.js +1 -1
  7. package/dist/cjs/Column2.js +4 -2
  8. package/dist/cjs/ExternalResources.js +4 -4
  9. package/dist/cjs/HamMagazine.js +42 -40
  10. package/dist/cjs/HorizontalArticleListing.js +1 -1
  11. package/dist/cjs/{ImageSlider-17fdaf3b.js → ImageSlider-50807a77.js} +5 -10
  12. package/dist/cjs/IssueLanding.js +1 -1
  13. package/dist/cjs/LeftNav.js +13 -14
  14. package/dist/cjs/{MediaSeriesCard-6882e999.js → MediaSeriesCard-756b0d9a.js} +1 -1
  15. package/dist/cjs/MediaSeriesLanding.js +3 -3
  16. package/dist/cjs/MediaSeriesLandingPaginated.js +3 -3
  17. package/dist/cjs/NavDvm.js +30 -28
  18. package/dist/cjs/{NavFooter-257b5318.js → NavFooter-b37e3eed.js} +4 -3
  19. package/dist/cjs/NavMagazine.js +40 -38
  20. package/dist/cjs/NavNative.js +45 -45
  21. package/dist/cjs/PartnerDetailListing.js +36 -25
  22. package/dist/cjs/PartnerDetailListingPaginated.js +34 -29
  23. package/dist/cjs/PodcastsLanding.js +2 -2
  24. package/dist/cjs/SideFooter.js +9 -7
  25. package/dist/cjs/{SocialSearchComponent-b36e5525.js → SocialSearchComponent-e30b4dea.js} +1 -1
  26. package/dist/cjs/TaxonomyCard.js +8 -8
  27. package/dist/cjs/TaxonomyDescription.js +1 -1
  28. package/dist/cjs/TemplateNormal.js +3 -3
  29. package/dist/cjs/{Tooltip-96fe6ef6.js → Tooltip-8011d690.js} +28 -9
  30. package/dist/cjs/VideoProgramLandingPage.js +1 -1
  31. package/dist/cjs/View.js +2 -2
  32. package/dist/cjs/{defineProperty-e0fb52c5.js → defineProperty-19580e93.js} +2 -4
  33. package/dist/cjs/getRelatedArticle.js +1 -1
  34. package/dist/cjs/getSerializers.js +1 -1
  35. package/dist/cjs/{index-bd6c9f56.js → index-3cd60d26.js} +11 -11
  36. package/dist/cjs/{index-71879a4f.js → index-de9f9069.js} +19 -7
  37. package/dist/cjs/{index.esm-91e651b0.js → index.esm-bb54403e.js} +8 -7
  38. package/dist/cjs/index.js +7 -8
  39. package/dist/esm/AlgoliaSearch.js +90 -62
  40. package/dist/esm/ArticleProgramLandingPage.js +1 -1
  41. package/dist/esm/Auth.js +1 -1
  42. package/dist/esm/AuthWrapper.js +24 -16
  43. package/dist/esm/CEDeckSupabase.js +1 -1
  44. package/dist/esm/Column2.js +4 -2
  45. package/dist/esm/ExternalResources.js +4 -4
  46. package/dist/esm/HamMagazine.js +42 -40
  47. package/dist/esm/HorizontalArticleListing.js +1 -1
  48. package/dist/esm/{ImageSlider-f84174cb.js → ImageSlider-cdb57d30.js} +5 -10
  49. package/dist/esm/IssueLanding.js +1 -1
  50. package/dist/esm/LeftNav.js +13 -14
  51. package/dist/esm/{MediaSeriesCard-8dc5e25b.js → MediaSeriesCard-f1f91e14.js} +1 -1
  52. package/dist/esm/MediaSeriesLanding.js +3 -3
  53. package/dist/esm/MediaSeriesLandingPaginated.js +3 -3
  54. package/dist/esm/NavDvm.js +30 -28
  55. package/dist/esm/{NavFooter-27a16f65.js → NavFooter-37c5eea2.js} +4 -3
  56. package/dist/esm/NavMagazine.js +40 -38
  57. package/dist/esm/NavNative.js +45 -45
  58. package/dist/esm/PartnerDetailListing.js +36 -25
  59. package/dist/esm/PartnerDetailListingPaginated.js +34 -29
  60. package/dist/esm/PodcastsLanding.js +2 -2
  61. package/dist/esm/SideFooter.js +9 -7
  62. package/dist/esm/{SocialSearchComponent-daceaa22.js → SocialSearchComponent-7591859b.js} +1 -1
  63. package/dist/esm/TaxonomyCard.js +8 -8
  64. package/dist/esm/TaxonomyDescription.js +1 -1
  65. package/dist/esm/TemplateNormal.js +3 -3
  66. package/dist/esm/{Tooltip-bc98d17e.js → Tooltip-2cdd0895.js} +28 -9
  67. package/dist/esm/VideoProgramLandingPage.js +1 -1
  68. package/dist/esm/View.js +2 -2
  69. package/dist/esm/{defineProperty-23a8f8cd.js → defineProperty-e8022d1e.js} +2 -4
  70. package/dist/esm/getRelatedArticle.js +1 -1
  71. package/dist/esm/getSerializers.js +1 -1
  72. package/dist/esm/{index-db3bb315.js → index-0a63f9a3.js} +11 -11
  73. package/dist/esm/{index-fca3cf8e.js → index-29ed16aa.js} +19 -7
  74. package/dist/esm/{index.esm-06bf63a3.js → index.esm-8639823a.js} +8 -7
  75. package/dist/esm/index.js +7 -8
  76. package/package.json +1 -1
  77. package/dist/cjs/typeof-1358762e.js +0 -33
  78. package/dist/esm/typeof-2f07d0e8.js +0 -30
package/dist/esm/View.js CHANGED
@@ -15,7 +15,7 @@ import FormControl from 'react-bootstrap/FormControl';
15
15
  import Button from 'react-bootstrap/Button';
16
16
  import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
17
17
  import SocialShare from './SocialShare.js';
18
- import { r as renderAuthor, g as getSerializers } from './index-fca3cf8e.js';
18
+ import { r as renderAuthor, g as getSerializers } from './index-29ed16aa.js';
19
19
  import DFPAdSlot from './AdSlot.js';
20
20
  import { S as SeriesSlider } from './SeriesSlider-5728e349.js';
21
21
  import { a as getContentPlacementUrl, g as getTargeting } from './getTargeting-9bd28724.js';
@@ -74,7 +74,7 @@ import './checkSisterSite-a7218fda.js';
74
74
  import './debounce-533d9748.js';
75
75
  import './isSymbol-a7e9aafe.js';
76
76
  import './toNumber-5aeba6e7.js';
77
- import './index-db3bb315.js';
77
+ import './index-0a63f9a3.js';
78
78
 
79
79
  var getArticleSummary = function getArticleSummary(article) {
80
80
  if (article.summary && article.summary.length > 0) {
@@ -37,8 +37,7 @@ function _asyncToGenerator(fn) {
37
37
  };
38
38
  }
39
39
 
40
- module.exports = _asyncToGenerator;
41
- module.exports["default"] = module.exports, module.exports.__esModule = true;
40
+ module.exports = _asyncToGenerator, module.exports.__esModule = true, module.exports["default"] = module.exports;
42
41
  });
43
42
 
44
43
  var _asyncToGenerator = unwrapExports(asyncToGenerator);
@@ -59,8 +58,7 @@ function _defineProperty(obj, key, value) {
59
58
  return obj;
60
59
  }
61
60
 
62
- module.exports = _defineProperty;
63
- module.exports["default"] = module.exports, module.exports.__esModule = true;
61
+ module.exports = _defineProperty, module.exports.__esModule = true, module.exports["default"] = module.exports;
64
62
  });
65
63
 
66
64
  var _defineProperty = unwrapExports(defineProperty);
@@ -1,6 +1,6 @@
1
1
  import { _ as _asyncToGenerator, r as regenerator } from './asyncToGenerator-958ef5fc.js';
2
2
  import { c as createCommonjsModule, a as commonjsGlobal, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
3
- import { c as cookie } from './index-db3bb315.js';
3
+ import { c as cookie } from './index-0a63f9a3.js';
4
4
  import getQuery from './getQuery.js';
5
5
  import './core.get-iterator-method-ea258bb1.js';
6
6
  import './web.dom.iterable-ab4dea5c.js';
@@ -1,5 +1,5 @@
1
1
  import 'react';
2
- export { g as default } from './index-fca3cf8e.js';
2
+ export { g as default } from './index-29ed16aa.js';
3
3
  import './BlockContent-1e73bd2c.js';
4
4
  import './entities-6d9154b4.js';
5
5
  import './slicedToArray-6ebcbfea.js';
@@ -20,7 +20,6 @@ var serialize_1 = serialize;
20
20
 
21
21
  var decode = decodeURIComponent;
22
22
  var encode = encodeURIComponent;
23
- var pairSplitRegExp = /; */;
24
23
 
25
24
  /**
26
25
  * RegExp to match field-content in RFC 7230 sec 3.2
@@ -51,28 +50,29 @@ function parse(str, options) {
51
50
 
52
51
  var obj = {};
53
52
  var opt = options || {};
54
- var pairs = str.split(pairSplitRegExp);
53
+ var pairs = str.split(';');
55
54
  var dec = opt.decode || decode;
56
55
 
57
56
  for (var i = 0; i < pairs.length; i++) {
58
57
  var pair = pairs[i];
59
- var eq_idx = pair.indexOf('=');
58
+ var index = pair.indexOf('=');
60
59
 
61
60
  // skip things that don't look like key=value
62
- if (eq_idx < 0) {
61
+ if (index < 0) {
63
62
  continue;
64
63
  }
65
64
 
66
- var key = pair.substr(0, eq_idx).trim();
67
- var val = pair.substr(++eq_idx, pair.length).trim();
68
-
69
- // quoted values
70
- if ('"' == val[0]) {
71
- val = val.slice(1, -1);
72
- }
65
+ var key = pair.substring(0, index).trim();
73
66
 
74
67
  // only assign once
75
68
  if (undefined == obj[key]) {
69
+ var val = pair.substring(index + 1, pair.length).trim();
70
+
71
+ // quoted values
72
+ if (val[0] === '"') {
73
+ val = val.slice(1, -1);
74
+ }
75
+
76
76
  obj[key] = tryDecode(val, dec);
77
77
  }
78
78
  }
@@ -1629,11 +1629,13 @@ function shouldUpdateVideo(prevProps, props) {
1629
1629
 
1630
1630
  function filterResetOptions(opts) {
1631
1631
  return _objectSpread(_objectSpread({}, opts), {}, {
1632
- playerVars: _objectSpread({
1632
+ height: 0,
1633
+ width: 0,
1634
+ playerVars: _objectSpread(_objectSpread({}, opts.playerVars), {}, {
1633
1635
  autoplay: 0,
1634
1636
  start: 0,
1635
1637
  end: 0
1636
- }, opts.playerVars)
1638
+ })
1637
1639
  });
1638
1640
  }
1639
1641
  /**
@@ -1648,7 +1650,7 @@ function filterResetOptions(opts) {
1648
1650
 
1649
1651
 
1650
1652
  function shouldResetPlayer(prevProps, props) {
1651
- return !fastDeepEqual(filterResetOptions(prevProps.opts), filterResetOptions(props.opts));
1653
+ return prevProps.videoId !== props.videoId || !fastDeepEqual(filterResetOptions(prevProps.opts), filterResetOptions(props.opts));
1652
1654
  }
1653
1655
  /**
1654
1656
  * Check whether a props change should result in an id or className update.
@@ -1659,7 +1661,7 @@ function shouldResetPlayer(prevProps, props) {
1659
1661
 
1660
1662
 
1661
1663
  function shouldUpdatePlayer(prevProps, props) {
1662
- return prevProps.id !== props.id || prevProps.className !== props.className;
1664
+ return prevProps.id !== props.id || prevProps.className !== props.className || prevProps.opts.width !== props.opts.width || prevProps.opts.height !== props.opts.height || prevProps.title !== props.title;
1663
1665
  }
1664
1666
 
1665
1667
  var YouTube = /*#__PURE__*/function (_React$Component) {
@@ -1746,6 +1748,9 @@ var YouTube = /*#__PURE__*/function (_React$Component) {
1746
1748
  _this.internalPlayer.getIframe().then(function (iframe) {
1747
1749
  if (_this.props.id) iframe.setAttribute('id', _this.props.id);else iframe.removeAttribute('id');
1748
1750
  if (_this.props.className) iframe.setAttribute('class', _this.props.className);else iframe.removeAttribute('class');
1751
+ if (_this.props.opts && _this.props.opts.width) iframe.setAttribute('width', _this.props.opts.width);else iframe.removeAttribute('width');
1752
+ if (_this.props.opts && _this.props.opts.height) iframe.setAttribute('height', _this.props.opts.height);else iframe.removeAttribute('height');
1753
+ if (typeof _this.props.title === 'string') iframe.setAttribute('title', _this.props.title);else iframe.setAttribute('title', 'YouTube video player');
1749
1754
  });
1750
1755
  });
1751
1756
 
@@ -1844,7 +1849,8 @@ var YouTube = /*#__PURE__*/function (_React$Component) {
1844
1849
  }, /*#__PURE__*/React__default.createElement("div", {
1845
1850
  id: this.props.id,
1846
1851
  className: this.props.className,
1847
- ref: this.refContainer
1852
+ ref: this.refContainer,
1853
+ loading: this.props.loading
1848
1854
  }));
1849
1855
  }
1850
1856
  }]);
@@ -1869,6 +1875,10 @@ YouTube.propTypes = {
1869
1875
  className: PropTypes.string,
1870
1876
  // custom class name for player container element
1871
1877
  containerClassName: PropTypes.string,
1878
+ // custom title for the iFrame, see https://www.w3.org/TR/WCAG20-TECHS/H64.html
1879
+ title: PropTypes.string,
1880
+ // custom loading for player element
1881
+ loading: PropTypes.oneOf(['lazy', 'eager', 'auto']),
1872
1882
  // https://developers.google.com/youtube/iframe_api_reference#Loading_a_Video_Player
1873
1883
  opts: PropTypes.objectOf(PropTypes.any),
1874
1884
  // event subscriptions
@@ -1885,6 +1895,7 @@ YouTube.defaultProps = {
1885
1895
  videoId: null,
1886
1896
  id: null,
1887
1897
  className: null,
1898
+ loading: null,
1888
1899
  opts: {},
1889
1900
  containerClassName: '',
1890
1901
  onReady: function onReady() {},
@@ -1894,7 +1905,8 @@ YouTube.defaultProps = {
1894
1905
  onEnd: function onEnd() {},
1895
1906
  onStateChange: function onStateChange() {},
1896
1907
  onPlaybackRateChange: function onPlaybackRateChange() {},
1897
- onPlaybackQualityChange: function onPlaybackQualityChange() {}
1908
+ onPlaybackQualityChange: function onPlaybackQualityChange() {},
1909
+ title: null
1898
1910
  };
1899
1911
 
1900
1912
  var YouTubePlayer = function YouTubePlayer(_ref) {
@@ -10420,7 +10432,7 @@ var DigiohSmartTag = function DigiohSmartTag(props) {
10420
10432
  };
10421
10433
 
10422
10434
  var checkUrlIsExternal = function checkUrlIsExternal(url) {
10423
- if (/https?:\/\/((?:[\w\d-]+\.)+[\w\d]{2,})|http?:\/\/((?:[\w\d-]+\.)+[\w\d]{2,})|(^mailto)/i.test(url)) {
10435
+ if (/https?:\/\/((?:[\w\d-]+\.)+[\w\d]{2,})|http?:\/\/((?:[\w\d-]+\.)+[\w\d]{2,})|(^mailto)|(^tel)/i.test(url)) {
10424
10436
  return true;
10425
10437
  }
10426
10438
  return false;
@@ -1,3 +1,4 @@
1
+ import { _ as _extends } from './extends-6d8e3924.js';
1
2
  import React__default from 'react';
2
3
  import { r as reactSocialIcons_1 } from './react-social-icons-9be47857.js';
3
4
  import { c as checkSisterSite } from './checkSisterSite-a7218fda.js';
@@ -22,7 +23,7 @@ var SocialNavFooter = function SocialNavFooter(props) {
22
23
  { key: index },
23
24
  React__default.createElement(
24
25
  'a',
25
- { target: '_blank', rel: checkSisterSite(content.url) ? '' : 'noopener noreferrer', href: content.url, className: 'nav-link' },
26
+ _extends({ target: '_blank' }, checkSisterSite(content.url) ? {} : { rel: 'noopener noreferrer' }, { href: content.url, className: 'nav-link' }),
26
27
  content.title
27
28
  )
28
29
  ) : React__default.createElement(
@@ -30,7 +31,7 @@ var SocialNavFooter = function SocialNavFooter(props) {
30
31
  { key: index },
31
32
  React__default.createElement(
32
33
  'a',
33
- { href: content.url, rel: checkSisterSite(content.url) ? '' : 'noopener noreferrer', className: 'nav-link' },
34
+ _extends({ href: content.url }, checkSisterSite(content.url) ? {} : { rel: 'noopener noreferrer' }, { className: 'nav-link' }),
34
35
  content.title
35
36
  )
36
37
  );
@@ -44,16 +45,16 @@ var SocialNavFooter = function SocialNavFooter(props) {
44
45
  'li',
45
46
  { style: { marginTop: '10px' }, key: website.footerLinks ? website.footerLinks.length + 1 : 1 },
46
47
  website.socialLinks && website.socialLinks.map(function (row, index) {
47
- return React__default.createElement(reactSocialIcons_1, {
48
- target: row.blank ? '_blank' : '_self',
49
- rel: checkSisterSite(row.url) ? '' : 'noopener noreferrer',
48
+ return React__default.createElement(reactSocialIcons_1, _extends({
49
+ target: row.blank ? '_blank' : '_self'
50
+ }, checkSisterSite(row.url) ? {} : { rel: 'noopener noreferrer' }, {
50
51
  key: index,
51
52
  index: index,
52
53
  url: row.url
53
54
  // including network prop to identify the icon based on the social icon title.
54
55
  , network: row.title.split(' ')[0].toLowerCase(),
55
56
  style: { width: 30, height: 30, marginRight: 5 }
56
- });
57
+ }));
57
58
  })
58
59
  ),
59
60
  showLogo && React__default.createElement(
@@ -61,7 +62,7 @@ var SocialNavFooter = function SocialNavFooter(props) {
61
62
  null,
62
63
  React__default.createElement(
63
64
  'a',
64
- { href: 'https://www.mjhlifesciences.com', rel: checkSisterSite('https://www.mjhlifesciences.com') ? '' : 'noopener noreferrer' },
65
+ _extends({ href: 'https://www.mjhlifesciences.com' }, checkSisterSite('https://www.mjhlifesciences.com') ? {} : { rel: 'noopener noreferrer' }),
65
66
  React__default.createElement('img', {
66
67
  style: { maxWidth: '100%', height: '50px', margin: ' 10px 0', objectFit: 'contain' },
67
68
  alt: 'MJHLS Brand Logo',
package/dist/esm/index.js CHANGED
@@ -87,7 +87,7 @@ export { default as VerticalHero } from './VerticalHero.js';
87
87
  export { default as YahooHero } from './YahooHero.js';
88
88
  export { default as GridHero } from './GridHero.js';
89
89
  export { default as ConferenceArticleCard } from './ConferenceArticleCard.js';
90
- export { g as getSerializers } from './index-fca3cf8e.js';
90
+ export { g as getSerializers } from './index-29ed16aa.js';
91
91
  export { default as Beam } from './Beam.js';
92
92
  export { default as Segment } from './Segment.js';
93
93
  export { default as KMTracker } from './KMTracker.js';
@@ -155,7 +155,6 @@ import './_object-to-array-2300e51b.js';
155
155
  import 'react-bootstrap/Spinner';
156
156
  import 'react-bootstrap/Form';
157
157
  import './js.cookie-6874175c.js';
158
- import './typeof-2f07d0e8.js';
159
158
  import './index-98ca9cec.js';
160
159
  import './ConferenceBanner-8792ebd2.js';
161
160
  import 'next/head';
@@ -168,9 +167,9 @@ import 'react-bootstrap/Nav';
168
167
  import 'react-bootstrap/Navbar';
169
168
  import 'react-bootstrap/NavDropdown';
170
169
  import './index.esm-9b042655.js';
171
- import './NavFooter-27a16f65.js';
172
- import './index.esm-06bf63a3.js';
173
- import './SocialSearchComponent-daceaa22.js';
170
+ import './NavFooter-37c5eea2.js';
171
+ import './index.esm-8639823a.js';
172
+ import './SocialSearchComponent-7591859b.js';
174
173
  import 'react-bootstrap/FormControl';
175
174
  import 'react-ga';
176
175
  import 'react-bootstrap/Carousel';
@@ -188,7 +187,7 @@ import 'react-bootstrap/Figure';
188
187
  import 'react-bootstrap/OverlayTrigger';
189
188
  import 'react-bootstrap/Tooltip';
190
189
  import 'react-bootstrap/Popover';
191
- import './index-db3bb315.js';
190
+ import './index-0a63f9a3.js';
192
191
  import 'swr';
193
192
  import 'passport-local';
194
193
  import 'mysql';
@@ -197,8 +196,8 @@ import './SeriesSlider-5728e349.js';
197
196
  import './style-inject.es-1f59c1d0.js';
198
197
  import 'disqus-react';
199
198
  import 'react-twitter-embed';
200
- import './ImageSlider-f84174cb.js';
201
- import './defineProperty-23a8f8cd.js';
199
+ import './ImageSlider-cdb57d30.js';
200
+ import './defineProperty-e8022d1e.js';
202
201
  import './VideoSeriesCard.js';
203
202
 
204
203
  //Feature query to be used
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.1017",
3
+ "version": "1.0.1019-blanktagremoval-v3",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",
@@ -1,33 +0,0 @@
1
- 'use strict';
2
-
3
- var _commonjsHelpers = require('./_commonjsHelpers-06173234.js');
4
-
5
- var _typeof_1 = _commonjsHelpers.createCommonjsModule(function (module) {
6
- function _typeof(obj) {
7
- "@babel/helpers - typeof";
8
-
9
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
10
- module.exports = _typeof = function _typeof(obj) {
11
- return typeof obj;
12
- };
13
-
14
- module.exports["default"] = module.exports, module.exports.__esModule = true;
15
- } else {
16
- module.exports = _typeof = function _typeof(obj) {
17
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
18
- };
19
-
20
- module.exports["default"] = module.exports, module.exports.__esModule = true;
21
- }
22
-
23
- return _typeof(obj);
24
- }
25
-
26
- module.exports = _typeof;
27
- module.exports["default"] = module.exports, module.exports.__esModule = true;
28
- });
29
-
30
- var _typeof = _commonjsHelpers.unwrapExports(_typeof_1);
31
-
32
- exports._typeof = _typeof;
33
- exports._typeof_1 = _typeof_1;
@@ -1,30 +0,0 @@
1
- import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
-
3
- var _typeof_1 = createCommonjsModule(function (module) {
4
- function _typeof(obj) {
5
- "@babel/helpers - typeof";
6
-
7
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
8
- module.exports = _typeof = function _typeof(obj) {
9
- return typeof obj;
10
- };
11
-
12
- module.exports["default"] = module.exports, module.exports.__esModule = true;
13
- } else {
14
- module.exports = _typeof = function _typeof(obj) {
15
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
16
- };
17
-
18
- module.exports["default"] = module.exports, module.exports.__esModule = true;
19
- }
20
-
21
- return _typeof(obj);
22
- }
23
-
24
- module.exports = _typeof;
25
- module.exports["default"] = module.exports, module.exports.__esModule = true;
26
- });
27
-
28
- var _typeof = unwrapExports(_typeof_1);
29
-
30
- export { _typeof as _, _typeof_1 as a };