@mjhls/mjh-framework 1.0.623-subNav-viewMore-magazine → 1.0.623-subNav-viewMore-hamNav

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.
@@ -373,6 +373,21 @@ var HamMagazine = function HamMagazine(props) {
373
373
  React__default.createElement(
374
374
  NavDropdown,
375
375
  { key: index, title: row.name, id: 'basic-nav-dropdown' },
376
+ row.url && React__default.createElement(
377
+ 'a',
378
+ {
379
+ className: 'dropdownlist-expand-btn',
380
+ href: row.url,
381
+ style: {
382
+ position: 'absolute',
383
+ top: '0px',
384
+ right: '0px',
385
+ cursor: 'pointer',
386
+ color: socialIconVariant === 'dark' ? '#000' : '#ffffff',
387
+ padding: '5px 10px'
388
+ } },
389
+ 'View More'
390
+ ),
376
391
  row.subQuery && row.subQuery.map(function (ddRow, subIndex) {
377
392
  if (ddRow.type === 'divider') {
378
393
  return React__default.createElement(NavDropdown.Divider, { key: subIndex });
@@ -400,21 +400,6 @@ var NavMagazine = function NavMagazine(props) {
400
400
  React__default.createElement(
401
401
  NavDropdown,
402
402
  { key: index, title: row.name, id: 'basic-nav-dropdown' },
403
- row.url && React__default.createElement(
404
- 'a',
405
- {
406
- className: 'dropdownlist-expand-btn',
407
- href: row.url,
408
- style: {
409
- position: 'absolute',
410
- top: '0px',
411
- right: '0px',
412
- cursor: 'pointer',
413
- color: socialIconVariant === 'dark' ? '#000' : '#ffffff',
414
- padding: '5px 10px'
415
- } },
416
- 'View More'
417
- ),
418
403
  row.subQuery && row.subQuery.map(function (ddRow, subIndex) {
419
404
  if (ddRow.type === 'divider') {
420
405
  return React__default.createElement(NavDropdown.Divider, { key: subIndex });
@@ -366,6 +366,21 @@ var HamMagazine = function HamMagazine(props) {
366
366
  React__default.createElement(
367
367
  NavDropdown,
368
368
  { key: index, title: row.name, id: 'basic-nav-dropdown' },
369
+ row.url && React__default.createElement(
370
+ 'a',
371
+ {
372
+ className: 'dropdownlist-expand-btn',
373
+ href: row.url,
374
+ style: {
375
+ position: 'absolute',
376
+ top: '0px',
377
+ right: '0px',
378
+ cursor: 'pointer',
379
+ color: socialIconVariant === 'dark' ? '#000' : '#ffffff',
380
+ padding: '5px 10px'
381
+ } },
382
+ 'View More'
383
+ ),
369
384
  row.subQuery && row.subQuery.map(function (ddRow, subIndex) {
370
385
  if (ddRow.type === 'divider') {
371
386
  return React__default.createElement(NavDropdown.Divider, { key: subIndex });
@@ -393,21 +393,6 @@ var NavMagazine = function NavMagazine(props) {
393
393
  React__default.createElement(
394
394
  NavDropdown,
395
395
  { key: index, title: row.name, id: 'basic-nav-dropdown' },
396
- row.url && React__default.createElement(
397
- 'a',
398
- {
399
- className: 'dropdownlist-expand-btn',
400
- href: row.url,
401
- style: {
402
- position: 'absolute',
403
- top: '0px',
404
- right: '0px',
405
- cursor: 'pointer',
406
- color: socialIconVariant === 'dark' ? '#000' : '#ffffff',
407
- padding: '5px 10px'
408
- } },
409
- 'View More'
410
- ),
411
396
  row.subQuery && row.subQuery.map(function (ddRow, subIndex) {
412
397
  if (ddRow.type === 'divider') {
413
398
  return React__default.createElement(NavDropdown.Divider, { key: subIndex });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.623-subNav-viewMore-magazine",
3
+ "version": "1.0.623-subNav-viewMore-hamNav",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",