"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultPaletteParams = void 0; var _coloring = require("@kbn/coloring"); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ const defaultPaletteParams = { name: 'temperature', reverse: false, rangeType: 'percent', rangeMin: _coloring.DEFAULT_MIN_STOP, rangeMax: _coloring.DEFAULT_MAX_STOP, progression: _coloring.FIXED_PROGRESSION, stops: [], steps: _coloring.DEFAULT_COLOR_STEPS, colorStops: [], continuity: _coloring.DEFAULT_CONTINUITY }; exports.defaultPaletteParams = defaultPaletteParams;