@mjhls/mjh-framework 1.0.213 → 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.213
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',
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.213",
3
+ "version": "1.0.214",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",