@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
59 lines (58 loc) • 1.76 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Website_defaultProps = exports.TicketId_defaultProps = exports.StatusText_defaultProps = exports.SecondaryText_defaultProps = exports.PriorityText_defaultProps = exports.PhoneNumber_defaultProps = exports.Email_defaultProps = exports.ContactName_defaultProps = exports.AccountName_defaultProps = void 0;
var AccountName_defaultProps = {
isLink: true,
dataId: 'accountName',
fontWeight: 'regular',
customProps: {}
};
exports.AccountName_defaultProps = AccountName_defaultProps;
var ContactName_defaultProps = {
isPaidUser: false,
isLink: true,
dataId: 'contactName',
fontWeight: 'regular',
i18nKeys: {},
customProps: {}
};
exports.ContactName_defaultProps = ContactName_defaultProps;
var Email_defaultProps = {
isLink: true,
fontWeight: 'regular',
customProps: {}
};
exports.Email_defaultProps = Email_defaultProps;
var PhoneNumber_defaultProps = {
isLink: true,
hasReload: false,
fontWeight: 'regular',
customProps: {}
};
exports.PhoneNumber_defaultProps = PhoneNumber_defaultProps;
var PriorityText_defaultProps = {
color: 'black',
dataId: 'priority'
};
exports.PriorityText_defaultProps = PriorityText_defaultProps;
var SecondaryText_defaultProps = {
customProps: {}
};
exports.SecondaryText_defaultProps = SecondaryText_defaultProps;
var StatusText_defaultProps = {
color: 'black',
dataId: 'statusContainer',
fontWeight: 'regular'
};
exports.StatusText_defaultProps = StatusText_defaultProps;
var TicketId_defaultProps = {
dataId: 'ticketId',
customProps: {}
};
exports.TicketId_defaultProps = TicketId_defaultProps;
var Website_defaultProps = {
isLink: true
};
exports.Website_defaultProps = Website_defaultProps;