@wix/design-system
Version:
@wix/design-system
26 lines (25 loc) • 896 B
JavaScript
;
exports.__esModule = true;
exports.VARIANT = exports.SIZE = exports.DEFAULT_TOOLTIP_IDLE = exports.DEFAULT_TOOLTIP_COPIED = exports.DATA_HOOKS = exports.COPY_RESET_TIMEOUT_MS = exports.COPY_BUTTON_SIZE = void 0;
var VARIANT = exports.VARIANT = {
inline: 'inline',
singleline: 'singleline',
multiline: 'multiline'
};
var SIZE = exports.SIZE = {
tiny: 'tiny',
small: 'small',
medium: 'medium'
};
var COPY_BUTTON_SIZE = exports.COPY_BUTTON_SIZE = {
small: 'small',
medium: 'medium'
};
var DEFAULT_TOOLTIP_IDLE = exports.DEFAULT_TOOLTIP_IDLE = 'Copy to clipboard';
var DEFAULT_TOOLTIP_COPIED = exports.DEFAULT_TOOLTIP_COPIED = 'Copied to clipboard';
var COPY_RESET_TIMEOUT_MS = exports.COPY_RESET_TIMEOUT_MS = 3000;
var DATA_HOOKS = exports.DATA_HOOKS = {
copyButton: 'codesnippet-copy',
code: 'codesnippet-code'
};
//# sourceMappingURL=CodeSnippet.constants.js.map