@atlaskit/pragmatic-drag-and-drop-react-drop-indicator
Version:
An optional Pragmatic drag and drop package containing react components that provide a visual indication about what the user will achieve when the drop (eg lines)
11 lines (10 loc) • 391 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.presetStrokeWidth = exports.presetStrokeColors = void 0;
var presetStrokeColors = exports.presetStrokeColors = {
default: "var(--ds-border-selected, #1868DB)",
warning: "var(--ds-border-warning, #E06C00)"
};
var presetStrokeWidth = exports.presetStrokeWidth = "var(--ds-border-width-selected, 2px)";