UNPKG

devextreme

Version:

JavaScript/TypeScript Component Suite for Responsive Web Development

51 lines (50 loc) 1.18 kB
/** * DevExtreme (esm/__internal/viz/core/themes/fluent/index.js) * Version: 25.2.8 * Build date: Mon Jun 08 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ const themes = [{ baseThemeName: "material.blue.light", theme: { name: "fluent.blue.light" } }, { baseThemeName: "fluent.blue.light", theme: { name: "fluent.blue.light.compact" } }, { baseThemeName: "fluent.blue.light", theme: { name: "fluent.saas.light" } }, { baseThemeName: "fluent.saas.light", theme: { name: "fluent.saas.light.compact" } }, { baseThemeName: "material.blue.dark", theme: { name: "fluent.blue.dark" } }, { baseThemeName: "fluent.blue.dark", theme: { name: "fluent.blue.dark.compact" } }, { baseThemeName: "fluent.blue.dark", theme: { name: "fluent.saas.dark" } }, { baseThemeName: "fluent.saas.dark", theme: { name: "fluent.saas.dark.compact" } }]; export default themes;