UNPKG

@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
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.presetStrokeWidth = exports.presetStrokeColors = void 0; var presetStrokeColors = exports.presetStrokeColors = { default: "var(--ds-border-selected, #0C66E4)", warning: "var(--ds-border-warning, #E56910)" }; var presetStrokeWidth = exports.presetStrokeWidth = "var(--ds-border-width-selected, 2px)";