@mjhls/mjh-framework 1.0.312 → 1.0.313

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.312
2
+ # mjh-framework v. 1.0.313
3
3
 
4
4
  > Foundation Framework
5
5
 
package/dist/cjs/index.js CHANGED
@@ -16177,7 +16177,6 @@ var get_content_placement_url = function get_content_placement_url(cp) {
16177
16177
  }
16178
16178
 
16179
16179
  if (!cp.ancestor && cp.parent && typeof cp.parent === 'string') {
16180
- console.log('cp.parent:', cp.parent);
16181
16180
  cp_url += (cp_url === '' ? '' : '/') + cp.parent;
16182
16181
  }
16183
16182
 
@@ -16341,8 +16340,6 @@ var Article = function Article(props) {
16341
16340
  content_placement.length > 0 ? content_placement.map(function (cp, index) {
16342
16341
  var cp_url = cpModificationRequired ? get_content_placement_url(cp) : cp.path;
16343
16342
  var href = '/' + cp_url;
16344
- console.log('cp:', cp);
16345
- console.log('href:', href);
16346
16343
  return React__default.createElement(
16347
16344
  Dropdown.Item,
16348
16345
  { key: index, href: href },
@@ -16437,7 +16434,6 @@ var ArticleQueue = function ArticleQueue(props) {
16437
16434
  body.some(function (children) {
16438
16435
  children.children && children.children.some(function (item) {
16439
16436
  if (item.text && String(item.text).trim().length > 0 && desc == '') {
16440
- console.log(String(item.text));
16441
16437
  desc = String(item.text);
16442
16438
  return true;
16443
16439
  }
package/dist/esm/index.js CHANGED
@@ -16175,7 +16175,6 @@ var get_content_placement_url = function get_content_placement_url(cp) {
16175
16175
  }
16176
16176
 
16177
16177
  if (!cp.ancestor && cp.parent && typeof cp.parent === 'string') {
16178
- console.log('cp.parent:', cp.parent);
16179
16178
  cp_url += (cp_url === '' ? '' : '/') + cp.parent;
16180
16179
  }
16181
16180
 
@@ -16339,8 +16338,6 @@ var Article = function Article(props) {
16339
16338
  content_placement.length > 0 ? content_placement.map(function (cp, index) {
16340
16339
  var cp_url = cpModificationRequired ? get_content_placement_url(cp) : cp.path;
16341
16340
  var href = '/' + cp_url;
16342
- console.log('cp:', cp);
16343
- console.log('href:', href);
16344
16341
  return React__default.createElement(
16345
16342
  Dropdown.Item,
16346
16343
  { key: index, href: href },
@@ -16435,7 +16432,6 @@ var ArticleQueue = function ArticleQueue(props) {
16435
16432
  body.some(function (children) {
16436
16433
  children.children && children.children.some(function (item) {
16437
16434
  if (item.text && String(item.text).trim().length > 0 && desc == '') {
16438
- console.log(String(item.text));
16439
16435
  desc = String(item.text);
16440
16436
  return true;
16441
16437
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.312",
3
+ "version": "1.0.313",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",