@agnostack/next-zcli
Version:
Please contact agnoStack via info@agnostack.com for any questions
26 lines • 975 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ICON_LOCATION_ALLOWLIST = exports.LOCATIONS = exports.PRODUCTS = void 0;
exports.PRODUCTS = {
CHAT: 'chat',
SELL: 'sell',
SUPPORT: 'support',
};
exports.LOCATIONS = {
SIDEBAR_TICKET: 'ticket_sidebar',
SIDEBAR_NEW_TICKET: 'new_ticket_sidebar',
SIDEBAR_ORGANIZATION: 'organization_sidebar',
SIDEBAR_USER: 'user_sidebar',
EDITOR: 'ticket_editor',
MODAL: 'modal',
TOP: 'top_bar',
TOP_SYSTEM: 'system_top_bar',
FULLSCREEN: 'nav_bar',
BACKGROUND: 'background',
};
// The SVGs here are in the top bar or nav bar locations. Chat don’t have these locations thus not here.
exports.ICON_LOCATION_ALLOWLIST = {
[exports.PRODUCTS.SUPPORT]: [exports.LOCATIONS.FULLSCREEN, exports.LOCATIONS.TOP, exports.LOCATIONS.TOP_SYSTEM, exports.LOCATIONS.EDITOR],
[exports.PRODUCTS.SELL]: [exports.LOCATIONS.TOP],
};
//# sourceMappingURL=locations.js.map