UNPKG

wix-style-react

Version:
24 lines (23 loc) 637 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.dataHooks = exports.TYPES = void 0; var TYPES = { standard: 'standard', success: 'success', destructive: 'destructive', warning: 'warning', premium: 'premium', preview: 'preview', dark: 'dark' }; exports.TYPES = TYPES; var dataHookPrefix = 'floating-notification'; var dataHooks = { button: "".concat(dataHookPrefix, "-button"), textButton: "".concat(dataHookPrefix, "-text-button"), notificationText: "".concat(dataHookPrefix, "-text"), closeButton: "".concat(dataHookPrefix, "-close-button") }; exports.dataHooks = dataHooks;