@royaloperahouse/chord 1.18.2-d-chord-development → 1.18.2-e-chord-development

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.
@@ -4514,9 +4514,9 @@ var Navigation = function Navigation(_ref) {
4514
4514
  accountText: navTopData.accountText,
4515
4515
  accountLink: navTopData.accountLink,
4516
4516
  basketText: navTopData.basketText,
4517
+ basketExpiryUnixTimestamp: navTopData.basketExpiryUnixTimestamp,
4517
4518
  basketLink: navTopData.basketLink,
4518
4519
  basketNumItems: navTopData.basketNumItems,
4519
- basketIsActive: navTopData.basketIsActive,
4520
4520
  onClickSearch: onClickSearchHandler,
4521
4521
  onLink: onLinkHandler,
4522
4522
  isShowSearch: showSearch,