@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 CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.76
2
+ # mjh-framework v. 1.0.78
3
3
 
4
4
 
5
5
  > Foundation Framework
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
  };