"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.INTEGRATED_SOLUTIONS = exports.DEFAULT_TIMEPICKER_QUICK_RANGES = exports.DEFAULT_DARK_MODE = void 0; /* * 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; you may not use this file except in compliance with the Elastic License * 2.0. */ const INTEGRATED_SOLUTIONS = ['apm', 'infrastructure', 'logs']; exports.INTEGRATED_SOLUTIONS = INTEGRATED_SOLUTIONS; const DEFAULT_TIMEPICKER_QUICK_RANGES = 'timepicker:quickRanges'; exports.DEFAULT_TIMEPICKER_QUICK_RANGES = DEFAULT_TIMEPICKER_QUICK_RANGES; const DEFAULT_DARK_MODE = 'theme:darkMode'; exports.DEFAULT_DARK_MODE = DEFAULT_DARK_MODE;