@mjhls/mjh-framework 1.0.994-invalidelement-v1 → 1.0.994-invalidelement-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 (47) hide show
  1. package/dist/cjs/AdSlotsProvider.js +5 -4
  2. package/dist/cjs/AlgoliaSearch.js +352 -253
  3. package/dist/cjs/ArticleProgramLandingPage.js +3 -3
  4. package/dist/cjs/Auth.js +26 -22830
  5. package/dist/cjs/ExternalResources.js +3 -3
  6. package/dist/cjs/HorizontalArticleListing.js +3 -3
  7. package/dist/cjs/{ImageSlider-ca708da8.js → ImageSlider-1ec0408b.js} +1 -1100
  8. package/dist/cjs/IssueLanding.js +3 -3
  9. package/dist/cjs/{MediaSeriesCard-f6db8f70.js → MediaSeriesCard-e93c0855.js} +29 -10
  10. package/dist/cjs/MediaSeriesLanding.js +4 -4
  11. package/dist/cjs/MediaSeriesLandingPaginated.js +4 -4
  12. package/dist/cjs/PartnerDetailListing.js +6 -6
  13. package/dist/cjs/PartnerDetailListingPaginated.js +6 -6
  14. package/dist/cjs/Schema.js +1 -2
  15. package/dist/cjs/TaxonomyDescription.js +3 -3
  16. package/dist/cjs/VideoProgramLandingPage.js +3 -3
  17. package/dist/cjs/View.js +3 -3
  18. package/dist/cjs/getSerializers.js +3 -3
  19. package/dist/cjs/{index-b10d6863.js → index-64fe6bc7.js} +14 -11
  20. package/dist/cjs/index.js +8 -5
  21. package/dist/{esm/empty-a8042e3c.js → cjs/util-93a37fd0.js} +3 -135
  22. package/dist/esm/AdSlotsProvider.js +2 -2
  23. package/dist/esm/AlgoliaSearch.js +100 -1
  24. package/dist/esm/ArticleProgramLandingPage.js +3 -3
  25. package/dist/esm/Auth.js +18 -22825
  26. package/dist/esm/ExternalResources.js +3 -3
  27. package/dist/esm/HorizontalArticleListing.js +3 -3
  28. package/dist/esm/{ImageSlider-fada4f0c.js → ImageSlider-83913c4c.js} +3 -1101
  29. package/dist/esm/IssueLanding.js +3 -3
  30. package/dist/esm/{MediaSeriesCard-96ac8ed4.js → MediaSeriesCard-9a4cc6ac.js} +29 -10
  31. package/dist/esm/MediaSeriesLanding.js +4 -4
  32. package/dist/esm/MediaSeriesLandingPaginated.js +4 -4
  33. package/dist/esm/PartnerDetailListing.js +5 -5
  34. package/dist/esm/PartnerDetailListingPaginated.js +5 -5
  35. package/dist/esm/Schema.js +1 -2
  36. package/dist/esm/TaxonomyDescription.js +3 -3
  37. package/dist/esm/VideoProgramLandingPage.js +3 -3
  38. package/dist/esm/View.js +3 -3
  39. package/dist/esm/getSerializers.js +3 -3
  40. package/dist/esm/{index-076baa11.js → index-19ae7235.js} +6 -4
  41. package/dist/esm/index.js +8 -5
  42. package/dist/{cjs/empty-559717f3.js → esm/util-8ed16d48.js} +1 -146
  43. package/package.json +1 -1
  44. package/dist/cjs/defineProperty-ad65f5f0.js +0 -110
  45. package/dist/cjs/index-0cf4c9fc.js +0 -904
  46. package/dist/esm/defineProperty-50094484.js +0 -101
  47. package/dist/esm/index-e7075467.js +0 -897
@@ -1,110 +0,0 @@
1
- 'use strict';
2
-
3
- function _classCallCheck(instance, Constructor) {
4
- if (!(instance instanceof Constructor)) {
5
- throw new TypeError("Cannot call a class as a function");
6
- }
7
- }
8
-
9
- function _defineProperties(target, props) {
10
- for (var i = 0; i < props.length; i++) {
11
- var descriptor = props[i];
12
- descriptor.enumerable = descriptor.enumerable || false;
13
- descriptor.configurable = true;
14
- if ("value" in descriptor) descriptor.writable = true;
15
- Object.defineProperty(target, descriptor.key, descriptor);
16
- }
17
- }
18
-
19
- function _createClass(Constructor, protoProps, staticProps) {
20
- if (protoProps) _defineProperties(Constructor.prototype, protoProps);
21
- if (staticProps) _defineProperties(Constructor, staticProps);
22
- return Constructor;
23
- }
24
-
25
- function _assertThisInitialized(self) {
26
- if (self === void 0) {
27
- throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
28
- }
29
-
30
- return self;
31
- }
32
-
33
- function _setPrototypeOf(o, p) {
34
- _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
35
- o.__proto__ = p;
36
- return o;
37
- };
38
-
39
- return _setPrototypeOf(o, p);
40
- }
41
-
42
- function _inherits(subClass, superClass) {
43
- if (typeof superClass !== "function" && superClass !== null) {
44
- throw new TypeError("Super expression must either be null or a function");
45
- }
46
-
47
- subClass.prototype = Object.create(superClass && superClass.prototype, {
48
- constructor: {
49
- value: subClass,
50
- writable: true,
51
- configurable: true
52
- }
53
- });
54
- if (superClass) _setPrototypeOf(subClass, superClass);
55
- }
56
-
57
- function _typeof(obj) {
58
- "@babel/helpers - typeof";
59
-
60
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
61
- _typeof = function _typeof(obj) {
62
- return typeof obj;
63
- };
64
- } else {
65
- _typeof = function _typeof(obj) {
66
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
67
- };
68
- }
69
-
70
- return _typeof(obj);
71
- }
72
-
73
- function _possibleConstructorReturn(self, call) {
74
- if (call && (_typeof(call) === "object" || typeof call === "function")) {
75
- return call;
76
- }
77
-
78
- return _assertThisInitialized(self);
79
- }
80
-
81
- function _getPrototypeOf(o) {
82
- _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
83
- return o.__proto__ || Object.getPrototypeOf(o);
84
- };
85
- return _getPrototypeOf(o);
86
- }
87
-
88
- function _defineProperty(obj, key, value) {
89
- if (key in obj) {
90
- Object.defineProperty(obj, key, {
91
- value: value,
92
- enumerable: true,
93
- configurable: true,
94
- writable: true
95
- });
96
- } else {
97
- obj[key] = value;
98
- }
99
-
100
- return obj;
101
- }
102
-
103
- exports._assertThisInitialized = _assertThisInitialized;
104
- exports._classCallCheck = _classCallCheck;
105
- exports._createClass = _createClass;
106
- exports._defineProperty = _defineProperty;
107
- exports._getPrototypeOf = _getPrototypeOf;
108
- exports._inherits = _inherits;
109
- exports._possibleConstructorReturn = _possibleConstructorReturn;
110
- exports._typeof = _typeof;