"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.registerDefaultFontFaces = exports.SharedColors = exports.NeutralColors = exports.MotionAnimations = exports.MotionTimings = exports.MotionDurations = exports.mergeThemes = exports.LocalizedFontNames = exports.LocalizedFontFamilies = exports.createTheme = exports.createFontStyles = exports.FluentTheme = exports.Depths = exports.DefaultSpacing = exports.DefaultPalette = exports.DefaultFontStyles = exports.DefaultEffects = exports.CommunicationColors = exports.AnimationVariables = exports.AnimationStyles = void 0; var tslib_1 = require("tslib"); //When adding new exports to this file, also add them to index.ts. var theme_1 = require("@fluentui/theme"); Object.defineProperty(exports, "AnimationStyles", { enumerable: true, get: function () { return theme_1.AnimationStyles; } }); Object.defineProperty(exports, "AnimationVariables", { enumerable: true, get: function () { return theme_1.AnimationVariables; } }); Object.defineProperty(exports, "CommunicationColors", { enumerable: true, get: function () { return theme_1.CommunicationColors; } }); Object.defineProperty(exports, "DefaultEffects", { enumerable: true, get: function () { return theme_1.DefaultEffects; } }); Object.defineProperty(exports, "DefaultFontStyles", { enumerable: true, get: function () { return theme_1.DefaultFontStyles; } }); Object.defineProperty(exports, "DefaultPalette", { enumerable: true, get: function () { return theme_1.DefaultPalette; } }); Object.defineProperty(exports, "DefaultSpacing", { enumerable: true, get: function () { return theme_1.DefaultSpacing; } }); Object.defineProperty(exports, "Depths", { enumerable: true, get: function () { return theme_1.Depths; } }); Object.defineProperty(exports, "FluentTheme", { enumerable: true, get: function () { return theme_1.FluentTheme; } }); Object.defineProperty(exports, "createFontStyles", { enumerable: true, get: function () { return theme_1.createFontStyles; } }); Object.defineProperty(exports, "createTheme", { enumerable: true, get: function () { return theme_1.createTheme; } }); Object.defineProperty(exports, "LocalizedFontFamilies", { enumerable: true, get: function () { return theme_1.LocalizedFontFamilies; } }); Object.defineProperty(exports, "LocalizedFontNames", { enumerable: true, get: function () { return theme_1.LocalizedFontNames; } }); Object.defineProperty(exports, "mergeThemes", { enumerable: true, get: function () { return theme_1.mergeThemes; } }); Object.defineProperty(exports, "MotionDurations", { enumerable: true, get: function () { return theme_1.MotionDurations; } }); Object.defineProperty(exports, "MotionTimings", { enumerable: true, get: function () { return theme_1.MotionTimings; } }); Object.defineProperty(exports, "MotionAnimations", { enumerable: true, get: function () { return theme_1.MotionAnimations; } }); Object.defineProperty(exports, "NeutralColors", { enumerable: true, get: function () { return theme_1.NeutralColors; } }); Object.defineProperty(exports, "SharedColors", { enumerable: true, get: function () { return theme_1.SharedColors; } }); Object.defineProperty(exports, "registerDefaultFontFaces", { enumerable: true, get: function () { return theme_1.registerDefaultFontFaces; } }); tslib_1.__exportStar(require("./utilities/ThemeProvider/index"), exports); //When adding new exports to this file, also add them to index.ts. //# sourceMappingURL=Theme.js.map