@mjhls/mjh-framework 1.0.236 → 1.0.238

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 (84) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/AdSlot-1fe1c231.js +69 -0
  3. package/dist/cjs/DeckContent.js +26 -19
  4. package/dist/cjs/DeckQueue.js +24 -18
  5. package/dist/cjs/{Dfp-f16a4421.js → Dfp-045b016b.js} +10 -7
  6. package/dist/cjs/{GridContent-3f7dc5ac.js → GridContent-53e78cbf.js} +23 -20
  7. package/dist/cjs/GridContent.js +18 -12
  8. package/dist/cjs/IssueContentDeck.js +3 -3
  9. package/dist/cjs/IssueDeck.js +3 -3
  10. package/dist/cjs/MasterDeck-91c6ad85.js +917 -0
  11. package/dist/cjs/MasterDeck.js +18 -329
  12. package/dist/cjs/{Normal-815c5ad0.js → Normal-a94a1ec8.js} +34 -21
  13. package/dist/cjs/PublicationDeck.js +3 -3
  14. package/dist/cjs/QueueDeckExpanded.js +21 -16
  15. package/dist/cjs/{TaxonomyCard-0d4ec68b.js → TaxonomyCard-b5074d6e.js} +4 -4
  16. package/dist/cjs/TaxonomyCard.js +6 -5
  17. package/dist/cjs/TemplateNormal.js +11 -8
  18. package/dist/cjs/ThumbnailCard.js +4 -4
  19. package/dist/cjs/{Ustream-5f595d09.js → Ustream-85b14a8d.js} +3 -5
  20. package/dist/cjs/Ustream.js +6 -2
  21. package/dist/cjs/VideoSeriesListing.js +19 -15
  22. package/dist/cjs/{YoutubeGroup-ad994d02.js → YoutubeGroup-fd44f8a0.js} +2 -2
  23. package/dist/cjs/YoutubeGroup.js +3 -3
  24. package/dist/cjs/{_commonjsHelpers-3fc1f64e.js → _commonjsHelpers-06173234.js} +5 -0
  25. package/dist/cjs/_to-object-329a650b.js +348 -0
  26. package/dist/cjs/core.get-iterator-method-e049ca4a.js +39 -0
  27. package/dist/cjs/{debounce-a963b136.js → debounce-bbca43c4.js} +1 -1
  28. package/dist/cjs/{entities-3e0b4a16.js → entities-310b46ee.js} +1 -1
  29. package/dist/cjs/extends-e94dbea5.js +98 -0
  30. package/dist/cjs/{get-126b1712.js → get-af2516a4.js} +1 -1
  31. package/dist/cjs/{index-a4c53ff4.js → index-39beccb3.js} +1 -1
  32. package/dist/cjs/{index-0d0efcfa.js → index-fa0fb52c.js} +1 -1
  33. package/dist/cjs/{index-0322e486.js → index-fa3cec70.js} +1 -1
  34. package/dist/cjs/index.js +3128 -358
  35. package/dist/cjs/inherits-5b5ca8db.js +650 -0
  36. package/dist/cjs/{main-becc38ae.js → main-d9a1b014.js} +1 -2
  37. package/dist/cjs/slicedToArray-e38fb29d.js +95 -0
  38. package/dist/cjs/toConsumableArray-7e4caf3c.js +123 -0
  39. package/dist/cjs/{visibility-sensor-8936e703.js → visibility-sensor-b72d9527.js} +1 -1
  40. package/dist/cjs/web.dom.iterable-0998bdc3.js +254 -0
  41. package/dist/esm/AdSlot-017b8051.js +64 -0
  42. package/dist/esm/DeckContent.js +24 -17
  43. package/dist/esm/DeckQueue.js +22 -16
  44. package/dist/esm/{Dfp-0567f8a3.js → Dfp-01f14ae3.js} +10 -7
  45. package/dist/esm/{GridContent-e61fff04.js → GridContent-f5bc4d75.js} +21 -18
  46. package/dist/esm/GridContent.js +18 -12
  47. package/dist/esm/IssueContentDeck.js +3 -3
  48. package/dist/esm/IssueDeck.js +3 -3
  49. package/dist/esm/MasterDeck-5dd97a66.js +910 -0
  50. package/dist/esm/MasterDeck.js +17 -328
  51. package/dist/esm/{Normal-ebb02255.js → Normal-357f00d1.js} +34 -21
  52. package/dist/esm/PublicationDeck.js +3 -3
  53. package/dist/esm/QueueDeckExpanded.js +19 -14
  54. package/dist/esm/{TaxonomyCard-92f9e327.js → TaxonomyCard-f74512cb.js} +3 -3
  55. package/dist/esm/TaxonomyCard.js +6 -5
  56. package/dist/esm/TemplateNormal.js +11 -8
  57. package/dist/esm/ThumbnailCard.js +4 -4
  58. package/dist/esm/{Ustream-2bfb1813.js → Ustream-62a07a32.js} +3 -5
  59. package/dist/esm/Ustream.js +6 -2
  60. package/dist/esm/VideoSeriesListing.js +16 -12
  61. package/dist/esm/{YoutubeGroup-1368335c.js → YoutubeGroup-1b3eca73.js} +2 -2
  62. package/dist/esm/YoutubeGroup.js +3 -3
  63. package/dist/esm/{_commonjsHelpers-ae1b5db5.js → _commonjsHelpers-0c4b6f40.js} +5 -1
  64. package/dist/esm/_to-object-86553f76.js +318 -0
  65. package/dist/esm/core.get-iterator-method-709061dc.js +36 -0
  66. package/dist/esm/{debounce-dc0c02e5.js → debounce-fa7fbf11.js} +1 -1
  67. package/dist/esm/{entities-e85d3a4a.js → entities-7cc3bf45.js} +1 -1
  68. package/dist/esm/extends-7f88fa22.js +94 -0
  69. package/dist/esm/{get-b074314b.js → get-8d382479.js} +1 -1
  70. package/dist/esm/{index-ca4ff5cb.js → index-3849e3fe.js} +1 -1
  71. package/dist/esm/{index-3c1ee9ab.js → index-5f9f807a.js} +1 -1
  72. package/dist/esm/{index-70f7c966.js → index-fa84ea96.js} +1 -1
  73. package/dist/esm/index.js +3129 -358
  74. package/dist/esm/inherits-a82a4471.js +642 -0
  75. package/dist/esm/{main-e84e7749.js → main-eecf7b27.js} +2 -2
  76. package/dist/esm/slicedToArray-eb7eca9e.js +93 -0
  77. package/dist/esm/toConsumableArray-08d50169.js +117 -0
  78. package/dist/esm/{visibility-sensor-71e50a91.js → visibility-sensor-336093e1.js} +1 -1
  79. package/dist/esm/web.dom.iterable-f05d2f57.js +246 -0
  80. package/package.json +4 -1
  81. package/dist/cjs/AdSlot-983cfe5f.js +0 -515
  82. package/dist/cjs/_babelHelpers-4a69caad.js +0 -149
  83. package/dist/esm/AdSlot-c40f4438.js +0 -509
  84. package/dist/esm/_babelHelpers-c212c59c.js +0 -140
@@ -0,0 +1,93 @@
1
+ import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
+ import { _ as _core, e as _anObject } from './_to-object-86553f76.js';
3
+ import { _ as _wks, f as _iterators } from './web.dom.iterable-f05d2f57.js';
4
+ import { _ as _classof, c as core_getIteratorMethod } from './core.get-iterator-method-709061dc.js';
5
+
6
+ var ITERATOR = _wks('iterator');
7
+
8
+ var core_isIterable = _core.isIterable = function (it) {
9
+ var O = Object(it);
10
+ return O[ITERATOR] !== undefined
11
+ || '@@iterator' in O
12
+ // eslint-disable-next-line no-prototype-builtins
13
+ || _iterators.hasOwnProperty(_classof(O));
14
+ };
15
+
16
+ var isIterable = core_isIterable;
17
+
18
+ var isIterable$1 = createCommonjsModule(function (module) {
19
+ module.exports = { "default": isIterable, __esModule: true };
20
+ });
21
+
22
+ unwrapExports(isIterable$1);
23
+
24
+ var core_getIterator = _core.getIterator = function (it) {
25
+ var iterFn = core_getIteratorMethod(it);
26
+ if (typeof iterFn != 'function') throw TypeError(it + ' is not iterable!');
27
+ return _anObject(iterFn.call(it));
28
+ };
29
+
30
+ var getIterator = core_getIterator;
31
+
32
+ var getIterator$1 = createCommonjsModule(function (module) {
33
+ module.exports = { "default": getIterator, __esModule: true };
34
+ });
35
+
36
+ unwrapExports(getIterator$1);
37
+
38
+ var slicedToArray = createCommonjsModule(function (module, exports) {
39
+
40
+ exports.__esModule = true;
41
+
42
+
43
+
44
+ var _isIterable3 = _interopRequireDefault(isIterable$1);
45
+
46
+
47
+
48
+ var _getIterator3 = _interopRequireDefault(getIterator$1);
49
+
50
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
51
+
52
+ exports.default = function () {
53
+ function sliceIterator(arr, i) {
54
+ var _arr = [];
55
+ var _n = true;
56
+ var _d = false;
57
+ var _e = undefined;
58
+
59
+ try {
60
+ for (var _i = (0, _getIterator3.default)(arr), _s; !(_n = (_s = _i.next()).done); _n = true) {
61
+ _arr.push(_s.value);
62
+
63
+ if (i && _arr.length === i) break;
64
+ }
65
+ } catch (err) {
66
+ _d = true;
67
+ _e = err;
68
+ } finally {
69
+ try {
70
+ if (!_n && _i["return"]) _i["return"]();
71
+ } finally {
72
+ if (_d) throw _e;
73
+ }
74
+ }
75
+
76
+ return _arr;
77
+ }
78
+
79
+ return function (arr, i) {
80
+ if (Array.isArray(arr)) {
81
+ return arr;
82
+ } else if ((0, _isIterable3.default)(Object(arr))) {
83
+ return sliceIterator(arr, i);
84
+ } else {
85
+ throw new TypeError("Invalid attempt to destructure non-iterable instance");
86
+ }
87
+ };
88
+ }();
89
+ });
90
+
91
+ var _slicedToArray = unwrapExports(slicedToArray);
92
+
93
+ export { _slicedToArray as _ };
@@ -0,0 +1,117 @@
1
+ import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
+ import { e as _anObject, m as _objectDp, w as _propertyDesc, n as _export, b as _toObject, c as _ctx, d as _toLength, _ as _core } from './_to-object-86553f76.js';
3
+ import { _ as _wks, f as _iterators } from './web.dom.iterable-f05d2f57.js';
4
+ import { c as core_getIteratorMethod } from './core.get-iterator-method-709061dc.js';
5
+
6
+ // call something on iterator step with safe closing on error
7
+
8
+ var _iterCall = function (iterator, fn, value, entries) {
9
+ try {
10
+ return entries ? fn(_anObject(value)[0], value[1]) : fn(value);
11
+ // 7.4.6 IteratorClose(iterator, completion)
12
+ } catch (e) {
13
+ var ret = iterator['return'];
14
+ if (ret !== undefined) _anObject(ret.call(iterator));
15
+ throw e;
16
+ }
17
+ };
18
+
19
+ // check on default Array iterator
20
+
21
+ var ITERATOR = _wks('iterator');
22
+ var ArrayProto = Array.prototype;
23
+
24
+ var _isArrayIter = function (it) {
25
+ return it !== undefined && (_iterators.Array === it || ArrayProto[ITERATOR] === it);
26
+ };
27
+
28
+ var _createProperty = function (object, index, value) {
29
+ if (index in object) _objectDp.f(object, index, _propertyDesc(0, value));
30
+ else object[index] = value;
31
+ };
32
+
33
+ var ITERATOR$1 = _wks('iterator');
34
+ var SAFE_CLOSING = false;
35
+
36
+ try {
37
+ var riter = [7][ITERATOR$1]();
38
+ riter['return'] = function () { SAFE_CLOSING = true; };
39
+ // eslint-disable-next-line no-throw-literal
40
+ Array.from(riter, function () { throw 2; });
41
+ } catch (e) { /* empty */ }
42
+
43
+ var _iterDetect = function (exec, skipClosing) {
44
+ if (!skipClosing && !SAFE_CLOSING) return false;
45
+ var safe = false;
46
+ try {
47
+ var arr = [7];
48
+ var iter = arr[ITERATOR$1]();
49
+ iter.next = function () { return { done: safe = true }; };
50
+ arr[ITERATOR$1] = function () { return iter; };
51
+ exec(arr);
52
+ } catch (e) { /* empty */ }
53
+ return safe;
54
+ };
55
+
56
+ _export(_export.S + _export.F * !_iterDetect(function (iter) { Array.from(iter); }), 'Array', {
57
+ // 22.1.2.1 Array.from(arrayLike, mapfn = undefined, thisArg = undefined)
58
+ from: function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) {
59
+ var O = _toObject(arrayLike);
60
+ var C = typeof this == 'function' ? this : Array;
61
+ var aLen = arguments.length;
62
+ var mapfn = aLen > 1 ? arguments[1] : undefined;
63
+ var mapping = mapfn !== undefined;
64
+ var index = 0;
65
+ var iterFn = core_getIteratorMethod(O);
66
+ var length, result, step, iterator;
67
+ if (mapping) mapfn = _ctx(mapfn, aLen > 2 ? arguments[2] : undefined, 2);
68
+ // if object isn't iterable or it's array with default iterator - use simple case
69
+ if (iterFn != undefined && !(C == Array && _isArrayIter(iterFn))) {
70
+ for (iterator = iterFn.call(O), result = new C(); !(step = iterator.next()).done; index++) {
71
+ _createProperty(result, index, mapping ? _iterCall(iterator, mapfn, [step.value, index], true) : step.value);
72
+ }
73
+ } else {
74
+ length = _toLength(O.length);
75
+ for (result = new C(length); length > index; index++) {
76
+ _createProperty(result, index, mapping ? mapfn(O[index], index) : O[index]);
77
+ }
78
+ }
79
+ result.length = index;
80
+ return result;
81
+ }
82
+ });
83
+
84
+ var from_1 = _core.Array.from;
85
+
86
+ var from_1$1 = createCommonjsModule(function (module) {
87
+ module.exports = { "default": from_1, __esModule: true };
88
+ });
89
+
90
+ var _Array$from = unwrapExports(from_1$1);
91
+
92
+ var toConsumableArray = createCommonjsModule(function (module, exports) {
93
+
94
+ exports.__esModule = true;
95
+
96
+
97
+
98
+ var _from2 = _interopRequireDefault(from_1$1);
99
+
100
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
101
+
102
+ exports.default = function (arr) {
103
+ if (Array.isArray(arr)) {
104
+ for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) {
105
+ arr2[i] = arr[i];
106
+ }
107
+
108
+ return arr2;
109
+ } else {
110
+ return (0, _from2.default)(arr);
111
+ }
112
+ };
113
+ });
114
+
115
+ var _toConsumableArray = unwrapExports(toConsumableArray);
116
+
117
+ export { _toConsumableArray as _, _Array$from as a, _isArrayIter as b, _iterCall as c, _iterDetect as d };
@@ -1,5 +1,5 @@
1
+ import { c as createCommonjsModule, a as commonjsGlobal, b as commonjsRequire, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
1
2
  import React__default, { Component } from 'react';
2
- import { c as createCommonjsModule, a as commonjsGlobal, b as commonjsRequire, u as unwrapExports } from './_commonjsHelpers-ae1b5db5.js';
3
3
  import reactDom from 'react-dom';
4
4
 
5
5
  var moment = createCommonjsModule(function (module, exports) {
@@ -0,0 +1,246 @@
1
+ import { c as createCommonjsModule } from './_commonjsHelpers-0c4b6f40.js';
2
+ import { z as _defined, A as _toInteger, k as _hide, l as _descriptors, e as _anObject, a as _objectKeys, m as _objectDp, g as _global, B as _sharedKey, i as _domCreate, s as _enumBugKeys, x as _shared, p as _uid, q as _has, w as _propertyDesc, b as _toObject, n as _export, t as _toIobject } from './_to-object-86553f76.js';
3
+
4
+ // true -> String#at
5
+ // false -> String#codePointAt
6
+ var _stringAt = function (TO_STRING) {
7
+ return function (that, pos) {
8
+ var s = String(_defined(that));
9
+ var i = _toInteger(pos);
10
+ var l = s.length;
11
+ var a, b;
12
+ if (i < 0 || i >= l) return TO_STRING ? '' : undefined;
13
+ a = s.charCodeAt(i);
14
+ return a < 0xd800 || a > 0xdbff || i + 1 === l || (b = s.charCodeAt(i + 1)) < 0xdc00 || b > 0xdfff
15
+ ? TO_STRING ? s.charAt(i) : a
16
+ : TO_STRING ? s.slice(i, i + 2) : (a - 0xd800 << 10) + (b - 0xdc00) + 0x10000;
17
+ };
18
+ };
19
+
20
+ var _redefine = _hide;
21
+
22
+ var _iterators = {};
23
+
24
+ var _objectDps = _descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
25
+ _anObject(O);
26
+ var keys = _objectKeys(Properties);
27
+ var length = keys.length;
28
+ var i = 0;
29
+ var P;
30
+ while (length > i) _objectDp.f(O, P = keys[i++], Properties[P]);
31
+ return O;
32
+ };
33
+
34
+ var document = _global.document;
35
+ var _html = document && document.documentElement;
36
+
37
+ // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
38
+
39
+
40
+
41
+ var IE_PROTO = _sharedKey('IE_PROTO');
42
+ var Empty = function () { /* empty */ };
43
+ var PROTOTYPE = 'prototype';
44
+
45
+ // Create object with fake `null` prototype: use iframe Object with cleared prototype
46
+ var createDict = function () {
47
+ // Thrash, waste and sodomy: IE GC bug
48
+ var iframe = _domCreate('iframe');
49
+ var i = _enumBugKeys.length;
50
+ var lt = '<';
51
+ var gt = '>';
52
+ var iframeDocument;
53
+ iframe.style.display = 'none';
54
+ _html.appendChild(iframe);
55
+ iframe.src = 'javascript:'; // eslint-disable-line no-script-url
56
+ // createDict = iframe.contentWindow.Object;
57
+ // html.removeChild(iframe);
58
+ iframeDocument = iframe.contentWindow.document;
59
+ iframeDocument.open();
60
+ iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
61
+ iframeDocument.close();
62
+ createDict = iframeDocument.F;
63
+ while (i--) delete createDict[PROTOTYPE][_enumBugKeys[i]];
64
+ return createDict();
65
+ };
66
+
67
+ var _objectCreate = Object.create || function create(O, Properties) {
68
+ var result;
69
+ if (O !== null) {
70
+ Empty[PROTOTYPE] = _anObject(O);
71
+ result = new Empty();
72
+ Empty[PROTOTYPE] = null;
73
+ // add "__proto__" for Object.getPrototypeOf polyfill
74
+ result[IE_PROTO] = O;
75
+ } else result = createDict();
76
+ return Properties === undefined ? result : _objectDps(result, Properties);
77
+ };
78
+
79
+ var _wks = createCommonjsModule(function (module) {
80
+ var store = _shared('wks');
81
+
82
+ var Symbol = _global.Symbol;
83
+ var USE_SYMBOL = typeof Symbol == 'function';
84
+
85
+ var $exports = module.exports = function (name) {
86
+ return store[name] || (store[name] =
87
+ USE_SYMBOL && Symbol[name] || (USE_SYMBOL ? Symbol : _uid)('Symbol.' + name));
88
+ };
89
+
90
+ $exports.store = store;
91
+ });
92
+
93
+ var def = _objectDp.f;
94
+
95
+ var TAG = _wks('toStringTag');
96
+
97
+ var _setToStringTag = function (it, tag, stat) {
98
+ if (it && !_has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag });
99
+ };
100
+
101
+ var IteratorPrototype = {};
102
+
103
+ // 25.1.2.1.1 %IteratorPrototype%[@@iterator]()
104
+ _hide(IteratorPrototype, _wks('iterator'), function () { return this; });
105
+
106
+ var _iterCreate = function (Constructor, NAME, next) {
107
+ Constructor.prototype = _objectCreate(IteratorPrototype, { next: _propertyDesc(1, next) });
108
+ _setToStringTag(Constructor, NAME + ' Iterator');
109
+ };
110
+
111
+ // 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)
112
+
113
+
114
+ var IE_PROTO$1 = _sharedKey('IE_PROTO');
115
+ var ObjectProto = Object.prototype;
116
+
117
+ var _objectGpo = Object.getPrototypeOf || function (O) {
118
+ O = _toObject(O);
119
+ if (_has(O, IE_PROTO$1)) return O[IE_PROTO$1];
120
+ if (typeof O.constructor == 'function' && O instanceof O.constructor) {
121
+ return O.constructor.prototype;
122
+ } return O instanceof Object ? ObjectProto : null;
123
+ };
124
+
125
+ var ITERATOR = _wks('iterator');
126
+ var BUGGY = !([].keys && 'next' in [].keys()); // Safari has buggy iterators w/o `next`
127
+ var FF_ITERATOR = '@@iterator';
128
+ var KEYS = 'keys';
129
+ var VALUES = 'values';
130
+
131
+ var returnThis = function () { return this; };
132
+
133
+ var _iterDefine = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) {
134
+ _iterCreate(Constructor, NAME, next);
135
+ var getMethod = function (kind) {
136
+ if (!BUGGY && kind in proto) return proto[kind];
137
+ switch (kind) {
138
+ case KEYS: return function keys() { return new Constructor(this, kind); };
139
+ case VALUES: return function values() { return new Constructor(this, kind); };
140
+ } return function entries() { return new Constructor(this, kind); };
141
+ };
142
+ var TAG = NAME + ' Iterator';
143
+ var DEF_VALUES = DEFAULT == VALUES;
144
+ var VALUES_BUG = false;
145
+ var proto = Base.prototype;
146
+ var $native = proto[ITERATOR] || proto[FF_ITERATOR] || DEFAULT && proto[DEFAULT];
147
+ var $default = $native || getMethod(DEFAULT);
148
+ var $entries = DEFAULT ? !DEF_VALUES ? $default : getMethod('entries') : undefined;
149
+ var $anyNative = NAME == 'Array' ? proto.entries || $native : $native;
150
+ var methods, key, IteratorPrototype;
151
+ // Fix native
152
+ if ($anyNative) {
153
+ IteratorPrototype = _objectGpo($anyNative.call(new Base()));
154
+ if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) {
155
+ // Set @@toStringTag to native iterators
156
+ _setToStringTag(IteratorPrototype, TAG, true);
157
+ }
158
+ }
159
+ // fix Array#{values, @@iterator}.name in V8 / FF
160
+ if (DEF_VALUES && $native && $native.name !== VALUES) {
161
+ VALUES_BUG = true;
162
+ $default = function values() { return $native.call(this); };
163
+ }
164
+ // Define iterator
165
+ if (( FORCED) && (BUGGY || VALUES_BUG || !proto[ITERATOR])) {
166
+ _hide(proto, ITERATOR, $default);
167
+ }
168
+ // Plug for library
169
+ _iterators[NAME] = $default;
170
+ _iterators[TAG] = returnThis;
171
+ if (DEFAULT) {
172
+ methods = {
173
+ values: DEF_VALUES ? $default : getMethod(VALUES),
174
+ keys: IS_SET ? $default : getMethod(KEYS),
175
+ entries: $entries
176
+ };
177
+ if (FORCED) for (key in methods) {
178
+ if (!(key in proto)) _redefine(proto, key, methods[key]);
179
+ } else _export(_export.P + _export.F * (BUGGY || VALUES_BUG), NAME, methods);
180
+ }
181
+ return methods;
182
+ };
183
+
184
+ var $at = _stringAt(true);
185
+
186
+ // 21.1.3.27 String.prototype[@@iterator]()
187
+ _iterDefine(String, 'String', function (iterated) {
188
+ this._t = String(iterated); // target
189
+ this._i = 0; // next index
190
+ // 21.1.5.2.1 %StringIteratorPrototype%.next()
191
+ }, function () {
192
+ var O = this._t;
193
+ var index = this._i;
194
+ var point;
195
+ if (index >= O.length) return { value: undefined, done: true };
196
+ point = $at(O, index);
197
+ this._i += point.length;
198
+ return { value: point, done: false };
199
+ });
200
+
201
+ var _iterStep = function (done, value) {
202
+ return { value: value, done: !!done };
203
+ };
204
+
205
+ // 22.1.3.4 Array.prototype.entries()
206
+ // 22.1.3.13 Array.prototype.keys()
207
+ // 22.1.3.29 Array.prototype.values()
208
+ // 22.1.3.30 Array.prototype[@@iterator]()
209
+ var es6_array_iterator = _iterDefine(Array, 'Array', function (iterated, kind) {
210
+ this._t = _toIobject(iterated); // target
211
+ this._i = 0; // next index
212
+ this._k = kind; // kind
213
+ // 22.1.5.2.1 %ArrayIteratorPrototype%.next()
214
+ }, function () {
215
+ var O = this._t;
216
+ var kind = this._k;
217
+ var index = this._i++;
218
+ if (!O || index >= O.length) {
219
+ this._t = undefined;
220
+ return _iterStep(1);
221
+ }
222
+ if (kind == 'keys') return _iterStep(0, index);
223
+ if (kind == 'values') return _iterStep(0, O[index]);
224
+ return _iterStep(0, [index, O[index]]);
225
+ }, 'values');
226
+
227
+ // argumentsList[@@iterator] is %ArrayProto_values% (9.4.4.6, 9.4.4.7)
228
+ _iterators.Arguments = _iterators.Array;
229
+
230
+ var TO_STRING_TAG = _wks('toStringTag');
231
+
232
+ var DOMIterables = ('CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,' +
233
+ 'DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,' +
234
+ 'MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,' +
235
+ 'SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,' +
236
+ 'TextTrackList,TouchList').split(',');
237
+
238
+ for (var i = 0; i < DOMIterables.length; i++) {
239
+ var NAME = DOMIterables[i];
240
+ var Collection = _global[NAME];
241
+ var proto = Collection && Collection.prototype;
242
+ if (proto && !proto[TO_STRING_TAG]) _hide(proto, TO_STRING_TAG, NAME);
243
+ _iterators[NAME] = _iterators.Array;
244
+ }
245
+
246
+ export { _wks as _, _html as a, _setToStringTag as b, _objectGpo as c, _redefine as d, _objectCreate as e, _iterators as f };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.236",
3
+ "version": "1.0.238",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",
@@ -34,12 +34,14 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@brightcove/react-player-loader": "^1.4.0",
37
+ "@rollup/plugin-json": "^4.0.3",
37
38
  "@sanity/block-content-to-react": "^2.0.7",
38
39
  "@sanity/image-url": "^0.140.15",
39
40
  "@svgr/rollup": "^2.4.1",
40
41
  "babel-core": "^6.26.3",
41
42
  "babel-eslint": "^8.2.5",
42
43
  "babel-plugin-external-helpers": "^6.22.0",
44
+ "babel-plugin-transform-runtime": "^6.23.0",
43
45
  "babel-preset-env": "^1.7.0",
44
46
  "babel-preset-react": "^6.24.1",
45
47
  "babel-preset-stage-0": "^6.24.1",
@@ -57,6 +59,7 @@
57
59
  "gh-pages": "^1.2.0",
58
60
  "lodash": "^4.17.15",
59
61
  "moment": "^2.26.0",
62
+ "moment-timezone": "^0.5.31",
60
63
  "next": "^9.2.0",
61
64
  "react": "^16.12.0",
62
65
  "react-bootstrap": "^1.0.0-beta.16",