@mjhls/mjh-framework 1.0.1017 → 1.0.1018

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 (50) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/AlgoliaSearch.js +113 -49
  3. package/dist/cjs/ArticleProgramLandingPage.js +1 -1
  4. package/dist/cjs/AuthWrapper.js +89 -19
  5. package/dist/cjs/ExternalResources.js +1 -1
  6. package/dist/cjs/HorizontalArticleListing.js +1 -1
  7. package/dist/cjs/{ImageSlider-17fdaf3b.js → ImageSlider-1ec0408b.js} +156 -116
  8. package/dist/cjs/IssueLanding.js +1 -1
  9. package/dist/cjs/{MediaSeriesCard-6882e999.js → MediaSeriesCard-756b0d9a.js} +1 -1
  10. package/dist/cjs/MediaSeriesLanding.js +4 -4
  11. package/dist/cjs/MediaSeriesLandingPaginated.js +4 -4
  12. package/dist/cjs/PartnerDetailListing.js +2 -3
  13. package/dist/cjs/PartnerDetailListingPaginated.js +2 -3
  14. package/dist/cjs/PodcastsLanding.js +2 -2
  15. package/dist/cjs/TaxonomyDescription.js +1 -1
  16. package/dist/cjs/{Tooltip-96fe6ef6.js → Tooltip-71754b2a.js} +248 -206
  17. package/dist/cjs/VideoProgramLandingPage.js +1 -1
  18. package/dist/cjs/View.js +1 -1
  19. package/dist/cjs/getSerializers.js +1 -1
  20. package/dist/cjs/index-b95410f0.js +54 -0
  21. package/dist/cjs/{index-71879a4f.js → index-de9f9069.js} +19 -7
  22. package/dist/cjs/index.js +3 -5
  23. package/dist/esm/AlgoliaSearch.js +100 -36
  24. package/dist/esm/ArticleProgramLandingPage.js +1 -1
  25. package/dist/esm/AuthWrapper.js +86 -16
  26. package/dist/esm/ExternalResources.js +1 -1
  27. package/dist/esm/HorizontalArticleListing.js +1 -1
  28. package/dist/esm/{ImageSlider-f84174cb.js → ImageSlider-83913c4c.js} +157 -117
  29. package/dist/esm/IssueLanding.js +1 -1
  30. package/dist/esm/{MediaSeriesCard-8dc5e25b.js → MediaSeriesCard-f1f91e14.js} +1 -1
  31. package/dist/esm/MediaSeriesLanding.js +4 -4
  32. package/dist/esm/MediaSeriesLandingPaginated.js +4 -4
  33. package/dist/esm/PartnerDetailListing.js +2 -3
  34. package/dist/esm/PartnerDetailListingPaginated.js +2 -3
  35. package/dist/esm/PodcastsLanding.js +2 -2
  36. package/dist/esm/TaxonomyDescription.js +1 -1
  37. package/dist/esm/{Tooltip-bc98d17e.js → Tooltip-8307d9d1.js} +43 -1
  38. package/dist/esm/VideoProgramLandingPage.js +1 -1
  39. package/dist/esm/View.js +1 -1
  40. package/dist/esm/getSerializers.js +1 -1
  41. package/dist/esm/index-174b5baf.js +52 -0
  42. package/dist/esm/{index-fca3cf8e.js → index-29ed16aa.js} +19 -7
  43. package/dist/esm/index.js +3 -5
  44. package/package.json +1 -1
  45. package/dist/cjs/defineProperty-e0fb52c5.js +0 -73
  46. package/dist/cjs/index-50be6759.js +0 -105
  47. package/dist/cjs/typeof-1358762e.js +0 -33
  48. package/dist/esm/defineProperty-23a8f8cd.js +0 -68
  49. package/dist/esm/index-98ca9cec.js +0 -100
  50. package/dist/esm/typeof-2f07d0e8.js +0 -30
@@ -1,68 +0,0 @@
1
- import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
-
3
- var asyncToGenerator = createCommonjsModule(function (module) {
4
- function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
5
- try {
6
- var info = gen[key](arg);
7
- var value = info.value;
8
- } catch (error) {
9
- reject(error);
10
- return;
11
- }
12
-
13
- if (info.done) {
14
- resolve(value);
15
- } else {
16
- Promise.resolve(value).then(_next, _throw);
17
- }
18
- }
19
-
20
- function _asyncToGenerator(fn) {
21
- return function () {
22
- var self = this,
23
- args = arguments;
24
- return new Promise(function (resolve, reject) {
25
- var gen = fn.apply(self, args);
26
-
27
- function _next(value) {
28
- asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
29
- }
30
-
31
- function _throw(err) {
32
- asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
33
- }
34
-
35
- _next(undefined);
36
- });
37
- };
38
- }
39
-
40
- module.exports = _asyncToGenerator;
41
- module.exports["default"] = module.exports, module.exports.__esModule = true;
42
- });
43
-
44
- var _asyncToGenerator = unwrapExports(asyncToGenerator);
45
-
46
- var defineProperty = createCommonjsModule(function (module) {
47
- function _defineProperty(obj, key, value) {
48
- if (key in obj) {
49
- Object.defineProperty(obj, key, {
50
- value: value,
51
- enumerable: true,
52
- configurable: true,
53
- writable: true
54
- });
55
- } else {
56
- obj[key] = value;
57
- }
58
-
59
- return obj;
60
- }
61
-
62
- module.exports = _defineProperty;
63
- module.exports["default"] = module.exports, module.exports.__esModule = true;
64
- });
65
-
66
- var _defineProperty = unwrapExports(defineProperty);
67
-
68
- export { _asyncToGenerator as _, _defineProperty as a, asyncToGenerator as b, defineProperty as d };
@@ -1,100 +0,0 @@
1
- import { c as createCommonjsModule } from './_commonjsHelpers-0c4b6f40.js';
2
-
3
- function _extends() {
4
- _extends = Object.assign || function (target) {
5
- for (var i = 1; i < arguments.length; i++) {
6
- var source = arguments[i];
7
-
8
- for (var key in source) {
9
- if (Object.prototype.hasOwnProperty.call(source, key)) {
10
- target[key] = source[key];
11
- }
12
- }
13
- }
14
-
15
- return target;
16
- };
17
-
18
- return _extends.apply(this, arguments);
19
- }
20
-
21
- function _objectWithoutPropertiesLoose(source, excluded) {
22
- if (source == null) return {};
23
- var target = {};
24
- var sourceKeys = Object.keys(source);
25
- var key, i;
26
-
27
- for (i = 0; i < sourceKeys.length; i++) {
28
- key = sourceKeys[i];
29
- if (excluded.indexOf(key) >= 0) continue;
30
- target[key] = source[key];
31
- }
32
-
33
- return target;
34
- }
35
-
36
- function _setPrototypeOf(o, p) {
37
- _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
38
- o.__proto__ = p;
39
- return o;
40
- };
41
-
42
- return _setPrototypeOf(o, p);
43
- }
44
-
45
- var classnames = createCommonjsModule(function (module) {
46
- /*!
47
- Copyright (c) 2018 Jed Watson.
48
- Licensed under the MIT License (MIT), see
49
- http://jedwatson.github.io/classnames
50
- */
51
- /* global define */
52
-
53
- (function () {
54
-
55
- var hasOwn = {}.hasOwnProperty;
56
-
57
- function classNames() {
58
- var classes = [];
59
-
60
- for (var i = 0; i < arguments.length; i++) {
61
- var arg = arguments[i];
62
- if (!arg) continue;
63
-
64
- var argType = typeof arg;
65
-
66
- if (argType === 'string' || argType === 'number') {
67
- classes.push(arg);
68
- } else if (Array.isArray(arg)) {
69
- if (arg.length) {
70
- var inner = classNames.apply(null, arg);
71
- if (inner) {
72
- classes.push(inner);
73
- }
74
- }
75
- } else if (argType === 'object') {
76
- if (arg.toString === Object.prototype.toString) {
77
- for (var key in arg) {
78
- if (hasOwn.call(arg, key) && arg[key]) {
79
- classes.push(key);
80
- }
81
- }
82
- } else {
83
- classes.push(arg.toString());
84
- }
85
- }
86
- }
87
-
88
- return classes.join(' ');
89
- }
90
-
91
- if (module.exports) {
92
- classNames.default = classNames;
93
- module.exports = classNames;
94
- } else {
95
- window.classNames = classNames;
96
- }
97
- }());
98
- });
99
-
100
- export { _objectWithoutPropertiesLoose as _, _setPrototypeOf as a, _extends as b, classnames as c };
@@ -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 };