@lendi/navbar 7.16.5 → 7.16.6

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.
@@ -1812,6 +1812,9 @@ var MULTI_MENU_OPTIONS = [{
1812
1812
  children: [{
1813
1813
  label: 'Property report',
1814
1814
  link: '/property-report/'
1815
+ }, {
1816
+ label: 'Fixed rate expiry calculator',
1817
+ link: '/calculators/fixed-rate-expiry/'
1815
1818
  }, {
1816
1819
  label: 'Borrowing power calculator',
1817
1820
  link: '/home-loans/calculators/borrowing-power-calculator/'
@@ -1827,9 +1830,6 @@ var MULTI_MENU_OPTIONS = [{
1827
1830
  }, {
1828
1831
  label: 'Equity calculator',
1829
1832
  link: '/calculators/equity-calculator/'
1830
- }, {
1831
- label: 'Fixed rate expiry',
1832
- link: '/calculators/fixed-rate-expiry/'
1833
1833
  }, {
1834
1834
  label: 'Debt consolidation calculator',
1835
1835
  link: '/calculators/home-loans/debt-consolidation-calculator/'
@@ -1153,6 +1153,9 @@ var _templateObject$8, _templateObject2$3, _templateObject$7, _templateObject$6,
1153
1153
  children: [ {
1154
1154
  label: "Property report",
1155
1155
  link: "/property-report/"
1156
+ }, {
1157
+ label: "Fixed rate expiry calculator",
1158
+ link: "/calculators/fixed-rate-expiry/"
1156
1159
  }, {
1157
1160
  label: "Borrowing power calculator",
1158
1161
  link: "/home-loans/calculators/borrowing-power-calculator/"
@@ -1168,9 +1171,6 @@ var _templateObject$8, _templateObject2$3, _templateObject$7, _templateObject$6,
1168
1171
  }, {
1169
1172
  label: "Equity calculator",
1170
1173
  link: "/calculators/equity-calculator/"
1171
- }, {
1172
- label: "Fixed rate expiry",
1173
- link: "/calculators/fixed-rate-expiry/"
1174
1174
  }, {
1175
1175
  label: "Debt consolidation calculator",
1176
1176
  link: "/calculators/home-loans/debt-consolidation-calculator/"
@@ -1779,6 +1779,9 @@ var MULTI_MENU_OPTIONS = [{
1779
1779
  children: [{
1780
1780
  label: 'Property report',
1781
1781
  link: '/property-report/'
1782
+ }, {
1783
+ label: 'Fixed rate expiry calculator',
1784
+ link: '/calculators/fixed-rate-expiry/'
1782
1785
  }, {
1783
1786
  label: 'Borrowing power calculator',
1784
1787
  link: '/home-loans/calculators/borrowing-power-calculator/'
@@ -1794,9 +1797,6 @@ var MULTI_MENU_OPTIONS = [{
1794
1797
  }, {
1795
1798
  label: 'Equity calculator',
1796
1799
  link: '/calculators/equity-calculator/'
1797
- }, {
1798
- label: 'Fixed rate expiry',
1799
- link: '/calculators/fixed-rate-expiry/'
1800
1800
  }, {
1801
1801
  label: 'Debt consolidation calculator',
1802
1802
  link: '/calculators/home-loans/debt-consolidation-calculator/'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lendi/navbar",
3
3
  "access": "restricted",
4
- "version": "7.16.5",
4
+ "version": "7.16.6",
5
5
  "license": "ISC",
6
6
  "source": "src/index.tsx",
7
7
  "main": "dist/navbar.cjs.js",