@mjhls/mjh-framework 1.0.620 → 1.0.622
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/AD300x250.js +24 -13
- package/dist/cjs/AD300x250x600.js +27 -16
- package/dist/cjs/AD728x90.js +1 -1
- package/dist/cjs/ADFloatingFooter.js +6 -5
- package/dist/cjs/ADGutter.js +45 -4
- package/dist/cjs/{ADInfeed-17a378db.js → ADInfeed-ce11d87d.js} +19 -3
- package/dist/cjs/ADSkyscraper.js +19 -4
- package/dist/cjs/ADSponsoredResources.js +24 -3
- package/dist/cjs/ADWebcast.js +23 -3
- package/dist/cjs/ADWelcome.js +20 -6
- package/dist/cjs/{ADlgInfeed-070d911c.js → ADlgInfeed-7fc40444.js} +19 -3
- package/dist/cjs/AdSlot.js +1 -1
- package/dist/cjs/ArticleQueue.js +1 -1
- package/dist/cjs/Auth.js +1 -1
- package/dist/cjs/Column3.js +1 -1
- package/dist/cjs/DeckContent.js +2 -2
- package/dist/cjs/EventsDeck.js +1 -1
- package/dist/cjs/ExternalResources.js +1 -1
- package/dist/cjs/GridContent.js +3 -3
- package/dist/cjs/HamMagazine.js +9 -188
- package/dist/cjs/IssueLanding.js +3 -3
- package/dist/cjs/LeftNav.js +1 -1
- package/dist/cjs/MasterDeck.js +3 -3
- package/dist/cjs/NavDvm.js +1 -1
- package/dist/cjs/NavMagazine.js +250 -332
- package/dist/cjs/NavNative.js +1 -1
- package/dist/cjs/NavNormal.js +1 -1
- package/dist/cjs/PartnerDetailListing.js +3 -3
- package/dist/cjs/QueueDeckExpanded.js +3 -3
- package/dist/cjs/SocialSearchComponent-5cbde5e0.js +196 -0
- package/dist/cjs/TemplateNormal.js +2 -1
- package/dist/cjs/View.js +1 -1
- package/dist/cjs/getSerializers.js +1 -1
- package/dist/cjs/index.js +4 -3
- package/dist/esm/AD300x250.js +24 -13
- package/dist/esm/AD300x250x600.js +27 -16
- package/dist/esm/AD728x90.js +1 -1
- package/dist/esm/ADFloatingFooter.js +6 -5
- package/dist/esm/ADGutter.js +45 -4
- package/dist/esm/{ADInfeed-0c1bcd33.js → ADInfeed-5fb6c05e.js} +19 -3
- package/dist/esm/ADSkyscraper.js +19 -4
- package/dist/esm/ADSponsoredResources.js +24 -3
- package/dist/esm/ADWebcast.js +23 -3
- package/dist/esm/ADWelcome.js +20 -6
- package/dist/esm/{ADlgInfeed-a2518bca.js → ADlgInfeed-5eab5705.js} +19 -3
- package/dist/esm/AdSlot.js +1 -1
- package/dist/esm/ArticleQueue.js +1 -1
- package/dist/esm/Auth.js +1 -1
- package/dist/esm/Column3.js +1 -1
- package/dist/esm/DeckContent.js +2 -2
- package/dist/esm/EventsDeck.js +1 -1
- package/dist/esm/ExternalResources.js +1 -1
- package/dist/esm/GridContent.js +3 -3
- package/dist/esm/HamMagazine.js +10 -189
- package/dist/esm/IssueLanding.js +3 -3
- package/dist/esm/LeftNav.js +1 -1
- package/dist/esm/MasterDeck.js +3 -3
- package/dist/esm/NavDvm.js +1 -1
- package/dist/esm/NavMagazine.js +251 -333
- package/dist/esm/NavNative.js +1 -1
- package/dist/esm/NavNormal.js +1 -1
- package/dist/esm/PartnerDetailListing.js +3 -3
- package/dist/esm/QueueDeckExpanded.js +3 -3
- package/dist/esm/SocialSearchComponent-00385695.js +191 -0
- package/dist/esm/TemplateNormal.js +2 -1
- package/dist/esm/View.js +1 -1
- package/dist/esm/getSerializers.js +1 -1
- package/dist/esm/index.js +4 -3
- package/package.json +1 -1
package/dist/esm/NavNative.js
CHANGED
|
@@ -8,8 +8,8 @@ import React__default, { useRef, useState, useEffect } from 'react';
|
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
import Container from 'react-bootstrap/Container';
|
|
10
10
|
import { a as main_40 } from './main-7255814e.js';
|
|
11
|
-
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
12
11
|
import './stringify-feadff37.js';
|
|
12
|
+
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
13
13
|
import './asyncToGenerator-d25aac66.js';
|
|
14
14
|
import './_set-species-75f77d40.js';
|
|
15
15
|
import { S as Segment } from './beam-c40d77ae.js';
|
package/dist/esm/NavNormal.js
CHANGED
|
@@ -6,8 +6,8 @@ import './_iter-detect-70af34ea.js';
|
|
|
6
6
|
import './web.dom.iterable-5c830d3d.js';
|
|
7
7
|
import React__default, { useRef, useEffect } from 'react';
|
|
8
8
|
import Container from 'react-bootstrap/Container';
|
|
9
|
-
import './slicedToArray-a58d7edf.js';
|
|
10
9
|
import './stringify-feadff37.js';
|
|
10
|
+
import './slicedToArray-a58d7edf.js';
|
|
11
11
|
import './asyncToGenerator-d25aac66.js';
|
|
12
12
|
import './_set-species-75f77d40.js';
|
|
13
13
|
import { S as Segment } from './beam-c40d77ae.js';
|
|
@@ -29,15 +29,15 @@ import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
|
29
29
|
import './index-5f9f807a.js';
|
|
30
30
|
import './main-7255814e.js';
|
|
31
31
|
import './entities-7cc3bf45.js';
|
|
32
|
-
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
33
32
|
import './stringify-feadff37.js';
|
|
33
|
+
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
34
34
|
import { a as _asyncToGenerator, r as regenerator, _ as _Promise } from './asyncToGenerator-d25aac66.js';
|
|
35
35
|
import './_set-species-75f77d40.js';
|
|
36
36
|
import './beam-c40d77ae.js';
|
|
37
37
|
import './AdSlot.js';
|
|
38
|
-
import './ADInfeed-
|
|
38
|
+
import './ADInfeed-5fb6c05e.js';
|
|
39
39
|
import './lodash-17fdfebb.js';
|
|
40
|
-
import './ADlgInfeed-
|
|
40
|
+
import './ADlgInfeed-5eab5705.js';
|
|
41
41
|
import './AuthorComponent-4ddf3533.js';
|
|
42
42
|
import { B as BlockContent } from './BlockContent-a614acdf.js';
|
|
43
43
|
import { s as smoothscroll } from './smoothscroll-4b699764.js';
|
|
@@ -22,15 +22,15 @@ import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
|
22
22
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
23
23
|
import { m as main_39 } from './main-7255814e.js';
|
|
24
24
|
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
25
|
-
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
26
25
|
import './stringify-feadff37.js';
|
|
26
|
+
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
27
27
|
import './asyncToGenerator-d25aac66.js';
|
|
28
28
|
import './_set-species-75f77d40.js';
|
|
29
29
|
import './beam-c40d77ae.js';
|
|
30
30
|
import './AdSlot.js';
|
|
31
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
31
|
+
import { A as ADInfeed } from './ADInfeed-5fb6c05e.js';
|
|
32
32
|
import { l as lodash } from './lodash-17fdfebb.js';
|
|
33
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
33
|
+
import { A as ADlgInfeed } from './ADlgInfeed-5eab5705.js';
|
|
34
34
|
import { A as AuthorComponent } from './AuthorComponent-4ddf3533.js';
|
|
35
35
|
import { Container, Media } from 'react-bootstrap';
|
|
36
36
|
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
import React__default, { useState, useRef, useEffect } from 'react';
|
|
2
|
+
import { a as main_40 } from './main-7255814e.js';
|
|
3
|
+
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
4
|
+
import { I as IconContext } from './iconBase-602d52fe.js';
|
|
5
|
+
import Button from 'react-bootstrap/Button';
|
|
6
|
+
import { G as GoSearch } from './index.esm-73e847d2.js';
|
|
7
|
+
import SocialIcons from './SocialIcons.js';
|
|
8
|
+
import Form from 'react-bootstrap/Form';
|
|
9
|
+
import FormControl from 'react-bootstrap/FormControl';
|
|
10
|
+
|
|
11
|
+
var SocialSearchComponent = function SocialSearchComponent(_ref) {
|
|
12
|
+
var type = _ref.type,
|
|
13
|
+
socialIconVariant = _ref.socialIconVariant,
|
|
14
|
+
website = _ref.website,
|
|
15
|
+
navID = _ref.navID;
|
|
16
|
+
|
|
17
|
+
// Search Term
|
|
18
|
+
var _useState = useState(''),
|
|
19
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
20
|
+
searchKey = _useState2[0],
|
|
21
|
+
setSearchKey = _useState2[1];
|
|
22
|
+
// To calculate the position at which mobile searchbar should set.
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
var _useState3 = useState(0),
|
|
26
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
27
|
+
topOffset = _useState4[0],
|
|
28
|
+
setTopOffset = _useState4[1];
|
|
29
|
+
|
|
30
|
+
var _useState5 = useState(0),
|
|
31
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
32
|
+
rightOffset = _useState6[0],
|
|
33
|
+
setRightpOffset = _useState6[1];
|
|
34
|
+
|
|
35
|
+
var desktopComponent = useRef(null);
|
|
36
|
+
var mobileComponent = useRef(null);
|
|
37
|
+
|
|
38
|
+
useEffect(function () {
|
|
39
|
+
var navWrapper = document.getElementById(navID);
|
|
40
|
+
var mastNav = document.querySelector('.nav-brands');
|
|
41
|
+
var topOffset = 0;
|
|
42
|
+
if (window && window.innerWidth < 1200 && mastNav && mastNav.offsetHeight) topOffset = topOffset + mastNav.offsetHeight;
|
|
43
|
+
if (navWrapper && navWrapper.offsetHeight) topOffset = topOffset + navWrapper.offsetHeight;
|
|
44
|
+
setTopOffset(topOffset + 2);
|
|
45
|
+
|
|
46
|
+
if (desktopComponent && desktopComponent.current && desktopComponent.current.offsetWidth && desktopComponent.current.offsetLeft) {
|
|
47
|
+
setRightpOffset(window.innerWidth - desktopComponent.current.offsetLeft);
|
|
48
|
+
}
|
|
49
|
+
}, []);
|
|
50
|
+
|
|
51
|
+
// Search function
|
|
52
|
+
var submitSearch = function submitSearch(e) {
|
|
53
|
+
e.preventDefault();
|
|
54
|
+
window.location.href = '/search?searchTerm=' + searchKey;
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
// Toggling class of an element.Can't use toggle() as IE doesn't support toggle()
|
|
58
|
+
var toggleClass = function toggleClass(selector, type, addOn) {
|
|
59
|
+
if (type === 'id') {
|
|
60
|
+
var searchBar = document.getElementById(selector);
|
|
61
|
+
if (searchBar && searchBar.classList && searchBar.classList.contains(addOn)) {
|
|
62
|
+
searchBar.classList.remove(addOn);
|
|
63
|
+
} else if (searchBar && searchBar.classList) {
|
|
64
|
+
searchBar.classList.add(addOn);
|
|
65
|
+
}
|
|
66
|
+
} else if (type === 'class') {
|
|
67
|
+
var searchBtn = document.getElementsByClassName(selector)[0];
|
|
68
|
+
if (searchBtn && searchBtn.classList && searchBtn.classList.contains(addOn)) {
|
|
69
|
+
// Set overflow fix for iPhones safari browsers
|
|
70
|
+
if (main_40) {
|
|
71
|
+
var mainNav = document.querySelector('#navbar-ham');
|
|
72
|
+
if (mainNav && mainNav.style) mainNav.style.overflow = 'auto';
|
|
73
|
+
}
|
|
74
|
+
searchBtn.classList.remove(addOn);
|
|
75
|
+
} else if (searchBtn && searchBtn.classList) {
|
|
76
|
+
// Set overflow fix for iPhones safari browsers
|
|
77
|
+
if (main_40) {
|
|
78
|
+
var _mainNav = document.querySelector('#navbar-ham');
|
|
79
|
+
if (_mainNav && _mainNav.style) _mainNav.style.overflow = 'visible';
|
|
80
|
+
}
|
|
81
|
+
searchBtn.classList.add(addOn);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
var socialSearchDesktop = function socialSearchDesktop() {
|
|
87
|
+
return React__default.createElement(
|
|
88
|
+
'div',
|
|
89
|
+
{ id: 'search-content-desktop', ref: desktopComponent, style: { display: 'flex' } },
|
|
90
|
+
React__default.createElement(
|
|
91
|
+
'div',
|
|
92
|
+
{ id: 'search-bar-desktop', style: { top: topOffset, right: rightOffset } },
|
|
93
|
+
React__default.createElement(
|
|
94
|
+
Form,
|
|
95
|
+
{ style: { padding: '6px' }, inline: true, onSubmit: function onSubmit(e) {
|
|
96
|
+
return submitSearch(e);
|
|
97
|
+
} },
|
|
98
|
+
React__default.createElement(FormControl, { style: { width: '78%' }, placeholder: 'Search', type: 'text', value: searchKey, onChange: function onChange(e) {
|
|
99
|
+
return setSearchKey(e.target.value);
|
|
100
|
+
} }),
|
|
101
|
+
React__default.createElement(
|
|
102
|
+
Button,
|
|
103
|
+
{ variant: 'primary', style: { backgroundColor: 'var(--secondary)', border: 'none', width: '20%', marginLeft: '2%' }, onClick: function onClick(e) {
|
|
104
|
+
return submitSearch(e);
|
|
105
|
+
} },
|
|
106
|
+
'Search'
|
|
107
|
+
)
|
|
108
|
+
)
|
|
109
|
+
),
|
|
110
|
+
React__default.createElement(
|
|
111
|
+
IconContext.Provider,
|
|
112
|
+
{ value: { color: socialIconVariant === 'light' ? 'white' : 'black', className: 'search-btn-desktop', size: '35px' } },
|
|
113
|
+
React__default.createElement(GoSearch, {
|
|
114
|
+
onClick: function onClick() {
|
|
115
|
+
toggleClass('search-bar-desktop', 'id', 'show');
|
|
116
|
+
toggleClass('search-btn-desktop', 'class', 'active-search');
|
|
117
|
+
}
|
|
118
|
+
})
|
|
119
|
+
),
|
|
120
|
+
website && website.socialLinks && website.socialLinks.length !== 0 && React__default.createElement(
|
|
121
|
+
'div',
|
|
122
|
+
{ id: 'social-tab-desktop', style: { display: 'flex', left: '0px', position: 'relative', paddingTop: '3px', maxHeight: '35px' } },
|
|
123
|
+
website.socialLinks && React__default.createElement(SocialIcons, { socialLinks: website.socialLinks, variant: socialIconVariant })
|
|
124
|
+
),
|
|
125
|
+
React__default.createElement(
|
|
126
|
+
'style',
|
|
127
|
+
{ jsx: 'true' },
|
|
128
|
+
'\n #search-content-desktop .search-btn-desktop {\n padding: 5px;\n cursor: pointer;\n }\n #search-content-desktop #search-bar-desktop {\n display: none;\n background-color: var(--primary);\n position: absolute;\n width: 400px;\n border-radius: 5px;\n height: 48px;\n right: 15%;\n }\n #search-content-desktop .search-btn-desktop.active-search {\n border-radius: 5px;\n border: 1px solid var(--secondary) !important;\n }\n #search-content-desktop #search-bar-desktop.show {\n display: block !important;\n }\n '
|
|
129
|
+
)
|
|
130
|
+
);
|
|
131
|
+
};
|
|
132
|
+
|
|
133
|
+
var socialSearchMobile = function socialSearchMobile() {
|
|
134
|
+
return React__default.createElement(
|
|
135
|
+
'div',
|
|
136
|
+
{ id: 'search-content-mobile', ref: mobileComponent },
|
|
137
|
+
React__default.createElement(
|
|
138
|
+
'div',
|
|
139
|
+
{ id: 'search-bar-mobile', style: { top: topOffset } },
|
|
140
|
+
React__default.createElement(
|
|
141
|
+
Form,
|
|
142
|
+
{ inline: true, style: { padding: '6px', width: '100%' }, onSubmit: function onSubmit(e) {
|
|
143
|
+
return submitSearch(e);
|
|
144
|
+
} },
|
|
145
|
+
React__default.createElement(FormControl, { style: { width: '78%' }, placeholder: 'Search', type: 'text', value: searchKey, onChange: function onChange(e) {
|
|
146
|
+
return setSearchKey(e.target.value);
|
|
147
|
+
} }),
|
|
148
|
+
React__default.createElement(
|
|
149
|
+
Button,
|
|
150
|
+
{ variant: 'primary', style: { backgroundColor: 'var(--secondary)', border: 'none', width: '20%', marginLeft: '2%' }, onClick: function onClick(e) {
|
|
151
|
+
return submitSearch(e);
|
|
152
|
+
} },
|
|
153
|
+
'Search'
|
|
154
|
+
)
|
|
155
|
+
)
|
|
156
|
+
),
|
|
157
|
+
React__default.createElement(
|
|
158
|
+
IconContext.Provider,
|
|
159
|
+
{ value: { color: socialIconVariant === 'light' ? 'white' : 'black', className: 'search-btn-mobile', size: '35px' } },
|
|
160
|
+
React__default.createElement(GoSearch, {
|
|
161
|
+
onClick: function onClick() {
|
|
162
|
+
var navToggle = document.getElementsByClassName('navbar-toggler')[0];
|
|
163
|
+
if (navToggle && navToggle.classList && !navToggle.classList.contains('collapsed')) {
|
|
164
|
+
var nav = document.querySelectorAll('.navbar-collapse');
|
|
165
|
+
for (var i = 0; i < nav.length; i++) {
|
|
166
|
+
if (nav[i] && nav[i].classList) nav[i].classList.remove('show');
|
|
167
|
+
}
|
|
168
|
+
if (navToggle && navToggle.classList) navToggle.classList.add('collapsed');
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
toggleClass('search-bar-mobile', 'id', 'show');
|
|
172
|
+
toggleClass('search-btn-mobile', 'class', 'active-search');
|
|
173
|
+
}
|
|
174
|
+
})
|
|
175
|
+
),
|
|
176
|
+
React__default.createElement(
|
|
177
|
+
'style',
|
|
178
|
+
{ jsx: 'true' },
|
|
179
|
+
'\n #search-content-mobile {\n display: flex;\n z-index: 999;\n }\n @media screen and (min-width: 1200px) {\n #search-content-mobile {\n display: none;\n }\n }\n #search-content-mobile .search-btn-mobile {\n padding: 5px;\n right: 4%;\n height: 35px;\n width: 35px;\n margin-top: 4px;\n cursor: pointer;\n }\n #search-content-mobile #search-bar-mobile {\n position: fixed;\n display: none;\n left: 0px;\n width: 100%;\n border-radius: 5px;\n padding: 10px;\n background-color: var(--primary);\n }\n #search-content-mobile #search-bar-mobile .form-inline {\n margin-top: 0px;\n width: 100% !important;\n }\n #search-content-mobile #search-bar-mobile .form-inline .form-control {\n width: 78%;\n border-radius: 5px;\n height: 45px;\n }\n #search-content-mobile #search-bar-mobile .form-inline .btn {\n width: 20%;\n border-radius: 5px;\n background-color: #040c5a;\n height: 45px;\n margin-left: 5px;\n padding: 1px;\n }\n #search-content-mobile .search-btn-mobile.active-search {\n border-radius: 5px;\n border: 1px solid var(--secondary);\n }\n #search-content-mobile #search-bar-mobile.show {\n display: block !important;\n }\n '
|
|
180
|
+
)
|
|
181
|
+
);
|
|
182
|
+
};
|
|
183
|
+
|
|
184
|
+
if (type === 'mobile') {
|
|
185
|
+
return socialSearchMobile();
|
|
186
|
+
} else if (type === 'desktop') {
|
|
187
|
+
return socialSearchDesktop();
|
|
188
|
+
}
|
|
189
|
+
};
|
|
190
|
+
|
|
191
|
+
export { SocialSearchComponent as S };
|
|
@@ -15,8 +15,8 @@ import { useRouter } from 'next/router';
|
|
|
15
15
|
import './isSymbol-47f5ff3b.js';
|
|
16
16
|
import './debounce-a0d9abca.js';
|
|
17
17
|
import './main-7255814e.js';
|
|
18
|
-
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
19
18
|
import './stringify-feadff37.js';
|
|
19
|
+
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
20
20
|
import './asyncToGenerator-d25aac66.js';
|
|
21
21
|
import './_set-species-75f77d40.js';
|
|
22
22
|
import './beam-c40d77ae.js';
|
|
@@ -50,6 +50,7 @@ import './index.esm-73e847d2.js';
|
|
|
50
50
|
import './SocialIcons.js';
|
|
51
51
|
import 'react-bootstrap/Form';
|
|
52
52
|
import 'react-bootstrap/FormControl';
|
|
53
|
+
import './SocialSearchComponent-00385695.js';
|
|
53
54
|
import MagazineNav from './NavMagazine.js';
|
|
54
55
|
import { NavNative } from './NavNative.js';
|
|
55
56
|
import './Search.js';
|
package/dist/esm/View.js
CHANGED
|
@@ -27,8 +27,8 @@ import './index-51a80699.js';
|
|
|
27
27
|
import './index-5f9f807a.js';
|
|
28
28
|
import { m as main_39 } from './main-7255814e.js';
|
|
29
29
|
import './entities-7cc3bf45.js';
|
|
30
|
-
import { a as _getIterator, _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
31
30
|
import { _ as _JSON$stringify } from './stringify-feadff37.js';
|
|
31
|
+
import { a as _getIterator, _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
32
32
|
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-d25aac66.js';
|
|
33
33
|
import './_set-species-75f77d40.js';
|
|
34
34
|
import './beam-c40d77ae.js';
|
|
@@ -26,8 +26,8 @@ import './index-51a80699.js';
|
|
|
26
26
|
import './index-5f9f807a.js';
|
|
27
27
|
import './main-7255814e.js';
|
|
28
28
|
import './entities-7cc3bf45.js';
|
|
29
|
-
import './slicedToArray-a58d7edf.js';
|
|
30
29
|
import './stringify-feadff37.js';
|
|
30
|
+
import './slicedToArray-a58d7edf.js';
|
|
31
31
|
import './asyncToGenerator-d25aac66.js';
|
|
32
32
|
import './_set-species-75f77d40.js';
|
|
33
33
|
import './beam-c40d77ae.js';
|
package/dist/esm/index.js
CHANGED
|
@@ -30,16 +30,16 @@ import './index-51a80699.js';
|
|
|
30
30
|
import './index-5f9f807a.js';
|
|
31
31
|
import './main-7255814e.js';
|
|
32
32
|
import './entities-7cc3bf45.js';
|
|
33
|
-
import './slicedToArray-a58d7edf.js';
|
|
34
33
|
import './stringify-feadff37.js';
|
|
34
|
+
import './slicedToArray-a58d7edf.js';
|
|
35
35
|
import './asyncToGenerator-d25aac66.js';
|
|
36
36
|
import './_set-species-75f77d40.js';
|
|
37
37
|
export { B as Beam, S as Segment } from './beam-c40d77ae.js';
|
|
38
38
|
export { default as AdSlot } from './AdSlot.js';
|
|
39
|
-
import './ADInfeed-
|
|
39
|
+
import './ADInfeed-5fb6c05e.js';
|
|
40
40
|
export { default as DeckContent } from './DeckContent.js';
|
|
41
41
|
import './lodash-17fdfebb.js';
|
|
42
|
-
import './ADlgInfeed-
|
|
42
|
+
import './ADlgInfeed-5eab5705.js';
|
|
43
43
|
import './_arrayMap-818441dd.js';
|
|
44
44
|
import './get-58d2f7cc.js';
|
|
45
45
|
export { default as AD } from './AD.js';
|
|
@@ -105,6 +105,7 @@ import './index.esm-73e847d2.js';
|
|
|
105
105
|
export { default as SocialIcons } from './SocialIcons.js';
|
|
106
106
|
import 'react-bootstrap/Form';
|
|
107
107
|
import 'react-bootstrap/FormControl';
|
|
108
|
+
import './SocialSearchComponent-00385695.js';
|
|
108
109
|
export { default as NavMagazine } from './NavMagazine.js';
|
|
109
110
|
export { NavNative } from './NavNative.js';
|
|
110
111
|
export { default as Search } from './Search.js';
|