@lendi/navbar 6.4.3 → 6.5.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # Changelog - @lendi/navbar
2
2
 
3
+ ## 6.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e0bda117]
8
+ - @lendi/comm-panel@9.7.2
9
+
10
+ ## 6.5.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [1ba31e44]
15
+ - @lendi/comm-panel@9.7.1
16
+
17
+ ## 6.5.0
18
+
19
+ ### Minor Changes
20
+
21
+ - afa807ba: Updating old world URL to new world for appointment booking
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [afa807ba]
26
+ - @lendi/comm-panel@9.7.0
27
+
3
28
  ## 6.4.3
4
29
 
5
30
  ### Patch Changes
@@ -17,7 +17,7 @@ exports.DASHBOARD_V2_PATH = '/v2/dashboard';
17
17
  exports.PATH_LENDI = '';
18
18
  exports.PATH_DOMAIN = '/loanfinder';
19
19
  exports.ROUTE_SIGN_IN = '/sign-in';
20
- exports.ROUTE_BOOK_APPOINTMENT = '/appointment-booking/postcode';
20
+ exports.ROUTE_BOOK_APPOINTMENT = '/book-appointment/';
21
21
  exports.ROUTE_APPLICATIONS = '/dashboard/applications';
22
22
  exports.ROUTE_PROPERTY_REPORT = '/dashboard/my-property-report';
23
23
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/shared/constants/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,mBAAmB,GAAG,qBAAqB,CAAC;AAC5C,QAAA,cAAc,GAAG,4BAA4B,CAAC;AAC9C,QAAA,qBAAqB,GAAG,gBAAgB,CAAC;AACzC,QAAA,UAAU,GAAG,YAAY,CAAC;AAE1B,QAAA,oBAAoB,GAAG,mBAAmB,CAAC;AAC3C,QAAA,aAAa,GAAG,SAAS,CAAC;AAC1B,QAAA,cAAc,GAAG,UAAU,CAAC;AAC5B,QAAA,kBAAkB,GAAG,cAAc,CAAC;AACpC,QAAA,eAAe,GAAG,WAAW,CAAC;AAC9B,QAAA,qBAAqB,GAAG,kBAAkB,CAAC;AAC3C,QAAA,aAAa,GAAG,UAAU,CAAC;AAC3B,QAAA,kBAAkB,GAAG,cAAc,CAAC;AACpC,QAAA,iBAAiB,GAAG,eAAe,CAAC;AAEpC,QAAA,UAAU,GAAG,EAAE,CAAC;AAChB,QAAA,WAAW,GAAG,aAAa,CAAC;AAE5B,QAAA,aAAa,GAAG,UAAU,CAAC;AAC3B,QAAA,sBAAsB,GAAG,+BAA+B,CAAC;AACzD,QAAA,kBAAkB,GAAG,yBAAyB,CAAC;AAC/C,QAAA,qBAAqB,GAAG,+BAA+B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/shared/constants/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,mBAAmB,GAAG,qBAAqB,CAAC;AAC5C,QAAA,cAAc,GAAG,4BAA4B,CAAC;AAC9C,QAAA,qBAAqB,GAAG,gBAAgB,CAAC;AACzC,QAAA,UAAU,GAAG,YAAY,CAAC;AAE1B,QAAA,oBAAoB,GAAG,mBAAmB,CAAC;AAC3C,QAAA,aAAa,GAAG,SAAS,CAAC;AAC1B,QAAA,cAAc,GAAG,UAAU,CAAC;AAC5B,QAAA,kBAAkB,GAAG,cAAc,CAAC;AACpC,QAAA,eAAe,GAAG,WAAW,CAAC;AAC9B,QAAA,qBAAqB,GAAG,kBAAkB,CAAC;AAC3C,QAAA,aAAa,GAAG,UAAU,CAAC;AAC3B,QAAA,kBAAkB,GAAG,cAAc,CAAC;AACpC,QAAA,iBAAiB,GAAG,eAAe,CAAC;AAEpC,QAAA,UAAU,GAAG,EAAE,CAAC;AAChB,QAAA,WAAW,GAAG,aAAa,CAAC;AAE5B,QAAA,aAAa,GAAG,UAAU,CAAC;AAC3B,QAAA,sBAAsB,GAAG,oBAAoB,CAAC;AAC9C,QAAA,kBAAkB,GAAG,yBAAyB,CAAC;AAC/C,QAAA,qBAAqB,GAAG,+BAA+B,CAAC"}
@@ -14,6 +14,6 @@ export declare const DASHBOARD_V2_PATH = "/v2/dashboard";
14
14
  export declare const PATH_LENDI = "";
15
15
  export declare const PATH_DOMAIN = "/loanfinder";
16
16
  export declare const ROUTE_SIGN_IN = "/sign-in";
17
- export declare const ROUTE_BOOK_APPOINTMENT = "/appointment-booking/postcode";
17
+ export declare const ROUTE_BOOK_APPOINTMENT = "/book-appointment/";
18
18
  export declare const ROUTE_APPLICATIONS = "/dashboard/applications";
19
19
  export declare const ROUTE_PROPERTY_REPORT = "/dashboard/my-property-report";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lendi/navbar",
3
- "version": "6.4.3",
3
+ "version": "6.5.2",
4
4
  "license": "ISC",
5
5
  "source": "src/index.tsx",
6
6
  "main": "dist/cjs/index.js",
@@ -40,7 +40,7 @@
40
40
  "@lendi-ui/transition": "^4.0.2",
41
41
  "@lendi-ui/typography": "^5.0.0",
42
42
  "@lendi-ui/utils": "^4.0.1",
43
- "@lendi/comm-panel": "9.6.0",
43
+ "@lendi/comm-panel": "9.7.2",
44
44
  "@lendi/lala-utils": "^9.2.0",
45
45
  "@lendi/segment-tracking": "0.10.0",
46
46
  "@sentry/browser": "^5.15.0",