@mjhls/mjh-framework 1.0.212 → 1.0.214

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.212
2
+ # mjh-framework v. 1.0.214
3
3
 
4
4
 
5
5
 
@@ -223,7 +223,7 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
223
223
  }),
224
224
  showCategory && article.contentCategory && React__default.createElement(
225
225
  'p',
226
- {
226
+ { className: 'article-category',
227
227
  style: {
228
228
  background: '#3FB618',
229
229
  color: '#ffffff',
package/dist/cjs/index.js CHANGED
@@ -9985,7 +9985,6 @@ var YouTubeGallery = function YouTubeGallery(_ref) {
9985
9985
 
9986
9986
  var get2 = router && router.asPath ? router.asPath.split('/')[1] : '';
9987
9987
  var get3 = router && router.asPath ? router.asPath.split('/')[2].split('?')[0] : '';
9988
-
9989
9988
  // Once component mounts, set the variables
9990
9989
  React.useEffect(function () {
9991
9990
  var params = new URL(document.location).searchParams;
@@ -10541,7 +10540,7 @@ var getSerializers = function getSerializers() {
10541
10540
  youtubeGallery: function youtubeGallery(_ref2) {
10542
10541
  var node = _ref2.node;
10543
10542
 
10544
- return React__default.createElement(YouTubeGallery, { nodes: node, client: client, getSerializers: getSerializers(props) });
10543
+ return React__default.createElement(YouTubeGallery, { nodes: node, client: client, getSerializers: getSerializers(client) });
10545
10544
  },
10546
10545
  figure: function figure(_ref3) {
10547
10546
  var node = _ref3.node;
@@ -217,7 +217,7 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
217
217
  }),
218
218
  showCategory && article.contentCategory && React__default.createElement(
219
219
  'p',
220
- {
220
+ { className: 'article-category',
221
221
  style: {
222
222
  background: '#3FB618',
223
223
  color: '#ffffff',
package/dist/esm/index.js CHANGED
@@ -9983,7 +9983,6 @@ var YouTubeGallery = function YouTubeGallery(_ref) {
9983
9983
 
9984
9984
  var get2 = router && router.asPath ? router.asPath.split('/')[1] : '';
9985
9985
  var get3 = router && router.asPath ? router.asPath.split('/')[2].split('?')[0] : '';
9986
-
9987
9986
  // Once component mounts, set the variables
9988
9987
  useEffect(function () {
9989
9988
  var params = new URL(document.location).searchParams;
@@ -10539,7 +10538,7 @@ var getSerializers = function getSerializers() {
10539
10538
  youtubeGallery: function youtubeGallery(_ref2) {
10540
10539
  var node = _ref2.node;
10541
10540
 
10542
- return React__default.createElement(YouTubeGallery, { nodes: node, client: client, getSerializers: getSerializers(props) });
10541
+ return React__default.createElement(YouTubeGallery, { nodes: node, client: client, getSerializers: getSerializers(client) });
10543
10542
  },
10544
10543
  figure: function figure(_ref3) {
10545
10544
  var node = _ref3.node;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.212",
3
+ "version": "1.0.214",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",