@sanity/desk-tool
Version:
Tool for managing all sorts of content in a structured manner
13 lines (12 loc) • 319 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LEGACY_BUTTON_COLOR_TO_TONE = void 0;
var LEGACY_BUTTON_COLOR_TO_TONE = {
primary: 'primary',
warning: 'caution',
success: 'positive',
danger: 'critical'
};
exports.LEGACY_BUTTON_COLOR_TO_TONE = LEGACY_BUTTON_COLOR_TO_TONE;