wix-style-react
Version:
wix-style-react
21 lines (20 loc) • 619 B
JavaScript
;
exports.__esModule = true;
exports.dataHooks = exports.TYPES = void 0;
var TYPES = exports.TYPES = {
standard: 'standard',
success: 'success',
destructive: 'destructive',
warning: 'warning',
premium: 'premium',
preview: 'preview',
dark: 'dark'
};
var dataHookPrefix = 'floating-notification';
var dataHooks = exports.dataHooks = {
button: "".concat(dataHookPrefix, "-button"),
textButton: "".concat(dataHookPrefix, "-text-button"),
notificationText: "".concat(dataHookPrefix, "-text"),
closeButton: "".concat(dataHookPrefix, "-close-button")
};
//# sourceMappingURL=constants.js.map