@mjhls/mjh-framework 1.0.382 → 1.0.384
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/README.md +1 -1
- package/dist/cjs/{ADInfeed-9f564bd2.js → ADInfeed-5949653c.js} +1 -1
- package/dist/cjs/{AdSlot-b5f0c396.js → AdSlot-91bc9d77.js} +3 -3
- package/dist/cjs/AuthorComponent-37deda17.js +99 -0
- package/dist/cjs/DeckContent.js +8 -8
- package/dist/cjs/DeckQueue.js +4 -4
- package/dist/cjs/{Dfp-e77be4e4.js → Dfp-25e669fe.js} +2 -2
- package/dist/cjs/{Figure-04b8dbbe.js → Figure-c49ee0f8.js} +2 -2
- package/dist/cjs/{GridContent-a0c81f9f.js → GridContent-1f1041b1.js} +26 -65
- package/dist/cjs/GridContent.js +10 -9
- package/dist/cjs/GroupDeck.js +2 -2
- package/dist/cjs/MasterDeck.js +5 -5
- package/dist/cjs/{Normal-6b148627.js → Normal-c96bc60c.js} +3 -3
- package/dist/cjs/QueueDeckExpanded.js +27 -66
- package/dist/cjs/TemplateNormal.js +6 -6
- package/dist/cjs/{Ustream-f5f53782.js → Ustream-c7baf022.js} +1 -1
- package/dist/cjs/Ustream.js +3 -3
- package/dist/cjs/VideoSeriesListing.js +3 -3
- package/dist/cjs/YoutubeGroup.js +2 -2
- package/dist/cjs/index.js +540 -15
- package/dist/cjs/{inherits-7548e3e8.js → inherits-cfb3a105.js} +3 -1
- package/dist/cjs/{main-987c23c6.js → main-2020ba94.js} +1 -1
- package/dist/cjs/{promise-3b44b2a3.js → promise-f3635def.js} +6 -2
- package/dist/cjs/{slicedToArray-879ab2fb.js → slicedToArray-419d467a.js} +1 -1
- package/dist/cjs/{toConsumableArray-34b5e9a7.js → toConsumableArray-3cf1df2c.js} +2 -2
- package/dist/cjs/{web.dom.iterable-8b02d65e.js → web.dom.iterable-5c889cf1.js} +2 -0
- package/dist/esm/{ADInfeed-c65835b9.js → ADInfeed-cb72a50c.js} +1 -1
- package/dist/esm/{AdSlot-1cc6bdb0.js → AdSlot-691d4ea0.js} +4 -4
- package/dist/esm/AuthorComponent-2d328934.js +94 -0
- package/dist/esm/DeckContent.js +10 -10
- package/dist/esm/DeckQueue.js +6 -6
- package/dist/esm/{Dfp-7c317aa4.js → Dfp-9f16c743.js} +3 -3
- package/dist/esm/{Figure-aa16a017.js → Figure-c3dd2204.js} +3 -3
- package/dist/esm/{GridContent-6aafc29f.js → GridContent-2c9483e5.js} +27 -66
- package/dist/esm/GridContent.js +12 -11
- package/dist/esm/GroupDeck.js +3 -3
- package/dist/esm/MasterDeck.js +7 -7
- package/dist/esm/{Normal-308179a5.js → Normal-1dbb3ddd.js} +3 -3
- package/dist/esm/QueueDeckExpanded.js +29 -68
- package/dist/esm/{TaxonomyCard-f1f072ab.js → TaxonomyCard-dace0e7a.js} +1 -1
- package/dist/esm/TaxonomyCard.js +3 -3
- package/dist/esm/TemplateNormal.js +7 -7
- package/dist/esm/{Ustream-d8cc3cbd.js → Ustream-5af5d020.js} +1 -1
- package/dist/esm/Ustream.js +4 -4
- package/dist/esm/VideoSeriesListing.js +5 -5
- package/dist/esm/YoutubeGroup.js +3 -3
- package/dist/esm/{_to-object-b9b796ec.js → _to-object-18b775df.js} +1 -1
- package/dist/esm/{extends-26d3b609.js → extends-886d1c3d.js} +1 -1
- package/dist/esm/index.js +547 -23
- package/dist/esm/{inherits-4b85034c.js → inherits-08eb6462.js} +4 -4
- package/dist/esm/{main-cb86f95d.js → main-b2628307.js} +2 -2
- package/dist/esm/{promise-86cb8313.js → promise-e74ec3c8.js} +4 -4
- package/dist/esm/{slicedToArray-a47a84a4.js → slicedToArray-e6f2ff4b.js} +2 -2
- package/dist/esm/{toConsumableArray-2718dc16.js → toConsumableArray-6e77ffeb.js} +3 -3
- package/dist/esm/{web.dom.iterable-7e9bebf9.js → web.dom.iterable-21cbfc63.js} +2 -2
- package/package.json +1 -1
package/dist/esm/TaxonomyCard.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import './_to-object-
|
|
3
|
-
import './extends-
|
|
2
|
+
import './_to-object-18b775df.js';
|
|
3
|
+
import './extends-886d1c3d.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import 'prop-types';
|
|
6
6
|
import 'react-bootstrap/Container';
|
|
@@ -10,5 +10,5 @@ import 'react-bootstrap/Card';
|
|
|
10
10
|
import 'react-dom';
|
|
11
11
|
import './index-51a80699.js';
|
|
12
12
|
import './index-5f9f807a.js';
|
|
13
|
-
export { T as default } from './TaxonomyCard-
|
|
13
|
+
export { T as default } from './TaxonomyCard-dace0e7a.js';
|
|
14
14
|
import './react-social-icons-a7d5c5c7.js';
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import './_to-object-
|
|
3
|
-
import './web.dom.iterable-
|
|
2
|
+
import './_to-object-18b775df.js';
|
|
3
|
+
import './web.dom.iterable-21cbfc63.js';
|
|
4
4
|
import './debounce-702eb224.js';
|
|
5
|
-
import './main-
|
|
5
|
+
import './main-b2628307.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import 'prop-types';
|
|
8
8
|
import 'react-bootstrap/Container';
|
|
9
9
|
import 'react-bootstrap/Row';
|
|
10
10
|
import 'react-bootstrap/Col';
|
|
11
|
-
import './slicedToArray-
|
|
12
|
-
import './AdSlot-
|
|
13
|
-
import './promise-
|
|
11
|
+
import './slicedToArray-e6f2ff4b.js';
|
|
12
|
+
import './AdSlot-691d4ea0.js';
|
|
13
|
+
import './promise-e74ec3c8.js';
|
|
14
14
|
import './get-36d03764.js';
|
|
15
15
|
import './react-social-icons-a7d5c5c7.js';
|
|
16
16
|
import 'react-bootstrap';
|
|
17
17
|
import './index.esm-536609db.js';
|
|
18
18
|
import 'react-bootstrap/Button';
|
|
19
|
-
export { T as default } from './Normal-
|
|
19
|
+
export { T as default } from './Normal-1dbb3ddd.js';
|
|
20
20
|
import 'react-bootstrap/ListGroup';
|
|
21
21
|
import 'next/head';
|
|
22
22
|
import 'react-bootstrap/Nav';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React__default, { useState, useRef, useEffect } from 'react';
|
|
2
|
-
import { _ as _slicedToArray } from './slicedToArray-
|
|
2
|
+
import { _ as _slicedToArray } from './slicedToArray-e6f2ff4b.js';
|
|
3
3
|
import { G as GenIcon, d as IoIosOpen } from './index.esm-536609db.js';
|
|
4
4
|
|
|
5
5
|
// THIS FILE IS AUTO GENERATED
|
package/dist/esm/Ustream.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import './_to-object-
|
|
3
|
-
import './web.dom.iterable-
|
|
2
|
+
import './_to-object-18b775df.js';
|
|
3
|
+
import './web.dom.iterable-21cbfc63.js';
|
|
4
4
|
import 'react';
|
|
5
|
-
import './slicedToArray-
|
|
5
|
+
import './slicedToArray-e6f2ff4b.js';
|
|
6
6
|
import './index.esm-536609db.js';
|
|
7
|
-
export { U as default } from './Ustream-
|
|
7
|
+
export { U as default } from './Ustream-5af5d020.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import './_to-object-
|
|
3
|
-
import './web.dom.iterable-
|
|
2
|
+
import './_to-object-18b775df.js';
|
|
3
|
+
import './web.dom.iterable-21cbfc63.js';
|
|
4
4
|
import { d as debounce_1, l as lib_3 } from './debounce-702eb224.js';
|
|
5
|
-
import { _ as _extends } from './extends-
|
|
6
|
-
import {
|
|
5
|
+
import { _ as _extends } from './extends-886d1c3d.js';
|
|
6
|
+
import { c as _inherits, d as _classCallCheck, e as _possibleConstructorReturn, f as _Object$getPrototypeOf, g as _createClass } from './inherits-08eb6462.js';
|
|
7
7
|
import React__default from 'react';
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
import Container from 'react-bootstrap/Container';
|
|
@@ -12,7 +12,7 @@ import { withRouter } from 'next/router';
|
|
|
12
12
|
import { I as InfiniteScroll, V as VisibilitySensor } from './visibility-sensor-49d5805d.js';
|
|
13
13
|
import 'react-dom';
|
|
14
14
|
import './index-5f9f807a.js';
|
|
15
|
-
import './slicedToArray-
|
|
15
|
+
import './slicedToArray-e6f2ff4b.js';
|
|
16
16
|
import './smoothscroll-4b699764.js';
|
|
17
17
|
import YoutubeGroup from './YoutubeGroup.js';
|
|
18
18
|
import { a as IoIosArrowForward } from './index.esm-536609db.js';
|
package/dist/esm/YoutubeGroup.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import './_to-object-
|
|
3
|
-
import './web.dom.iterable-
|
|
2
|
+
import './_to-object-18b775df.js';
|
|
3
|
+
import './web.dom.iterable-21cbfc63.js';
|
|
4
4
|
import React__default, { useRef, useState, useEffect } from 'react';
|
|
5
5
|
import 'prop-types';
|
|
6
6
|
import 'react-dom';
|
|
7
7
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
8
|
-
import { _ as _slicedToArray } from './slicedToArray-
|
|
8
|
+
import { _ as _slicedToArray } from './slicedToArray-e6f2ff4b.js';
|
|
9
9
|
import { s as smoothscroll, g as getYoutubeId } from './smoothscroll-4b699764.js';
|
|
10
10
|
|
|
11
11
|
/*
|
|
@@ -315,4 +315,4 @@ var _toObject = function (it) {
|
|
|
315
315
|
return Object(_defined(it));
|
|
316
316
|
};
|
|
317
317
|
|
|
318
|
-
export { _toInteger as A, _sharedKey as B, _objectKeys as _, _toObject as a, _core as b,
|
|
318
|
+
export { _toInteger as A, _sharedKey as B, _objectKeys as _, _toObject as a, _core as b, _isObject as c, _ctx as d, _descriptors as e, _objectDp as f, _iobject as g, _toLength as h, _global as i, _fails as j, _hide as k, _export as l, _aFunction as m, _uid as n, _has as o, _cof as p, _objectKeysInternal as q, _enumBugKeys as r, _toIobject as s, _toPrimitive as t, _ie8DomDefine as u, _propertyDesc as v, _shared as w, _anObject as x, _domCreate as y, _defined as z };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import {
|
|
2
|
+
import { j as _fails, a as _toObject, g as _iobject, _ as _objectKeys, e as _descriptors, l as _export, b as _core } from './_to-object-18b775df.js';
|
|
3
3
|
|
|
4
4
|
var f = Object.getOwnPropertySymbols;
|
|
5
5
|
|