207 lines
5.5 KiB
TypeScript
207 lines
5.5 KiB
TypeScript
|
import { BorderRadiusTokens } from '@fluentui/tokens';
|
||
|
import { Brands } from '@fluentui/tokens';
|
||
|
import { BrandVariants } from '@fluentui/tokens';
|
||
|
import { ColorPaletteAnchor } from '@fluentui/tokens';
|
||
|
import { ColorPaletteBeige } from '@fluentui/tokens';
|
||
|
import { ColorPaletteBerry } from '@fluentui/tokens';
|
||
|
import { ColorPaletteBlue } from '@fluentui/tokens';
|
||
|
import { ColorPaletteBrass } from '@fluentui/tokens';
|
||
|
import { ColorPaletteBrown } from '@fluentui/tokens';
|
||
|
import { ColorPaletteCornflower } from '@fluentui/tokens';
|
||
|
import { ColorPaletteCranberry } from '@fluentui/tokens';
|
||
|
import { ColorPaletteDarkGreen } from '@fluentui/tokens';
|
||
|
import { ColorPaletteDarkOrange } from '@fluentui/tokens';
|
||
|
import { ColorPaletteDarkRed } from '@fluentui/tokens';
|
||
|
import { ColorPaletteForest } from '@fluentui/tokens';
|
||
|
import { ColorPaletteGold } from '@fluentui/tokens';
|
||
|
import { ColorPaletteGrape } from '@fluentui/tokens';
|
||
|
import { ColorPaletteGreen } from '@fluentui/tokens';
|
||
|
import { ColorPaletteLavender } from '@fluentui/tokens';
|
||
|
import { ColorPaletteLightGreen } from '@fluentui/tokens';
|
||
|
import { ColorPaletteLightTeal } from '@fluentui/tokens';
|
||
|
import { ColorPaletteLilac } from '@fluentui/tokens';
|
||
|
import { ColorPaletteMagenta } from '@fluentui/tokens';
|
||
|
import { ColorPaletteMarigold } from '@fluentui/tokens';
|
||
|
import { ColorPaletteMink } from '@fluentui/tokens';
|
||
|
import { ColorPaletteNavy } from '@fluentui/tokens';
|
||
|
import { ColorPalettePeach } from '@fluentui/tokens';
|
||
|
import { ColorPalettePink } from '@fluentui/tokens';
|
||
|
import { ColorPalettePlatinum } from '@fluentui/tokens';
|
||
|
import { ColorPalettePlum } from '@fluentui/tokens';
|
||
|
import { ColorPalettePumpkin } from '@fluentui/tokens';
|
||
|
import { ColorPalettePurple } from '@fluentui/tokens';
|
||
|
import { ColorPaletteRed } from '@fluentui/tokens';
|
||
|
import { ColorPaletteRoyalBlue } from '@fluentui/tokens';
|
||
|
import { ColorPaletteSeafoam } from '@fluentui/tokens';
|
||
|
import { ColorPaletteSteel } from '@fluentui/tokens';
|
||
|
import { ColorPaletteTeal } from '@fluentui/tokens';
|
||
|
import { ColorPaletteTokens } from '@fluentui/tokens';
|
||
|
import { ColorPaletteYellow } from '@fluentui/tokens';
|
||
|
import { ColorTokens } from '@fluentui/tokens';
|
||
|
import { createDarkTheme } from '@fluentui/tokens';
|
||
|
import { createHighContrastTheme } from '@fluentui/tokens';
|
||
|
import { createLightTheme } from '@fluentui/tokens';
|
||
|
import { createTeamsDarkTheme } from '@fluentui/tokens';
|
||
|
import { CurveTokens } from '@fluentui/tokens';
|
||
|
import { DurationTokens } from '@fluentui/tokens';
|
||
|
import { FontFamilyTokens } from '@fluentui/tokens';
|
||
|
import { FontSizeTokens } from '@fluentui/tokens';
|
||
|
import { FontWeightTokens } from '@fluentui/tokens';
|
||
|
import { HorizontalSpacingTokens } from '@fluentui/tokens';
|
||
|
import { LineHeightTokens } from '@fluentui/tokens';
|
||
|
import { PartialTheme } from '@fluentui/tokens';
|
||
|
import { ShadowBrandTokens } from '@fluentui/tokens';
|
||
|
import { ShadowTokens } from '@fluentui/tokens';
|
||
|
import { SpacingTokens } from '@fluentui/tokens';
|
||
|
import { StrokeWidthTokens } from '@fluentui/tokens';
|
||
|
import { teamsDarkTheme } from '@fluentui/tokens';
|
||
|
import { teamsHighContrastTheme } from '@fluentui/tokens';
|
||
|
import { teamsLightTheme } from '@fluentui/tokens';
|
||
|
import { Theme } from '@fluentui/tokens';
|
||
|
import { themeToTokensObject } from '@fluentui/tokens';
|
||
|
import { tokens } from '@fluentui/tokens';
|
||
|
import { TypographyStyle } from '@fluentui/tokens';
|
||
|
import { TypographyStyles } from '@fluentui/tokens';
|
||
|
import { typographyStyles } from '@fluentui/tokens';
|
||
|
import { VerticalSpacingTokens } from '@fluentui/tokens';
|
||
|
import { webDarkTheme } from '@fluentui/tokens';
|
||
|
import { webLightTheme } from '@fluentui/tokens';
|
||
|
|
||
|
export { BorderRadiusTokens }
|
||
|
|
||
|
export { Brands }
|
||
|
|
||
|
export { BrandVariants }
|
||
|
|
||
|
export { ColorPaletteAnchor }
|
||
|
|
||
|
export { ColorPaletteBeige }
|
||
|
|
||
|
export { ColorPaletteBerry }
|
||
|
|
||
|
export { ColorPaletteBlue }
|
||
|
|
||
|
export { ColorPaletteBrass }
|
||
|
|
||
|
export { ColorPaletteBrown }
|
||
|
|
||
|
export { ColorPaletteCornflower }
|
||
|
|
||
|
export { ColorPaletteCranberry }
|
||
|
|
||
|
export { ColorPaletteDarkGreen }
|
||
|
|
||
|
export { ColorPaletteDarkOrange }
|
||
|
|
||
|
export { ColorPaletteDarkRed }
|
||
|
|
||
|
export { ColorPaletteForest }
|
||
|
|
||
|
export { ColorPaletteGold }
|
||
|
|
||
|
export { ColorPaletteGrape }
|
||
|
|
||
|
export { ColorPaletteGreen }
|
||
|
|
||
|
export { ColorPaletteLavender }
|
||
|
|
||
|
export { ColorPaletteLightGreen }
|
||
|
|
||
|
export { ColorPaletteLightTeal }
|
||
|
|
||
|
export { ColorPaletteLilac }
|
||
|
|
||
|
export { ColorPaletteMagenta }
|
||
|
|
||
|
export { ColorPaletteMarigold }
|
||
|
|
||
|
export { ColorPaletteMink }
|
||
|
|
||
|
export { ColorPaletteNavy }
|
||
|
|
||
|
export { ColorPalettePeach }
|
||
|
|
||
|
export { ColorPalettePink }
|
||
|
|
||
|
export { ColorPalettePlatinum }
|
||
|
|
||
|
export { ColorPalettePlum }
|
||
|
|
||
|
export { ColorPalettePumpkin }
|
||
|
|
||
|
export { ColorPalettePurple }
|
||
|
|
||
|
export { ColorPaletteRed }
|
||
|
|
||
|
export { ColorPaletteRoyalBlue }
|
||
|
|
||
|
export { ColorPaletteSeafoam }
|
||
|
|
||
|
export { ColorPaletteSteel }
|
||
|
|
||
|
export { ColorPaletteTeal }
|
||
|
|
||
|
export { ColorPaletteTokens }
|
||
|
|
||
|
export { ColorPaletteYellow }
|
||
|
|
||
|
export { ColorTokens }
|
||
|
|
||
|
export { createDarkTheme }
|
||
|
|
||
|
export { createHighContrastTheme }
|
||
|
|
||
|
export { createLightTheme }
|
||
|
|
||
|
export { createTeamsDarkTheme }
|
||
|
|
||
|
export { CurveTokens }
|
||
|
|
||
|
export { DurationTokens }
|
||
|
|
||
|
export { FontFamilyTokens }
|
||
|
|
||
|
export { FontSizeTokens }
|
||
|
|
||
|
export { FontWeightTokens }
|
||
|
|
||
|
export { HorizontalSpacingTokens }
|
||
|
|
||
|
export { LineHeightTokens }
|
||
|
|
||
|
export { PartialTheme }
|
||
|
|
||
|
export { ShadowBrandTokens }
|
||
|
|
||
|
export { ShadowTokens }
|
||
|
|
||
|
export { SpacingTokens }
|
||
|
|
||
|
export { StrokeWidthTokens }
|
||
|
|
||
|
export { teamsDarkTheme }
|
||
|
|
||
|
export { teamsHighContrastTheme }
|
||
|
|
||
|
export { teamsLightTheme }
|
||
|
|
||
|
export { Theme }
|
||
|
|
||
|
export { themeToTokensObject }
|
||
|
|
||
|
export { tokens }
|
||
|
|
||
|
export { TypographyStyle }
|
||
|
|
||
|
export { TypographyStyles }
|
||
|
|
||
|
export { typographyStyles }
|
||
|
|
||
|
export { VerticalSpacingTokens }
|
||
|
|
||
|
export { webDarkTheme }
|
||
|
|
||
|
export { webLightTheme }
|
||
|
|
||
|
export { }
|