@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/README.md
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -15822,7 +15822,6 @@ var YouTubeGallery = function YouTubeGallery(_ref) {
|
|
|
15822
15822
|
var id = getYoutubeId(nodes.videos['' + nextVid].url);
|
|
15823
15823
|
e.target.loadVideoById(id);
|
|
15824
15824
|
toggleSeries();
|
|
15825
|
-
lib_3.refresh();
|
|
15826
15825
|
}, 1000);
|
|
15827
15826
|
}
|
|
15828
15827
|
// Youtube Options
|
|
@@ -15964,6 +15963,18 @@ var getSerializers$1 = function getSerializers(client) {
|
|
|
15964
15963
|
null,
|
|
15965
15964
|
props.children
|
|
15966
15965
|
);
|
|
15966
|
+
},
|
|
15967
|
+
link: function link(props) {
|
|
15968
|
+
var children = props.children,
|
|
15969
|
+
_props$mark = props.mark,
|
|
15970
|
+
href = _props$mark.href,
|
|
15971
|
+
blank = _props$mark.blank;
|
|
15972
|
+
|
|
15973
|
+
return React__default.createElement(
|
|
15974
|
+
'a',
|
|
15975
|
+
{ href: href, target: blank ? '_blank' : '_self' },
|
|
15976
|
+
children
|
|
15977
|
+
);
|
|
15967
15978
|
}
|
|
15968
15979
|
}
|
|
15969
15980
|
};
|