@mjhls/mjh-framework 1.0.296 → 1.0.298
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-824fcfb6.js → ADInfeed-6b94763a.js} +1 -1
- package/dist/cjs/{AdSlot-405b39eb.js → AdSlot-29aee917.js} +124 -62
- package/dist/cjs/DeckContent.js +3 -3
- package/dist/cjs/{Dfp-f75c65fd.js → Dfp-f871551d.js} +1 -1
- package/dist/cjs/{Figure-0681dd7d.js → Figure-434da9bb.js} +1 -1
- package/dist/cjs/{GridContent-929798bf.js → GridContent-380b5f9c.js} +2 -2
- package/dist/cjs/GridContent.js +4 -4
- package/dist/cjs/{Normal-d3a56ac1.js → Normal-71e6f75e.js} +86 -76
- package/dist/cjs/QueueDeckExpanded.js +3 -3
- package/dist/cjs/TemplateNormal.js +3 -3
- package/dist/cjs/{Ustream-85b14a8d.js → Ustream-3a3c56b8.js} +1 -1
- package/dist/cjs/Ustream.js +2 -2
- package/dist/cjs/index.js +3964 -10
- package/dist/cjs/{slicedToArray-e38fb29d.js → slicedToArray-bed4d943.js} +2 -1
- package/dist/esm/{ADInfeed-a1d8cb44.js → ADInfeed-94f767ec.js} +1 -1
- package/dist/esm/{AdSlot-b4f04c96.js → AdSlot-3d2ecc87.js} +125 -63
- package/dist/esm/DeckContent.js +3 -3
- package/dist/esm/{Dfp-ea8d4531.js → Dfp-d2d43384.js} +1 -1
- package/dist/esm/{Figure-cff72982.js → Figure-d0f95cc0.js} +1 -1
- package/dist/esm/{GridContent-862176ac.js → GridContent-7ea9958c.js} +2 -2
- package/dist/esm/GridContent.js +4 -4
- package/dist/esm/{Normal-4180d06d.js → Normal-46a7df31.js} +86 -76
- package/dist/esm/QueueDeckExpanded.js +3 -3
- package/dist/esm/TemplateNormal.js +3 -3
- package/dist/esm/{Ustream-d51b9b11.js → Ustream-c153a835.js} +1 -1
- package/dist/esm/Ustream.js +2 -2
- package/dist/esm/index.js +3968 -15
- package/dist/esm/{slicedToArray-d0a9593a.js → slicedToArray-d1db3163.js} +2 -2
- package/package.json +2 -1
|
@@ -10,15 +10,15 @@ import 'react-bootstrap/Container';
|
|
|
10
10
|
import 'react-bootstrap/Row';
|
|
11
11
|
import 'react-bootstrap/Col';
|
|
12
12
|
import 'next/link';
|
|
13
|
-
import './slicedToArray-
|
|
14
|
-
import './AdSlot-
|
|
13
|
+
import './slicedToArray-d1db3163.js';
|
|
14
|
+
import './AdSlot-3d2ecc87.js';
|
|
15
15
|
import './promise-e3480f1c.js';
|
|
16
16
|
import './get-9c285a85.js';
|
|
17
17
|
import './react-social-icons-a7d5c5c7.js';
|
|
18
18
|
import 'react-bootstrap';
|
|
19
19
|
import './index.esm-536609db.js';
|
|
20
20
|
import 'react-bootstrap/Button';
|
|
21
|
-
export { T as default } from './Normal-
|
|
21
|
+
export { T as default } from './Normal-46a7df31.js';
|
|
22
22
|
import 'react-bootstrap/ListGroup';
|
|
23
23
|
import 'next/head';
|
|
24
24
|
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-d1db3163.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
|
@@ -3,6 +3,6 @@ import './_to-object-b9b796ec.js';
|
|
|
3
3
|
import './web.dom.iterable-3be50d6c.js';
|
|
4
4
|
import './core.get-iterator-method-31c1fb1a.js';
|
|
5
5
|
import 'react';
|
|
6
|
-
import './slicedToArray-
|
|
6
|
+
import './slicedToArray-d1db3163.js';
|
|
7
7
|
import './index.esm-536609db.js';
|
|
8
|
-
export { U as default } from './Ustream-
|
|
8
|
+
export { U as default } from './Ustream-c153a835.js';
|