UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

31 lines (30 loc) 1.48 kB
/** * DevExtreme (cjs/__internal/viz/core/themes/generic/light/contants.js) * Version: 24.2.6 * Build date: Mon Mar 17 2025 * * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WHITE = exports.TOP = exports.SOME_GREY = exports.SOLID = exports.SECONDARY_TITLE_COLOR = exports.RIGHT = exports.RED = exports.PRIMARY_TITLE_COLOR = exports.OUTSIDE = exports.NONE = exports.LIGHT_GREY = exports.LEFT = exports.INSIDE = exports.GREY_GREEN = exports.CENTER = exports.BOTTOM = exports.BLACK = void 0; const WHITE = exports.WHITE = "#ffffff"; const BLACK = exports.BLACK = "#000000"; const LIGHT_GREY = exports.LIGHT_GREY = "#d3d3d3"; const GREY_GREEN = exports.GREY_GREEN = "#303030"; const SOME_GREY = exports.SOME_GREY = "#2b2b2b"; const RED = exports.RED = "#ff0000"; const PRIMARY_TITLE_COLOR = exports.PRIMARY_TITLE_COLOR = "#232323"; const SECONDARY_TITLE_COLOR = exports.SECONDARY_TITLE_COLOR = "#767676"; const NONE = exports.NONE = "none"; const SOLID = exports.SOLID = "solid"; const TOP = exports.TOP = "top"; const RIGHT = exports.RIGHT = "right"; const BOTTOM = exports.BOTTOM = "bottom"; const LEFT = exports.LEFT = "left"; const CENTER = exports.CENTER = "center"; const INSIDE = exports.INSIDE = "inside"; const OUTSIDE = exports.OUTSIDE = "outside";