@lendi/navbar 7.15.7 → 7.15.8

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.
@@ -670,7 +670,7 @@ var RenderChatOrSideBar = _ref => {
670
670
  children: hasUnreadMessages ? /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
671
671
  children: [/*#__PURE__*/jsxRuntime.jsx(UnreadMessageWrapper, {
672
672
  "data-testid": "customer-view-unread-icon",
673
- color: "primary.500",
673
+ color: getColour.getColour('interaction', 'main'),
674
674
  height: "2em",
675
675
  width: "2em"
676
676
  }), UNREAD_MESSAGE]
@@ -805,7 +805,7 @@ var RenderMobileAction = _ref => {
805
805
  children: hasUnreadMessages ? /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
806
806
  children: [/*#__PURE__*/jsxRuntime.jsx(UnreadMessageWrapper, {
807
807
  "data-testid": "customer-view-unread-icon",
808
- color: "primary.500",
808
+ color: getColour.getColour('interaction', 'main'),
809
809
  height: "2em",
810
810
  width: "2em"
811
811
  }), UNREAD_MESSAGE_MOBILE]
@@ -1322,7 +1322,7 @@ var DesktopActions = _ref => {
1322
1322
  children: hasUnreadMessages ? /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
1323
1323
  children: [/*#__PURE__*/jsxRuntime.jsx(UnreadMessageWrapper, {
1324
1324
  "data-testid": "customer-view-unread-icon",
1325
- color: "primary.500",
1325
+ color: getColour.getColour('interaction', 'main'),
1326
1326
  height: "2em",
1327
1327
  width: "2em"
1328
1328
  }), UNREAD_MESSAGE]
@@ -1388,7 +1388,7 @@ var MobileActions = _ref => {
1388
1388
  children: hasUnreadMessages ? /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
1389
1389
  children: [/*#__PURE__*/jsxRuntime.jsx(UnreadMessageWrapper, {
1390
1390
  "data-testid": "customer-view-unread-icon",
1391
- color: "primary.500",
1391
+ color: getColour.getColour('interaction', 'main'),
1392
1392
  height: "2em",
1393
1393
  width: "2em"
1394
1394
  }), UNREAD_MESSAGE_MOBILE]
@@ -405,7 +405,7 @@ var _templateObject$a, _templateObject$9, RestrictionContext = React__default.de
405
405
  children: hasUnreadMessages ? jsxRuntime.jsxs(jsxRuntime.Fragment, {
406
406
  children: [ jsxRuntime.jsx(UnreadMessageWrapper, {
407
407
  "data-testid": "customer-view-unread-icon",
408
- color: "primary.500",
408
+ color: getColour.getColour("interaction", "main"),
409
409
  height: "2em",
410
410
  width: "2em"
411
411
  }), UNREAD_MESSAGE ]
@@ -494,7 +494,7 @@ var _templateObject$a, _templateObject$9, RestrictionContext = React__default.de
494
494
  children: hasUnreadMessages ? jsxRuntime.jsxs(jsxRuntime.Fragment, {
495
495
  children: [ jsxRuntime.jsx(UnreadMessageWrapper, {
496
496
  "data-testid": "customer-view-unread-icon",
497
- color: "primary.500",
497
+ color: getColour.getColour("interaction", "main"),
498
498
  height: "2em",
499
499
  width: "2em"
500
500
  }), UNREAD_MESSAGE_MOBILE ]
@@ -819,7 +819,7 @@ var _templateObject$8, _templateObject2$3, _templateObject$7, _templateObject$6,
819
819
  children: hasUnreadMessages ? jsxRuntime.jsxs(jsxRuntime.Fragment, {
820
820
  children: [ jsxRuntime.jsx(UnreadMessageWrapper, {
821
821
  "data-testid": "customer-view-unread-icon",
822
- color: "primary.500",
822
+ color: getColour.getColour("interaction", "main"),
823
823
  height: "2em",
824
824
  width: "2em"
825
825
  }), UNREAD_MESSAGE ]
@@ -867,7 +867,7 @@ var _templateObject$8, _templateObject2$3, _templateObject$7, _templateObject$6,
867
867
  children: hasUnreadMessages ? jsxRuntime.jsxs(jsxRuntime.Fragment, {
868
868
  children: [ jsxRuntime.jsx(UnreadMessageWrapper, {
869
869
  "data-testid": "customer-view-unread-icon",
870
- color: "primary.500",
870
+ color: getColour.getColour("interaction", "main"),
871
871
  height: "2em",
872
872
  width: "2em"
873
873
  }), UNREAD_MESSAGE_MOBILE ]
@@ -12,7 +12,7 @@ import UnreadMessage from '@lendi-ui/icon/UnreadMessage';
12
12
  import { display, deriveSize } from '@lendi-ui/utils';
13
13
  import MoreVert from '@lendi-ui/icon/MoreVert';
14
14
  import { getRadius, getFocusRing } from '@lendi-ui/commons/borders';
15
- import getColour from '@lendi-ui/commons/colours';
15
+ import getColour, { getColour as getColour$1 } from '@lendi-ui/commons/colours';
16
16
  import { depth } from '@lendi-ui/depth';
17
17
  import Launch from '@lendi-ui/icon/Launch';
18
18
  import { Body, Link, Heading } from '@lendi-ui/typography';
@@ -643,7 +643,7 @@ var RenderChatOrSideBar = _ref => {
643
643
  children: hasUnreadMessages ? /*#__PURE__*/jsxs(Fragment, {
644
644
  children: [/*#__PURE__*/jsx(UnreadMessageWrapper, {
645
645
  "data-testid": "customer-view-unread-icon",
646
- color: "primary.500",
646
+ color: getColour$1('interaction', 'main'),
647
647
  height: "2em",
648
648
  width: "2em"
649
649
  }), UNREAD_MESSAGE]
@@ -778,7 +778,7 @@ var RenderMobileAction = _ref => {
778
778
  children: hasUnreadMessages ? /*#__PURE__*/jsxs(Fragment, {
779
779
  children: [/*#__PURE__*/jsx(UnreadMessageWrapper, {
780
780
  "data-testid": "customer-view-unread-icon",
781
- color: "primary.500",
781
+ color: getColour$1('interaction', 'main'),
782
782
  height: "2em",
783
783
  width: "2em"
784
784
  }), UNREAD_MESSAGE_MOBILE]
@@ -1295,7 +1295,7 @@ var DesktopActions = _ref => {
1295
1295
  children: hasUnreadMessages ? /*#__PURE__*/jsxs(Fragment, {
1296
1296
  children: [/*#__PURE__*/jsx(UnreadMessageWrapper, {
1297
1297
  "data-testid": "customer-view-unread-icon",
1298
- color: "primary.500",
1298
+ color: getColour$1('interaction', 'main'),
1299
1299
  height: "2em",
1300
1300
  width: "2em"
1301
1301
  }), UNREAD_MESSAGE]
@@ -1361,7 +1361,7 @@ var MobileActions = _ref => {
1361
1361
  children: hasUnreadMessages ? /*#__PURE__*/jsxs(Fragment, {
1362
1362
  children: [/*#__PURE__*/jsx(UnreadMessageWrapper, {
1363
1363
  "data-testid": "customer-view-unread-icon",
1364
- color: "primary.500",
1364
+ color: getColour$1('interaction', 'main'),
1365
1365
  height: "2em",
1366
1366
  width: "2em"
1367
1367
  }), UNREAD_MESSAGE_MOBILE]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lendi/navbar",
3
3
  "access": "restricted",
4
- "version": "7.15.7",
4
+ "version": "7.15.8",
5
5
  "license": "ISC",
6
6
  "source": "src/index.tsx",
7
7
  "main": "dist/navbar.cjs.js",