File tree Expand file tree Collapse file tree
src/custom/DashboardWidgets Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
2+ //@ts -ignore
13import MesheryDesignEmbedUmd from '@layer5/meshery-design-embed' ;
24import _ from 'lodash' ;
35import { useEffect , useState } from 'react' ;
@@ -159,7 +161,6 @@ const JourneyModal: React.FC<JourneyModalProps> = ({
159161 < MesheryDesignEmbedUmd
160162 embedId = "embedded-design-d429e684-c42a-4c14-816b-b4dddb4b6d40"
161163 embedScriptSrc = { embedDesignPath }
162- // embedScriptSrc={`/static/embedded-design-edge-stack.js`}
163164 style = { {
164165 height : '20rem'
165166 } }
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ const StyledListItemText = styled(ListItemText)({
9292
9393const EmptyStateTypography = styled ( Typography ) ( ( { theme } ) => ( {
9494 margin : '0.5rem' ,
95- color : theme . palette . text . disabled
95+ color : theme . palette . background . neutral ?. pressed
9696} ) ) ;
9797
9898const WorkspaceActivityCard : React . FC < WorkspaceActivityCardProps > = ( {
Original file line number Diff line number Diff line change 11import ActionButtonCard from './GettingStartedWidget/ActionButtonCard' ;
22import GetStartedModal from './GettingStartedWidget/GetStartedModal' ;
3+ import UserInviteModal from './GettingStartedWidget/InviteUserModal' ;
4+ import JourneyModal from './GettingStartedWidget/JourneyModal' ;
35import TeamSearchField from './GettingStartedWidget/TeamSearchField' ;
46import { PlainCard } from './PlainCard' ;
57import DesignCard , { CreateDesignModal } from './RecentDesignWidget' ;
@@ -10,7 +12,9 @@ export {
1012 CreateDesignModal ,
1113 DesignCard ,
1214 GetStartedModal ,
15+ JourneyModal ,
1316 PlainCard ,
1417 TeamSearchField ,
18+ UserInviteModal ,
1519 WorkspaceActivityCard
1620} ;
You can’t perform that action at this time.
0 commit comments