@mjhls/mjh-framework 1.0.76 → 1.0.78
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/index.es.js +12 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +12 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15829,7 +15829,6 @@ var YouTubeGallery = function YouTubeGallery(_ref) {
|
|
|
15829
15829
|
var id = getYoutubeId(nodes.videos['' + nextVid].url);
|
|
15830
15830
|
e.target.loadVideoById(id);
|
|
15831
15831
|
toggleSeries();
|
|
15832
|
-
lib_3.refresh();
|
|
15833
15832
|
}, 1000);
|
|
15834
15833
|
}
|
|
15835
15834
|
// Youtube Options
|
|
@@ -15971,6 +15970,18 @@ var getSerializers$1 = function getSerializers(client) {
|
|
|
15971
15970
|
null,
|
|
15972
15971
|
props.children
|
|
15973
15972
|
);
|
|
15973
|
+
},
|
|
15974
|
+
link: function link(props) {
|
|
15975
|
+
var children = props.children,
|
|
15976
|
+
_props$mark = props.mark,
|
|
15977
|
+
href = _props$mark.href,
|
|
15978
|
+
blank = _props$mark.blank;
|
|
15979
|
+
|
|
15980
|
+
return React__default.createElement(
|
|
15981
|
+
'a',
|
|
15982
|
+
{ href: href, target: blank ? '_blank' : '_self' },
|
|
15983
|
+
children
|
|
15984
|
+
);
|
|
15974
15985
|
}
|
|
15975
15986
|
}
|
|
15976
15987
|
};
|