@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
33 lines • 1.21 kB
JavaScript
// import { IMinTeachBubble } from "@mikezimm/fps-library-v2/lib/components/atoms/TeachBubble/IMinTeachBubble";
import { ReplaceWpId } from "./IMinTeachBubble";
const MainPivot = 'MainPivot';
const Contacts = 'Contacts';
const defaultMessage = `Click for more information`;
export const AllTeachBubbles = [
{
// step: 0,
// target: `#ComplHomeBanner${wpId}`,
target: `#${MainPivot}Home${ReplaceWpId}`,
headline: `Quick summary of your site`,
message: `This provides a quick overview of what a recent audit found on your site.`,
}, {
// step: 0,
target: `#${Contacts}Committee${ReplaceWpId}`,
headline: `'Committee' tab`,
message: ``,
// message: `${defaultMessage}`,
}, {
// step: 1,
target: `#${Contacts}Coordinators${ReplaceWpId}`,
headline: `'Coordinators' tab`,
message: ``,
// message: `${defaultMessage}`,
}, {
// step: 0,
target: `#${MainPivot}Details${ReplaceWpId}`,
headline: `'Details' Tab`,
message: ``,
// message: `${defaultMessage}`,
},
];
//# sourceMappingURL=SampleTeachBubbles.js.map