@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
41 lines (40 loc) • 1.5 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.WarningAlertIcon_defaultProps = exports.SuccessAlertIcon_defaultProps = exports.NotificationAlertIcon_defaultProps = exports.InfoAlertIcon_defaultProps = exports.ErrorAlertIcon_defaultProps = exports.DangerAlertIcon_defaultProps = exports.AlertIcons_defaultProps = exports.AlarmAlertIcon_defaultProps = void 0;
var AlarmAlertIcon_defaultProps = {
variant: 'primary'
};
exports.AlarmAlertIcon_defaultProps = AlarmAlertIcon_defaultProps;
var AlertIcons_defaultProps = {
type: '',
variant: 'primary',
dataSelectorId: 'alertIcons'
};
exports.AlertIcons_defaultProps = AlertIcons_defaultProps;
var DangerAlertIcon_defaultProps = {
variant: 'primary',
type: 'danger'
};
exports.DangerAlertIcon_defaultProps = DangerAlertIcon_defaultProps;
var ErrorAlertIcon_defaultProps = {
variant: 'primary'
};
exports.ErrorAlertIcon_defaultProps = ErrorAlertIcon_defaultProps;
var InfoAlertIcon_defaultProps = {
variant: 'primary'
};
exports.InfoAlertIcon_defaultProps = InfoAlertIcon_defaultProps;
var NotificationAlertIcon_defaultProps = {
variant: 'primary'
};
exports.NotificationAlertIcon_defaultProps = NotificationAlertIcon_defaultProps;
var SuccessAlertIcon_defaultProps = {
variant: 'primary'
};
exports.SuccessAlertIcon_defaultProps = SuccessAlertIcon_defaultProps;
var WarningAlertIcon_defaultProps = {
variant: 'primary'
};
exports.WarningAlertIcon_defaultProps = WarningAlertIcon_defaultProps;