@fluentui/tokens 0.0.0-nightly-20230321-0440.1 → 0.0.0-nightly-20230322-0439.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.swcrc +30 -0
- package/CHANGELOG.json +24 -3
- package/CHANGELOG.md +14 -4
- package/lib/alias/darkColor.js +2 -4
- package/lib/alias/darkColor.js.map +1 -1
- package/lib/alias/darkColorPalette.js +1 -2
- package/lib/alias/darkColorPalette.js.map +1 -1
- package/lib/alias/highContrastColor.js +2 -4
- package/lib/alias/highContrastColor.js.map +1 -1
- package/lib/alias/highContrastColorPalette.js.map +1 -1
- package/lib/alias/lightColor.js +2 -4
- package/lib/alias/lightColor.js.map +1 -1
- package/lib/alias/lightColorPalette.js.map +1 -1
- package/lib/alias/teamsDarkColor.js +2 -4
- package/lib/alias/teamsDarkColor.js.map +1 -1
- package/lib/global/borderRadius.js.map +1 -1
- package/lib/global/brandColors.js.map +1 -1
- package/lib/global/colorPalette.js.map +1 -1
- package/lib/global/colors.js +1 -3
- package/lib/global/colors.js.map +1 -1
- package/lib/global/curves.js.map +1 -1
- package/lib/global/durations.js.map +1 -1
- package/lib/global/fonts.js.map +1 -1
- package/lib/global/index.js.map +1 -1
- package/lib/global/spacings.js.map +1 -1
- package/lib/global/strokeWidths.js.map +1 -1
- package/lib/global/typographyStyles.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/sharedColorNames.js +1 -2
- package/lib/sharedColorNames.js.map +1 -1
- package/lib/themeToTokensObject.js +1 -2
- package/lib/themeToTokensObject.js.map +1 -1
- package/lib/themes/index.js.map +1 -1
- package/lib/themes/teams/darkTheme.js.map +1 -1
- package/lib/themes/teams/highContrastTheme.js.map +1 -1
- package/lib/themes/teams/index.js.map +1 -1
- package/lib/themes/teams/lightTheme.js.map +1 -1
- package/lib/themes/web/darkTheme.js.map +1 -1
- package/lib/themes/web/index.js.map +1 -1
- package/lib/themes/web/lightTheme.js.map +1 -1
- package/lib/tokens.js.map +1 -1
- package/lib/types.js.map +1 -1
- package/lib/utils/createDarkTheme.js.map +1 -1
- package/lib/utils/createHighContrastTheme.js.map +1 -1
- package/lib/utils/createLightTheme.js.map +1 -1
- package/lib/utils/createTeamsDarkTheme.js.map +1 -1
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/shadows.js.map +1 -1
- package/lib-commonjs/alias/darkColor.js +158 -159
- package/lib-commonjs/alias/darkColor.js.map +1 -1
- package/lib-commonjs/alias/darkColorPalette.js +46 -44
- package/lib-commonjs/alias/darkColorPalette.js.map +1 -1
- package/lib-commonjs/alias/highContrastColor.js +158 -159
- package/lib-commonjs/alias/highContrastColor.js.map +1 -1
- package/lib-commonjs/alias/highContrastColorPalette.js +37 -34
- package/lib-commonjs/alias/highContrastColorPalette.js.map +1 -1
- package/lib-commonjs/alias/lightColor.js +158 -159
- package/lib-commonjs/alias/lightColor.js.map +1 -1
- package/lib-commonjs/alias/lightColorPalette.js +38 -35
- package/lib-commonjs/alias/lightColorPalette.js.map +1 -1
- package/lib-commonjs/alias/teamsDarkColor.js +158 -159
- package/lib-commonjs/alias/teamsDarkColor.js.map +1 -1
- package/lib-commonjs/global/borderRadius.js +14 -11
- package/lib-commonjs/global/borderRadius.js.map +1 -1
- package/lib-commonjs/global/brandColors.js +65 -55
- package/lib-commonjs/global/brandColors.js.map +1 -1
- package/lib-commonjs/global/colorPalette.js +51 -42
- package/lib-commonjs/global/colorPalette.js.map +1 -1
- package/lib-commonjs/global/colors.js +883 -814
- package/lib-commonjs/global/colors.js.map +1 -1
- package/lib-commonjs/global/curves.js +17 -14
- package/lib-commonjs/global/curves.js.map +1 -1
- package/lib-commonjs/global/durations.js +15 -12
- package/lib-commonjs/global/durations.js.map +1 -1
- package/lib-commonjs/global/fonts.js +48 -39
- package/lib-commonjs/global/fonts.js.map +1 -1
- package/lib-commonjs/global/index.js +12 -12
- package/lib-commonjs/global/index.js.map +1 -1
- package/lib-commonjs/global/spacings.js +49 -40
- package/lib-commonjs/global/spacings.js.map +1 -1
- package/lib-commonjs/global/strokeWidths.js +12 -9
- package/lib-commonjs/global/strokeWidths.js.map +1 -1
- package/lib-commonjs/global/typographyStyles.js +111 -111
- package/lib-commonjs/global/typographyStyles.js.map +1 -1
- package/lib-commonjs/index.js +29 -81
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/sharedColorNames.js +69 -10
- package/lib-commonjs/sharedColorNames.js.map +1 -1
- package/lib-commonjs/themeToTokensObject.js +16 -15
- package/lib-commonjs/themeToTokensObject.js.map +1 -1
- package/lib-commonjs/themes/index.js +6 -5
- package/lib-commonjs/themes/index.js.map +1 -1
- package/lib-commonjs/themes/teams/darkTheme.js +9 -6
- package/lib-commonjs/themes/teams/darkTheme.js.map +1 -1
- package/lib-commonjs/themes/teams/highContrastTheme.js +8 -5
- package/lib-commonjs/themes/teams/highContrastTheme.js.map +1 -1
- package/lib-commonjs/themes/teams/index.js +7 -6
- package/lib-commonjs/themes/teams/index.js.map +1 -1
- package/lib-commonjs/themes/teams/lightTheme.js +9 -6
- package/lib-commonjs/themes/teams/lightTheme.js.map +1 -1
- package/lib-commonjs/themes/web/darkTheme.js +9 -6
- package/lib-commonjs/themes/web/darkTheme.js.map +1 -1
- package/lib-commonjs/themes/web/index.js +6 -5
- package/lib-commonjs/themes/web/index.js.map +1 -1
- package/lib-commonjs/themes/web/lightTheme.js +9 -6
- package/lib-commonjs/themes/web/lightTheme.js.map +1 -1
- package/lib-commonjs/tokens.js +443 -440
- package/lib-commonjs/tokens.js.map +1 -1
- package/lib-commonjs/types.js +3 -2
- package/lib-commonjs/types.js.map +1 -1
- package/lib-commonjs/utils/createDarkTheme.js +32 -30
- package/lib-commonjs/utils/createDarkTheme.js.map +1 -1
- package/lib-commonjs/utils/createHighContrastTheme.js +32 -30
- package/lib-commonjs/utils/createHighContrastTheme.js.map +1 -1
- package/lib-commonjs/utils/createLightTheme.js +32 -30
- package/lib-commonjs/utils/createLightTheme.js.map +1 -1
- package/lib-commonjs/utils/createTeamsDarkTheme.js +32 -30
- package/lib-commonjs/utils/createTeamsDarkTheme.js.map +1 -1
- package/lib-commonjs/utils/index.js +8 -7
- package/lib-commonjs/utils/index.js.map +1 -1
- package/lib-commonjs/utils/shadows.js +15 -13
- package/lib-commonjs/utils/shadows.js.map +1 -1
- package/package.json +3 -3
package/lib/types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../../packages/tokens/src/types.ts"],"names":[],"mappings":"","sourcesContent":["import { statusSharedColorNames, personaSharedColorNames, unusedSharedColorNames } from './sharedColorNames';\n\n/**\n * Design tokens for alias colors\n */\nexport type ColorTokens = {\n colorNeutralForeground1: string;\n colorNeutralForeground1Hover: string;\n colorNeutralForeground1Pressed: string;\n colorNeutralForeground1Selected: string;\n colorNeutralForeground2: string;\n colorNeutralForeground2Hover: string;\n colorNeutralForeground2Pressed: string;\n colorNeutralForeground2Selected: string;\n colorNeutralForeground2BrandHover: string;\n colorNeutralForeground2BrandPressed: string;\n colorNeutralForeground2BrandSelected: string;\n colorNeutralForeground3: string;\n colorNeutralForeground3Hover: string;\n colorNeutralForeground3Pressed: string;\n colorNeutralForeground3Selected: string;\n colorNeutralForeground3BrandHover: string;\n colorNeutralForeground3BrandPressed: string;\n colorNeutralForeground3BrandSelected: string;\n colorNeutralForeground4: string;\n colorNeutralForegroundDisabled: string;\n colorNeutralForegroundInvertedDisabled: string;\n colorBrandForegroundLink: string;\n colorBrandForegroundLinkHover: string;\n colorBrandForegroundLinkPressed: string;\n colorBrandForegroundLinkSelected: string;\n colorNeutralForeground2Link: string;\n colorNeutralForeground2LinkHover: string;\n colorNeutralForeground2LinkPressed: string;\n colorNeutralForeground2LinkSelected: string;\n colorCompoundBrandForeground1: string;\n colorCompoundBrandForeground1Hover: string;\n colorCompoundBrandForeground1Pressed: string;\n colorBrandForeground1: string;\n colorBrandForeground2: string;\n colorNeutralForeground1Static: string;\n colorNeutralForegroundInverted: string;\n colorNeutralForegroundInvertedHover: string;\n colorNeutralForegroundInvertedPressed: string;\n colorNeutralForegroundInvertedSelected: string;\n colorNeutralForegroundInverted2: string;\n colorNeutralForegroundOnBrand: string;\n colorNeutralForegroundStaticInverted: string;\n colorNeutralForegroundInvertedLink: string;\n colorNeutralForegroundInvertedLinkHover: string;\n colorNeutralForegroundInvertedLinkPressed: string;\n colorNeutralForegroundInvertedLinkSelected: string;\n colorBrandForegroundInverted: string;\n colorBrandForegroundInvertedHover: string;\n colorBrandForegroundInvertedPressed: string;\n colorBrandForegroundOnLight: string;\n colorBrandForegroundOnLightHover: string;\n colorBrandForegroundOnLightPressed: string;\n colorBrandForegroundOnLightSelected: string;\n colorNeutralBackground1: string;\n colorNeutralBackground1Hover: string;\n colorNeutralBackground1Pressed: string;\n colorNeutralBackground1Selected: string;\n colorNeutralBackground2: string;\n colorNeutralBackground2Hover: string;\n colorNeutralBackground2Pressed: string;\n colorNeutralBackground2Selected: string;\n colorNeutralBackground3: string;\n colorNeutralBackground3Hover: string;\n colorNeutralBackground3Pressed: string;\n colorNeutralBackground3Selected: string;\n colorNeutralBackground4: string;\n colorNeutralBackground4Hover: string;\n colorNeutralBackground4Pressed: string;\n colorNeutralBackground4Selected: string;\n colorNeutralBackground5: string;\n colorNeutralBackground5Hover: string;\n colorNeutralBackground5Pressed: string;\n colorNeutralBackground5Selected: string;\n colorNeutralBackground6: string;\n colorNeutralBackgroundInverted: string;\n colorNeutralBackgroundStatic: string;\n colorNeutralBackgroundAlpha: string;\n colorNeutralBackgroundAlpha2: string;\n colorSubtleBackground: string;\n colorSubtleBackgroundHover: string;\n colorSubtleBackgroundPressed: string;\n colorSubtleBackgroundSelected: string;\n colorSubtleBackgroundLightAlphaHover: string;\n colorSubtleBackgroundLightAlphaPressed: string;\n colorSubtleBackgroundLightAlphaSelected: string;\n colorSubtleBackgroundInverted: string;\n colorSubtleBackgroundInvertedHover: string;\n colorSubtleBackgroundInvertedPressed: string;\n colorSubtleBackgroundInvertedSelected: string;\n colorTransparentBackground: string;\n colorTransparentBackgroundHover: string;\n colorTransparentBackgroundPressed: string;\n colorTransparentBackgroundSelected: string;\n colorNeutralBackgroundDisabled: string;\n colorNeutralBackgroundInvertedDisabled: string;\n colorNeutralStencil1: string;\n colorNeutralStencil2: string;\n colorNeutralStencil1Alpha: string;\n colorNeutralStencil2Alpha: string;\n colorBackgroundOverlay: string;\n colorScrollbarOverlay: string;\n colorBrandBackground: string;\n colorBrandBackgroundHover: string;\n colorBrandBackgroundPressed: string;\n colorBrandBackgroundSelected: string;\n colorCompoundBrandBackground: string;\n colorCompoundBrandBackgroundHover: string;\n colorCompoundBrandBackgroundPressed: string;\n colorBrandBackgroundStatic: string;\n colorBrandBackground2: string;\n colorBrandBackgroundInverted: string;\n colorBrandBackgroundInvertedHover: string;\n colorBrandBackgroundInvertedPressed: string;\n colorBrandBackgroundInvertedSelected: string;\n colorNeutralStrokeAccessible: string;\n colorNeutralStrokeAccessibleHover: string;\n colorNeutralStrokeAccessiblePressed: string;\n colorNeutralStrokeAccessibleSelected: string;\n colorNeutralStroke1: string;\n colorNeutralStroke1Hover: string;\n colorNeutralStroke1Pressed: string;\n colorNeutralStroke1Selected: string;\n colorNeutralStroke2: string;\n colorNeutralStroke3: string;\n colorNeutralStrokeOnBrand: string;\n colorNeutralStrokeOnBrand2: string;\n colorNeutralStrokeOnBrand2Hover: string;\n colorNeutralStrokeOnBrand2Pressed: string;\n colorNeutralStrokeOnBrand2Selected: string;\n colorBrandStroke1: string;\n colorBrandStroke2: string;\n colorCompoundBrandStroke: string;\n colorCompoundBrandStrokeHover: string;\n colorCompoundBrandStrokePressed: string;\n colorNeutralStrokeDisabled: string;\n colorNeutralStrokeInvertedDisabled: string;\n colorTransparentStroke: string;\n colorTransparentStrokeInteractive: string;\n colorTransparentStrokeDisabled: string;\n colorNeutralStrokeAlpha: string;\n colorStrokeFocus1: string;\n colorStrokeFocus2: string;\n colorNeutralShadowAmbient: string;\n colorNeutralShadowKey: string;\n colorNeutralShadowAmbientLighter: string;\n colorNeutralShadowKeyLighter: string;\n colorNeutralShadowAmbientDarker: string;\n colorNeutralShadowKeyDarker: string;\n colorBrandShadowAmbient: string;\n colorBrandShadowKey: string;\n};\n\nexport type ColorPaletteRed =\n | 'colorPaletteRedBackground1'\n | 'colorPaletteRedBackground2'\n | 'colorPaletteRedBackground3'\n | 'colorPaletteRedForeground1'\n | 'colorPaletteRedForeground2'\n | 'colorPaletteRedForeground3'\n | 'colorPaletteRedForegroundInverted'\n | 'colorPaletteRedBorderActive'\n | 'colorPaletteRedBorder1'\n | 'colorPaletteRedBorder2';\n\nexport type ColorPaletteGreen =\n | 'colorPaletteGreenBackground1'\n | 'colorPaletteGreenBackground2'\n | 'colorPaletteGreenBackground3'\n | 'colorPaletteGreenForeground1'\n | 'colorPaletteGreenForeground2'\n | 'colorPaletteGreenForeground3'\n | 'colorPaletteGreenForegroundInverted'\n | 'colorPaletteGreenBorderActive'\n | 'colorPaletteGreenBorder1'\n | 'colorPaletteGreenBorder2';\n\nexport type ColorPaletteDarkOrange =\n | 'colorPaletteDarkOrangeBackground1'\n | 'colorPaletteDarkOrangeBackground2'\n | 'colorPaletteDarkOrangeBackground3'\n | 'colorPaletteDarkOrangeForeground1'\n | 'colorPaletteDarkOrangeForeground2'\n | 'colorPaletteDarkOrangeForeground3'\n | 'colorPaletteDarkOrangeBorderActive'\n | 'colorPaletteDarkOrangeBorder1'\n | 'colorPaletteDarkOrangeBorder2';\n\nexport type ColorPaletteYellow =\n | 'colorPaletteYellowBackground1'\n | 'colorPaletteYellowBackground2'\n | 'colorPaletteYellowBackground3'\n | 'colorPaletteYellowForeground1'\n | 'colorPaletteYellowForeground2'\n | 'colorPaletteYellowForeground3'\n | 'colorPaletteYellowForegroundInverted'\n | 'colorPaletteYellowBorderActive'\n | 'colorPaletteYellowBorder1'\n | 'colorPaletteYellowBorder2';\n\nexport type ColorPaletteBerry =\n | 'colorPaletteBerryBackground1'\n | 'colorPaletteBerryBackground2'\n | 'colorPaletteBerryBackground3'\n | 'colorPaletteBerryForeground1'\n | 'colorPaletteBerryForeground2'\n | 'colorPaletteBerryForeground3'\n | 'colorPaletteBerryBorderActive'\n | 'colorPaletteBerryBorder1'\n | 'colorPaletteBerryBorder2';\n\nexport type ColorPaletteMarigold =\n | 'colorPaletteMarigoldBackground1'\n | 'colorPaletteMarigoldBackground2'\n | 'colorPaletteMarigoldBackground3'\n | 'colorPaletteMarigoldForeground1'\n | 'colorPaletteMarigoldForeground2'\n | 'colorPaletteMarigoldForeground3'\n | 'colorPaletteMarigoldBorderActive'\n | 'colorPaletteMarigoldBorder1'\n | 'colorPaletteMarigoldBorder2';\n\nexport type ColorPaletteLightGreen =\n | 'colorPaletteLightGreenBackground1'\n | 'colorPaletteLightGreenBackground2'\n | 'colorPaletteLightGreenBackground3'\n | 'colorPaletteLightGreenForeground1'\n | 'colorPaletteLightGreenForeground2'\n | 'colorPaletteLightGreenForeground3'\n | 'colorPaletteLightGreenBorderActive'\n | 'colorPaletteLightGreenBorder1'\n | 'colorPaletteLightGreenBorder2';\n\nexport type ColorPaletteDarkRed =\n | 'colorPaletteDarkRedBackground2'\n | 'colorPaletteDarkRedForeground2'\n | 'colorPaletteDarkRedBorderActive';\n\nexport type ColorPaletteCranberry =\n | 'colorPaletteCranberryBackground2'\n | 'colorPaletteCranberryForeground2'\n | 'colorPaletteCranberryBorderActive';\n\nexport type ColorPalettePumpkin =\n | 'colorPalettePumpkinBackground2'\n | 'colorPalettePumpkinForeground2'\n | 'colorPalettePumpkinBorderActive';\n\nexport type ColorPalettePeach =\n | 'colorPalettePeachBackground2'\n | 'colorPalettePeachForeground2'\n | 'colorPalettePeachBorderActive';\n\nexport type ColorPaletteGold =\n | 'colorPaletteGoldBackground2'\n | 'colorPaletteGoldForeground2'\n | 'colorPaletteGoldBorderActive';\n\nexport type ColorPaletteBrass =\n | 'colorPaletteBrassBackground2'\n | 'colorPaletteBrassForeground2'\n | 'colorPaletteBrassBorderActive';\n\nexport type ColorPaletteBrown =\n | 'colorPaletteBrownBackground2'\n | 'colorPaletteBrownForeground2'\n | 'colorPaletteBrownBorderActive';\n\nexport type ColorPaletteForest =\n | 'colorPaletteForestBackground2'\n | 'colorPaletteForestForeground2'\n | 'colorPaletteForestBorderActive';\n\nexport type ColorPaletteSeafoam =\n | 'colorPaletteSeafoamBackground2'\n | 'colorPaletteSeafoamForeground2'\n | 'colorPaletteSeafoamBorderActive';\n\nexport type ColorPaletteDarkGreen =\n | 'colorPaletteDarkGreenBackground2'\n | 'colorPaletteDarkGreenForeground2'\n | 'colorPaletteDarkGreenBorderActive';\n\nexport type ColorPaletteLightTeal =\n | 'colorPaletteLightTealBackground2'\n | 'colorPaletteLightTealForeground2'\n | 'colorPaletteLightTealBorderActive';\n\nexport type ColorPaletteTeal =\n | 'colorPaletteTealBackground2'\n | 'colorPaletteTealForeground2'\n | 'colorPaletteTealBorderActive';\n\nexport type ColorPaletteSteel =\n | 'colorPaletteSteelBackground2'\n | 'colorPaletteSteelForeground2'\n | 'colorPaletteSteelBorderActive';\n\nexport type ColorPaletteBlue =\n | 'colorPaletteBlueBackground2'\n | 'colorPaletteBlueForeground2'\n | 'colorPaletteBlueBorderActive';\n\nexport type ColorPaletteRoyalBlue =\n | 'colorPaletteRoyalBlueBackground2'\n | 'colorPaletteRoyalBlueForeground2'\n | 'colorPaletteRoyalBlueBorderActive';\n\nexport type ColorPaletteCornflower =\n | 'colorPaletteCornflowerBackground2'\n | 'colorPaletteCornflowerForeground2'\n | 'colorPaletteCornflowerBorderActive';\n\nexport type ColorPaletteNavy =\n | 'colorPaletteNavyBackground2'\n | 'colorPaletteNavyForeground2'\n | 'colorPaletteNavyBorderActive';\n\nexport type ColorPaletteLavender =\n | 'colorPaletteLavenderBackground2'\n | 'colorPaletteLavenderForeground2'\n | 'colorPaletteLavenderBorderActive';\n\nexport type ColorPalettePurple =\n | 'colorPalettePurpleBackground2'\n | 'colorPalettePurpleForeground2'\n | 'colorPalettePurpleBorderActive';\n\nexport type ColorPaletteGrape =\n | 'colorPaletteGrapeBackground2'\n | 'colorPaletteGrapeForeground2'\n | 'colorPaletteGrapeBorderActive';\n\nexport type ColorPaletteLilac =\n | 'colorPaletteLilacBackground2'\n | 'colorPaletteLilacForeground2'\n | 'colorPaletteLilacBorderActive';\n\nexport type ColorPalettePink =\n | 'colorPalettePinkBackground2'\n | 'colorPalettePinkForeground2'\n | 'colorPalettePinkBorderActive';\n\nexport type ColorPaletteMagenta =\n | 'colorPaletteMagentaBackground2'\n | 'colorPaletteMagentaForeground2'\n | 'colorPaletteMagentaBorderActive';\n\nexport type ColorPalettePlum =\n | 'colorPalettePlumBackground2'\n | 'colorPalettePlumForeground2'\n | 'colorPalettePlumBorderActive';\n\nexport type ColorPaletteBeige =\n | 'colorPaletteBeigeBackground2'\n | 'colorPaletteBeigeForeground2'\n | 'colorPaletteBeigeBorderActive';\n\nexport type ColorPaletteMink =\n | 'colorPaletteMinkBackground2'\n | 'colorPaletteMinkForeground2'\n | 'colorPaletteMinkBorderActive';\n\nexport type ColorPalettePlatinum =\n | 'colorPalettePlatinumBackground2'\n | 'colorPalettePlatinumForeground2'\n | 'colorPalettePlatinumBorderActive';\n\nexport type ColorPaletteAnchor =\n | 'colorPaletteAnchorBackground2'\n | 'colorPaletteAnchorForeground2'\n | 'colorPaletteAnchorBorderActive';\n\nexport type StatusColorPaletteTokens = Record<\n | ColorPaletteRed\n | ColorPaletteGreen\n | ColorPaletteDarkOrange\n | ColorPaletteYellow\n | ColorPaletteBerry\n | ColorPaletteMarigold\n | ColorPaletteLightGreen,\n string\n>;\n\nexport type PersonaColorPaletteTokens = Record<\n | ColorPaletteDarkRed\n | ColorPaletteCranberry\n | ColorPalettePumpkin\n | ColorPalettePeach\n | ColorPaletteGold\n | ColorPaletteBrass\n | ColorPaletteBrown\n | ColorPaletteForest\n | ColorPaletteSeafoam\n | ColorPaletteDarkGreen\n | ColorPaletteLightTeal\n | ColorPaletteTeal\n | ColorPaletteSteel\n | ColorPaletteBlue\n | ColorPaletteRoyalBlue\n | ColorPaletteCornflower\n | ColorPaletteNavy\n | ColorPaletteLavender\n | ColorPalettePurple\n | ColorPaletteGrape\n | ColorPaletteLilac\n | ColorPalettePink\n | ColorPaletteMagenta\n | ColorPalettePlum\n | ColorPaletteBeige\n | ColorPaletteMink\n | ColorPalettePlatinum\n | ColorPaletteAnchor,\n string\n>;\n\nexport type ColorPaletteTokens = StatusColorPaletteTokens & PersonaColorPaletteTokens;\n\n/**\n * Possible color variant values\n */\nexport type ColorVariants = {\n shade50: string;\n shade40: string;\n shade30: string;\n shade20: string;\n shade10: string;\n primary: string;\n tint10: string;\n tint20: string;\n tint30: string;\n tint40: string;\n tint50: string;\n tint60: string;\n};\n\nexport type Brands = 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90 | 100 | 110 | 120 | 130 | 140 | 150 | 160;\n\nexport type BrandVariants = Record<Brands, string>;\n\ntype StatusSharedColorNames = (typeof statusSharedColorNames)[number];\ntype PersonaSharedColorNames = (typeof personaSharedColorNames)[number];\ntype UnusedSharedColorNames = (typeof unusedSharedColorNames)[number];\n\nexport type StatusSharedColors = Record<StatusSharedColorNames, ColorVariants>;\nexport type PersonaSharedColors = Record<PersonaSharedColorNames, ColorVariants>;\nexport type UnusedSharedColors = Record<UnusedSharedColorNames, ColorVariants>;\n\nexport type FontSizeTokens = {\n fontSizeBase100: string;\n fontSizeBase200: string;\n fontSizeBase300: string;\n fontSizeBase400: string;\n fontSizeBase500: string;\n fontSizeBase600: string;\n\n fontSizeHero700: string;\n fontSizeHero800: string;\n fontSizeHero900: string;\n fontSizeHero1000: string;\n};\n\nexport type LineHeightTokens = {\n lineHeightBase100: string;\n lineHeightBase200: string;\n lineHeightBase300: string;\n lineHeightBase400: string;\n lineHeightBase500: string;\n lineHeightBase600: string;\n\n lineHeightHero700: string;\n lineHeightHero800: string;\n lineHeightHero900: string;\n lineHeightHero1000: string;\n};\n\nexport type FontWeightTokens = {\n fontWeightRegular: number;\n fontWeightMedium: number;\n fontWeightSemibold: number;\n fontWeightBold: number;\n};\n\nexport type FontFamilyTokens = {\n fontFamilyBase: string;\n fontFamilyMonospace: string;\n fontFamilyNumeric: string;\n};\n\nexport type TextAlignment =\n | 'inherit'\n | 'initial'\n | 'revert'\n | 'unset'\n | 'center'\n | 'end'\n | 'start'\n | 'justify'\n | 'left'\n | 'match-parent'\n | 'right';\n\nexport type TextAlignments = {\n start: TextAlignment;\n center: TextAlignment;\n end: TextAlignment;\n justify: TextAlignment;\n};\n\nexport type TypographyStyle = {\n fontFamily: string;\n fontSize: string;\n fontWeight: string;\n lineHeight: string;\n};\n\nexport type TypographyStyles = {\n body1: TypographyStyle;\n body1Strong: TypographyStyle;\n body1Stronger: TypographyStyle;\n body2: TypographyStyle;\n caption1: TypographyStyle;\n caption1Strong: TypographyStyle;\n caption1Stronger: TypographyStyle;\n caption2: TypographyStyle;\n caption2Strong: TypographyStyle;\n subtitle1: TypographyStyle;\n subtitle2: TypographyStyle;\n subtitle2Stronger: TypographyStyle;\n title1: TypographyStyle;\n title2: TypographyStyle;\n title3: TypographyStyle;\n largeTitle: TypographyStyle;\n display: TypographyStyle;\n};\n\nexport type BorderRadiusTokens = {\n borderRadiusNone: string;\n borderRadiusSmall: string;\n borderRadiusMedium: string;\n borderRadiusLarge: string;\n borderRadiusXLarge: string;\n borderRadiusCircular: string;\n};\n\nexport type StrokeWidthTokens = {\n strokeWidthThin: string;\n strokeWidthThick: string;\n strokeWidthThicker: string;\n strokeWidthThickest: string;\n};\n\nexport type SpacingTokens = {\n none: string;\n xxs: string;\n xs: string;\n sNudge: string;\n s: string;\n mNudge: string;\n m: string;\n l: string;\n xl: string;\n xxl: string;\n xxxl: string;\n};\n\nexport type HorizontalSpacingTokens = {\n spacingHorizontalNone: string;\n spacingHorizontalXXS: string;\n spacingHorizontalXS: string;\n spacingHorizontalSNudge: string;\n spacingHorizontalS: string;\n spacingHorizontalMNudge: string;\n spacingHorizontalM: string;\n spacingHorizontalL: string;\n spacingHorizontalXL: string;\n spacingHorizontalXXL: string;\n spacingHorizontalXXXL: string;\n};\n\nexport type VerticalSpacingTokens = {\n spacingVerticalNone: string;\n spacingVerticalXXS: string;\n spacingVerticalXS: string;\n spacingVerticalSNudge: string;\n spacingVerticalS: string;\n spacingVerticalMNudge: string;\n spacingVerticalM: string;\n spacingVerticalL: string;\n spacingVerticalXL: string;\n spacingVerticalXXL: string;\n spacingVerticalXXXL: string;\n};\n\nexport type DurationTokens = {\n durationUltraFast: string;\n durationFaster: string;\n durationFast: string;\n durationNormal: string;\n durationSlow: string;\n durationSlower: string;\n durationUltraSlow: string;\n};\n\nexport type CurveTokens = {\n curveAccelerateMax: string;\n curveAccelerateMid: string;\n curveAccelerateMin: string;\n curveDecelerateMax: string;\n curveDecelerateMid: string;\n curveDecelerateMin: string;\n curveEasyEaseMax: string;\n curveEasyEase: string;\n curveLinear: string;\n};\n\n/**\n * Design tokens for shadow levels\n */\nexport type ShadowTokens = {\n shadow2: string;\n shadow4: string;\n shadow8: string;\n shadow16: string;\n shadow28: string;\n shadow64: string;\n};\n\nexport type ShadowBrandTokens = {\n shadow2Brand: string;\n shadow4Brand: string;\n shadow8Brand: string;\n shadow16Brand: string;\n shadow28Brand: string;\n shadow64Brand: string;\n};\n\nexport type Greys =\n | 2\n | 4\n | 6\n | 8\n | 10\n | 12\n | 14\n | 16\n | 18\n | 20\n | 22\n | 24\n | 26\n | 28\n | 30\n | 32\n | 34\n | 36\n | 38\n | 40\n | 42\n | 44\n | 46\n | 48\n | 50\n | 52\n | 54\n | 56\n | 58\n | 60\n | 62\n | 64\n | 66\n | 68\n | 70\n | 72\n | 74\n | 76\n | 78\n | 80\n | 82\n | 84\n | 86\n | 88\n | 90\n | 92\n | 94\n | 96\n | 98;\n\nexport type AlphaColors = 5 | 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90;\n\n// TODO: do we want to split theme for better tree shaking? (MUI)\n// But will this end up in the bundle at all? It should be used only in makeStyles and should be removed during build\nexport type Theme = FontSizeTokens &\n LineHeightTokens &\n BorderRadiusTokens &\n StrokeWidthTokens &\n HorizontalSpacingTokens &\n VerticalSpacingTokens &\n DurationTokens &\n CurveTokens &\n ShadowTokens &\n ShadowBrandTokens &\n FontFamilyTokens &\n FontWeightTokens &\n ColorPaletteTokens &\n ColorTokens;\n\nexport type PartialTheme = Partial<Theme>;\n"]}
|
|
1
|
+
{"version":3,"names":[],"sources":["../src/types.ts"],"sourcesContent":["import { statusSharedColorNames, personaSharedColorNames, unusedSharedColorNames } from './sharedColorNames';\n\n/**\n * Design tokens for alias colors\n */\nexport type ColorTokens = {\n colorNeutralForeground1: string;\n colorNeutralForeground1Hover: string;\n colorNeutralForeground1Pressed: string;\n colorNeutralForeground1Selected: string;\n colorNeutralForeground2: string;\n colorNeutralForeground2Hover: string;\n colorNeutralForeground2Pressed: string;\n colorNeutralForeground2Selected: string;\n colorNeutralForeground2BrandHover: string;\n colorNeutralForeground2BrandPressed: string;\n colorNeutralForeground2BrandSelected: string;\n colorNeutralForeground3: string;\n colorNeutralForeground3Hover: string;\n colorNeutralForeground3Pressed: string;\n colorNeutralForeground3Selected: string;\n colorNeutralForeground3BrandHover: string;\n colorNeutralForeground3BrandPressed: string;\n colorNeutralForeground3BrandSelected: string;\n colorNeutralForeground4: string;\n colorNeutralForegroundDisabled: string;\n colorNeutralForegroundInvertedDisabled: string;\n colorBrandForegroundLink: string;\n colorBrandForegroundLinkHover: string;\n colorBrandForegroundLinkPressed: string;\n colorBrandForegroundLinkSelected: string;\n colorNeutralForeground2Link: string;\n colorNeutralForeground2LinkHover: string;\n colorNeutralForeground2LinkPressed: string;\n colorNeutralForeground2LinkSelected: string;\n colorCompoundBrandForeground1: string;\n colorCompoundBrandForeground1Hover: string;\n colorCompoundBrandForeground1Pressed: string;\n colorBrandForeground1: string;\n colorBrandForeground2: string;\n colorNeutralForeground1Static: string;\n colorNeutralForegroundInverted: string;\n colorNeutralForegroundInvertedHover: string;\n colorNeutralForegroundInvertedPressed: string;\n colorNeutralForegroundInvertedSelected: string;\n colorNeutralForegroundInverted2: string;\n colorNeutralForegroundOnBrand: string;\n colorNeutralForegroundStaticInverted: string;\n colorNeutralForegroundInvertedLink: string;\n colorNeutralForegroundInvertedLinkHover: string;\n colorNeutralForegroundInvertedLinkPressed: string;\n colorNeutralForegroundInvertedLinkSelected: string;\n colorBrandForegroundInverted: string;\n colorBrandForegroundInvertedHover: string;\n colorBrandForegroundInvertedPressed: string;\n colorBrandForegroundOnLight: string;\n colorBrandForegroundOnLightHover: string;\n colorBrandForegroundOnLightPressed: string;\n colorBrandForegroundOnLightSelected: string;\n colorNeutralBackground1: string;\n colorNeutralBackground1Hover: string;\n colorNeutralBackground1Pressed: string;\n colorNeutralBackground1Selected: string;\n colorNeutralBackground2: string;\n colorNeutralBackground2Hover: string;\n colorNeutralBackground2Pressed: string;\n colorNeutralBackground2Selected: string;\n colorNeutralBackground3: string;\n colorNeutralBackground3Hover: string;\n colorNeutralBackground3Pressed: string;\n colorNeutralBackground3Selected: string;\n colorNeutralBackground4: string;\n colorNeutralBackground4Hover: string;\n colorNeutralBackground4Pressed: string;\n colorNeutralBackground4Selected: string;\n colorNeutralBackground5: string;\n colorNeutralBackground5Hover: string;\n colorNeutralBackground5Pressed: string;\n colorNeutralBackground5Selected: string;\n colorNeutralBackground6: string;\n colorNeutralBackgroundInverted: string;\n colorNeutralBackgroundStatic: string;\n colorNeutralBackgroundAlpha: string;\n colorNeutralBackgroundAlpha2: string;\n colorSubtleBackground: string;\n colorSubtleBackgroundHover: string;\n colorSubtleBackgroundPressed: string;\n colorSubtleBackgroundSelected: string;\n colorSubtleBackgroundLightAlphaHover: string;\n colorSubtleBackgroundLightAlphaPressed: string;\n colorSubtleBackgroundLightAlphaSelected: string;\n colorSubtleBackgroundInverted: string;\n colorSubtleBackgroundInvertedHover: string;\n colorSubtleBackgroundInvertedPressed: string;\n colorSubtleBackgroundInvertedSelected: string;\n colorTransparentBackground: string;\n colorTransparentBackgroundHover: string;\n colorTransparentBackgroundPressed: string;\n colorTransparentBackgroundSelected: string;\n colorNeutralBackgroundDisabled: string;\n colorNeutralBackgroundInvertedDisabled: string;\n colorNeutralStencil1: string;\n colorNeutralStencil2: string;\n colorNeutralStencil1Alpha: string;\n colorNeutralStencil2Alpha: string;\n colorBackgroundOverlay: string;\n colorScrollbarOverlay: string;\n colorBrandBackground: string;\n colorBrandBackgroundHover: string;\n colorBrandBackgroundPressed: string;\n colorBrandBackgroundSelected: string;\n colorCompoundBrandBackground: string;\n colorCompoundBrandBackgroundHover: string;\n colorCompoundBrandBackgroundPressed: string;\n colorBrandBackgroundStatic: string;\n colorBrandBackground2: string;\n colorBrandBackgroundInverted: string;\n colorBrandBackgroundInvertedHover: string;\n colorBrandBackgroundInvertedPressed: string;\n colorBrandBackgroundInvertedSelected: string;\n colorNeutralStrokeAccessible: string;\n colorNeutralStrokeAccessibleHover: string;\n colorNeutralStrokeAccessiblePressed: string;\n colorNeutralStrokeAccessibleSelected: string;\n colorNeutralStroke1: string;\n colorNeutralStroke1Hover: string;\n colorNeutralStroke1Pressed: string;\n colorNeutralStroke1Selected: string;\n colorNeutralStroke2: string;\n colorNeutralStroke3: string;\n colorNeutralStrokeOnBrand: string;\n colorNeutralStrokeOnBrand2: string;\n colorNeutralStrokeOnBrand2Hover: string;\n colorNeutralStrokeOnBrand2Pressed: string;\n colorNeutralStrokeOnBrand2Selected: string;\n colorBrandStroke1: string;\n colorBrandStroke2: string;\n colorCompoundBrandStroke: string;\n colorCompoundBrandStrokeHover: string;\n colorCompoundBrandStrokePressed: string;\n colorNeutralStrokeDisabled: string;\n colorNeutralStrokeInvertedDisabled: string;\n colorTransparentStroke: string;\n colorTransparentStrokeInteractive: string;\n colorTransparentStrokeDisabled: string;\n colorNeutralStrokeAlpha: string;\n colorStrokeFocus1: string;\n colorStrokeFocus2: string;\n colorNeutralShadowAmbient: string;\n colorNeutralShadowKey: string;\n colorNeutralShadowAmbientLighter: string;\n colorNeutralShadowKeyLighter: string;\n colorNeutralShadowAmbientDarker: string;\n colorNeutralShadowKeyDarker: string;\n colorBrandShadowAmbient: string;\n colorBrandShadowKey: string;\n};\n\nexport type ColorPaletteRed =\n | 'colorPaletteRedBackground1'\n | 'colorPaletteRedBackground2'\n | 'colorPaletteRedBackground3'\n | 'colorPaletteRedForeground1'\n | 'colorPaletteRedForeground2'\n | 'colorPaletteRedForeground3'\n | 'colorPaletteRedForegroundInverted'\n | 'colorPaletteRedBorderActive'\n | 'colorPaletteRedBorder1'\n | 'colorPaletteRedBorder2';\n\nexport type ColorPaletteGreen =\n | 'colorPaletteGreenBackground1'\n | 'colorPaletteGreenBackground2'\n | 'colorPaletteGreenBackground3'\n | 'colorPaletteGreenForeground1'\n | 'colorPaletteGreenForeground2'\n | 'colorPaletteGreenForeground3'\n | 'colorPaletteGreenForegroundInverted'\n | 'colorPaletteGreenBorderActive'\n | 'colorPaletteGreenBorder1'\n | 'colorPaletteGreenBorder2';\n\nexport type ColorPaletteDarkOrange =\n | 'colorPaletteDarkOrangeBackground1'\n | 'colorPaletteDarkOrangeBackground2'\n | 'colorPaletteDarkOrangeBackground3'\n | 'colorPaletteDarkOrangeForeground1'\n | 'colorPaletteDarkOrangeForeground2'\n | 'colorPaletteDarkOrangeForeground3'\n | 'colorPaletteDarkOrangeBorderActive'\n | 'colorPaletteDarkOrangeBorder1'\n | 'colorPaletteDarkOrangeBorder2';\n\nexport type ColorPaletteYellow =\n | 'colorPaletteYellowBackground1'\n | 'colorPaletteYellowBackground2'\n | 'colorPaletteYellowBackground3'\n | 'colorPaletteYellowForeground1'\n | 'colorPaletteYellowForeground2'\n | 'colorPaletteYellowForeground3'\n | 'colorPaletteYellowForegroundInverted'\n | 'colorPaletteYellowBorderActive'\n | 'colorPaletteYellowBorder1'\n | 'colorPaletteYellowBorder2';\n\nexport type ColorPaletteBerry =\n | 'colorPaletteBerryBackground1'\n | 'colorPaletteBerryBackground2'\n | 'colorPaletteBerryBackground3'\n | 'colorPaletteBerryForeground1'\n | 'colorPaletteBerryForeground2'\n | 'colorPaletteBerryForeground3'\n | 'colorPaletteBerryBorderActive'\n | 'colorPaletteBerryBorder1'\n | 'colorPaletteBerryBorder2';\n\nexport type ColorPaletteMarigold =\n | 'colorPaletteMarigoldBackground1'\n | 'colorPaletteMarigoldBackground2'\n | 'colorPaletteMarigoldBackground3'\n | 'colorPaletteMarigoldForeground1'\n | 'colorPaletteMarigoldForeground2'\n | 'colorPaletteMarigoldForeground3'\n | 'colorPaletteMarigoldBorderActive'\n | 'colorPaletteMarigoldBorder1'\n | 'colorPaletteMarigoldBorder2';\n\nexport type ColorPaletteLightGreen =\n | 'colorPaletteLightGreenBackground1'\n | 'colorPaletteLightGreenBackground2'\n | 'colorPaletteLightGreenBackground3'\n | 'colorPaletteLightGreenForeground1'\n | 'colorPaletteLightGreenForeground2'\n | 'colorPaletteLightGreenForeground3'\n | 'colorPaletteLightGreenBorderActive'\n | 'colorPaletteLightGreenBorder1'\n | 'colorPaletteLightGreenBorder2';\n\nexport type ColorPaletteDarkRed =\n | 'colorPaletteDarkRedBackground2'\n | 'colorPaletteDarkRedForeground2'\n | 'colorPaletteDarkRedBorderActive';\n\nexport type ColorPaletteCranberry =\n | 'colorPaletteCranberryBackground2'\n | 'colorPaletteCranberryForeground2'\n | 'colorPaletteCranberryBorderActive';\n\nexport type ColorPalettePumpkin =\n | 'colorPalettePumpkinBackground2'\n | 'colorPalettePumpkinForeground2'\n | 'colorPalettePumpkinBorderActive';\n\nexport type ColorPalettePeach =\n | 'colorPalettePeachBackground2'\n | 'colorPalettePeachForeground2'\n | 'colorPalettePeachBorderActive';\n\nexport type ColorPaletteGold =\n | 'colorPaletteGoldBackground2'\n | 'colorPaletteGoldForeground2'\n | 'colorPaletteGoldBorderActive';\n\nexport type ColorPaletteBrass =\n | 'colorPaletteBrassBackground2'\n | 'colorPaletteBrassForeground2'\n | 'colorPaletteBrassBorderActive';\n\nexport type ColorPaletteBrown =\n | 'colorPaletteBrownBackground2'\n | 'colorPaletteBrownForeground2'\n | 'colorPaletteBrownBorderActive';\n\nexport type ColorPaletteForest =\n | 'colorPaletteForestBackground2'\n | 'colorPaletteForestForeground2'\n | 'colorPaletteForestBorderActive';\n\nexport type ColorPaletteSeafoam =\n | 'colorPaletteSeafoamBackground2'\n | 'colorPaletteSeafoamForeground2'\n | 'colorPaletteSeafoamBorderActive';\n\nexport type ColorPaletteDarkGreen =\n | 'colorPaletteDarkGreenBackground2'\n | 'colorPaletteDarkGreenForeground2'\n | 'colorPaletteDarkGreenBorderActive';\n\nexport type ColorPaletteLightTeal =\n | 'colorPaletteLightTealBackground2'\n | 'colorPaletteLightTealForeground2'\n | 'colorPaletteLightTealBorderActive';\n\nexport type ColorPaletteTeal =\n | 'colorPaletteTealBackground2'\n | 'colorPaletteTealForeground2'\n | 'colorPaletteTealBorderActive';\n\nexport type ColorPaletteSteel =\n | 'colorPaletteSteelBackground2'\n | 'colorPaletteSteelForeground2'\n | 'colorPaletteSteelBorderActive';\n\nexport type ColorPaletteBlue =\n | 'colorPaletteBlueBackground2'\n | 'colorPaletteBlueForeground2'\n | 'colorPaletteBlueBorderActive';\n\nexport type ColorPaletteRoyalBlue =\n | 'colorPaletteRoyalBlueBackground2'\n | 'colorPaletteRoyalBlueForeground2'\n | 'colorPaletteRoyalBlueBorderActive';\n\nexport type ColorPaletteCornflower =\n | 'colorPaletteCornflowerBackground2'\n | 'colorPaletteCornflowerForeground2'\n | 'colorPaletteCornflowerBorderActive';\n\nexport type ColorPaletteNavy =\n | 'colorPaletteNavyBackground2'\n | 'colorPaletteNavyForeground2'\n | 'colorPaletteNavyBorderActive';\n\nexport type ColorPaletteLavender =\n | 'colorPaletteLavenderBackground2'\n | 'colorPaletteLavenderForeground2'\n | 'colorPaletteLavenderBorderActive';\n\nexport type ColorPalettePurple =\n | 'colorPalettePurpleBackground2'\n | 'colorPalettePurpleForeground2'\n | 'colorPalettePurpleBorderActive';\n\nexport type ColorPaletteGrape =\n | 'colorPaletteGrapeBackground2'\n | 'colorPaletteGrapeForeground2'\n | 'colorPaletteGrapeBorderActive';\n\nexport type ColorPaletteLilac =\n | 'colorPaletteLilacBackground2'\n | 'colorPaletteLilacForeground2'\n | 'colorPaletteLilacBorderActive';\n\nexport type ColorPalettePink =\n | 'colorPalettePinkBackground2'\n | 'colorPalettePinkForeground2'\n | 'colorPalettePinkBorderActive';\n\nexport type ColorPaletteMagenta =\n | 'colorPaletteMagentaBackground2'\n | 'colorPaletteMagentaForeground2'\n | 'colorPaletteMagentaBorderActive';\n\nexport type ColorPalettePlum =\n | 'colorPalettePlumBackground2'\n | 'colorPalettePlumForeground2'\n | 'colorPalettePlumBorderActive';\n\nexport type ColorPaletteBeige =\n | 'colorPaletteBeigeBackground2'\n | 'colorPaletteBeigeForeground2'\n | 'colorPaletteBeigeBorderActive';\n\nexport type ColorPaletteMink =\n | 'colorPaletteMinkBackground2'\n | 'colorPaletteMinkForeground2'\n | 'colorPaletteMinkBorderActive';\n\nexport type ColorPalettePlatinum =\n | 'colorPalettePlatinumBackground2'\n | 'colorPalettePlatinumForeground2'\n | 'colorPalettePlatinumBorderActive';\n\nexport type ColorPaletteAnchor =\n | 'colorPaletteAnchorBackground2'\n | 'colorPaletteAnchorForeground2'\n | 'colorPaletteAnchorBorderActive';\n\nexport type StatusColorPaletteTokens = Record<\n | ColorPaletteRed\n | ColorPaletteGreen\n | ColorPaletteDarkOrange\n | ColorPaletteYellow\n | ColorPaletteBerry\n | ColorPaletteMarigold\n | ColorPaletteLightGreen,\n string\n>;\n\nexport type PersonaColorPaletteTokens = Record<\n | ColorPaletteDarkRed\n | ColorPaletteCranberry\n | ColorPalettePumpkin\n | ColorPalettePeach\n | ColorPaletteGold\n | ColorPaletteBrass\n | ColorPaletteBrown\n | ColorPaletteForest\n | ColorPaletteSeafoam\n | ColorPaletteDarkGreen\n | ColorPaletteLightTeal\n | ColorPaletteTeal\n | ColorPaletteSteel\n | ColorPaletteBlue\n | ColorPaletteRoyalBlue\n | ColorPaletteCornflower\n | ColorPaletteNavy\n | ColorPaletteLavender\n | ColorPalettePurple\n | ColorPaletteGrape\n | ColorPaletteLilac\n | ColorPalettePink\n | ColorPaletteMagenta\n | ColorPalettePlum\n | ColorPaletteBeige\n | ColorPaletteMink\n | ColorPalettePlatinum\n | ColorPaletteAnchor,\n string\n>;\n\nexport type ColorPaletteTokens = StatusColorPaletteTokens & PersonaColorPaletteTokens;\n\n/**\n * Possible color variant values\n */\nexport type ColorVariants = {\n shade50: string;\n shade40: string;\n shade30: string;\n shade20: string;\n shade10: string;\n primary: string;\n tint10: string;\n tint20: string;\n tint30: string;\n tint40: string;\n tint50: string;\n tint60: string;\n};\n\nexport type Brands = 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90 | 100 | 110 | 120 | 130 | 140 | 150 | 160;\n\nexport type BrandVariants = Record<Brands, string>;\n\ntype StatusSharedColorNames = (typeof statusSharedColorNames)[number];\ntype PersonaSharedColorNames = (typeof personaSharedColorNames)[number];\ntype UnusedSharedColorNames = (typeof unusedSharedColorNames)[number];\n\nexport type StatusSharedColors = Record<StatusSharedColorNames, ColorVariants>;\nexport type PersonaSharedColors = Record<PersonaSharedColorNames, ColorVariants>;\nexport type UnusedSharedColors = Record<UnusedSharedColorNames, ColorVariants>;\n\nexport type FontSizeTokens = {\n fontSizeBase100: string;\n fontSizeBase200: string;\n fontSizeBase300: string;\n fontSizeBase400: string;\n fontSizeBase500: string;\n fontSizeBase600: string;\n\n fontSizeHero700: string;\n fontSizeHero800: string;\n fontSizeHero900: string;\n fontSizeHero1000: string;\n};\n\nexport type LineHeightTokens = {\n lineHeightBase100: string;\n lineHeightBase200: string;\n lineHeightBase300: string;\n lineHeightBase400: string;\n lineHeightBase500: string;\n lineHeightBase600: string;\n\n lineHeightHero700: string;\n lineHeightHero800: string;\n lineHeightHero900: string;\n lineHeightHero1000: string;\n};\n\nexport type FontWeightTokens = {\n fontWeightRegular: number;\n fontWeightMedium: number;\n fontWeightSemibold: number;\n fontWeightBold: number;\n};\n\nexport type FontFamilyTokens = {\n fontFamilyBase: string;\n fontFamilyMonospace: string;\n fontFamilyNumeric: string;\n};\n\nexport type TextAlignment =\n | 'inherit'\n | 'initial'\n | 'revert'\n | 'unset'\n | 'center'\n | 'end'\n | 'start'\n | 'justify'\n | 'left'\n | 'match-parent'\n | 'right';\n\nexport type TextAlignments = {\n start: TextAlignment;\n center: TextAlignment;\n end: TextAlignment;\n justify: TextAlignment;\n};\n\nexport type TypographyStyle = {\n fontFamily: string;\n fontSize: string;\n fontWeight: string;\n lineHeight: string;\n};\n\nexport type TypographyStyles = {\n body1: TypographyStyle;\n body1Strong: TypographyStyle;\n body1Stronger: TypographyStyle;\n body2: TypographyStyle;\n caption1: TypographyStyle;\n caption1Strong: TypographyStyle;\n caption1Stronger: TypographyStyle;\n caption2: TypographyStyle;\n caption2Strong: TypographyStyle;\n subtitle1: TypographyStyle;\n subtitle2: TypographyStyle;\n subtitle2Stronger: TypographyStyle;\n title1: TypographyStyle;\n title2: TypographyStyle;\n title3: TypographyStyle;\n largeTitle: TypographyStyle;\n display: TypographyStyle;\n};\n\nexport type BorderRadiusTokens = {\n borderRadiusNone: string;\n borderRadiusSmall: string;\n borderRadiusMedium: string;\n borderRadiusLarge: string;\n borderRadiusXLarge: string;\n borderRadiusCircular: string;\n};\n\nexport type StrokeWidthTokens = {\n strokeWidthThin: string;\n strokeWidthThick: string;\n strokeWidthThicker: string;\n strokeWidthThickest: string;\n};\n\nexport type SpacingTokens = {\n none: string;\n xxs: string;\n xs: string;\n sNudge: string;\n s: string;\n mNudge: string;\n m: string;\n l: string;\n xl: string;\n xxl: string;\n xxxl: string;\n};\n\nexport type HorizontalSpacingTokens = {\n spacingHorizontalNone: string;\n spacingHorizontalXXS: string;\n spacingHorizontalXS: string;\n spacingHorizontalSNudge: string;\n spacingHorizontalS: string;\n spacingHorizontalMNudge: string;\n spacingHorizontalM: string;\n spacingHorizontalL: string;\n spacingHorizontalXL: string;\n spacingHorizontalXXL: string;\n spacingHorizontalXXXL: string;\n};\n\nexport type VerticalSpacingTokens = {\n spacingVerticalNone: string;\n spacingVerticalXXS: string;\n spacingVerticalXS: string;\n spacingVerticalSNudge: string;\n spacingVerticalS: string;\n spacingVerticalMNudge: string;\n spacingVerticalM: string;\n spacingVerticalL: string;\n spacingVerticalXL: string;\n spacingVerticalXXL: string;\n spacingVerticalXXXL: string;\n};\n\nexport type DurationTokens = {\n durationUltraFast: string;\n durationFaster: string;\n durationFast: string;\n durationNormal: string;\n durationSlow: string;\n durationSlower: string;\n durationUltraSlow: string;\n};\n\nexport type CurveTokens = {\n curveAccelerateMax: string;\n curveAccelerateMid: string;\n curveAccelerateMin: string;\n curveDecelerateMax: string;\n curveDecelerateMid: string;\n curveDecelerateMin: string;\n curveEasyEaseMax: string;\n curveEasyEase: string;\n curveLinear: string;\n};\n\n/**\n * Design tokens for shadow levels\n */\nexport type ShadowTokens = {\n shadow2: string;\n shadow4: string;\n shadow8: string;\n shadow16: string;\n shadow28: string;\n shadow64: string;\n};\n\nexport type ShadowBrandTokens = {\n shadow2Brand: string;\n shadow4Brand: string;\n shadow8Brand: string;\n shadow16Brand: string;\n shadow28Brand: string;\n shadow64Brand: string;\n};\n\nexport type Greys =\n | 2\n | 4\n | 6\n | 8\n | 10\n | 12\n | 14\n | 16\n | 18\n | 20\n | 22\n | 24\n | 26\n | 28\n | 30\n | 32\n | 34\n | 36\n | 38\n | 40\n | 42\n | 44\n | 46\n | 48\n | 50\n | 52\n | 54\n | 56\n | 58\n | 60\n | 62\n | 64\n | 66\n | 68\n | 70\n | 72\n | 74\n | 76\n | 78\n | 80\n | 82\n | 84\n | 86\n | 88\n | 90\n | 92\n | 94\n | 96\n | 98;\n\nexport type AlphaColors = 5 | 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90;\n\n// TODO: do we want to split theme for better tree shaking? (MUI)\n// But will this end up in the bundle at all? It should be used only in makeStyles and should be removed during build\nexport type Theme = FontSizeTokens &\n LineHeightTokens &\n BorderRadiusTokens &\n StrokeWidthTokens &\n HorizontalSpacingTokens &\n VerticalSpacingTokens &\n DurationTokens &\n CurveTokens &\n ShadowTokens &\n ShadowBrandTokens &\n FontFamilyTokens &\n FontWeightTokens &\n ColorPaletteTokens &\n ColorTokens;\n\nexport type PartialTheme = Partial<Theme>;\n"],"mappings":"AAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["colorPaletteTokens","generateColorTokens","borderRadius","fontSizes","lineHeights","fontFamilies","strokeWidths","fontWeights","createShadowTokens","durations","curves","horizontalSpacings","verticalSpacings","createDarkTheme","brand","colorTokens","colorNeutralShadowAmbient","colorNeutralShadowKey","colorBrandShadowAmbient","colorBrandShadowKey"],"sources":["
|
|
1
|
+
{"version":3,"names":["colorPaletteTokens","generateColorTokens","borderRadius","fontSizes","lineHeights","fontFamilies","strokeWidths","fontWeights","createShadowTokens","durations","curves","horizontalSpacings","verticalSpacings","createDarkTheme","brand","colorTokens","colorNeutralShadowAmbient","colorNeutralShadowKey","colorBrandShadowAmbient","colorBrandShadowKey"],"sources":["../../src/utils/createDarkTheme.ts"],"sourcesContent":["import { colorPaletteTokens } from '../alias/darkColorPalette';\nimport { generateColorTokens } from '../alias/darkColor';\n\nimport { borderRadius, fontSizes, lineHeights, fontFamilies, strokeWidths, fontWeights } from '../global/index';\nimport { createShadowTokens } from './shadows';\nimport type { BrandVariants, Theme } from '../types';\nimport { durations } from '../global/durations';\nimport { curves } from '../global/curves';\nimport { horizontalSpacings, verticalSpacings } from '../global/spacings';\n\nexport const createDarkTheme: (brand: BrandVariants) => Theme = brand => {\n const colorTokens = generateColorTokens(brand);\n\n return {\n ...borderRadius,\n ...fontSizes,\n ...lineHeights,\n ...fontFamilies,\n ...fontWeights,\n ...strokeWidths,\n ...horizontalSpacings,\n ...verticalSpacings,\n ...durations,\n ...curves,\n\n ...colorTokens,\n ...colorPaletteTokens,\n\n ...createShadowTokens(colorTokens.colorNeutralShadowAmbient, colorTokens.colorNeutralShadowKey),\n ...createShadowTokens(colorTokens.colorBrandShadowAmbient, colorTokens.colorBrandShadowKey, 'Brand'),\n };\n};\n"],"mappings":"AAAA,SAASA,kBAAkB,QAAQ;AACnC,SAASC,mBAAmB,QAAQ;AAEpC,SAASC,YAAY,EAAEC,SAAS,EAAEC,WAAW,EAAEC,YAAY,EAAEC,YAAY,EAAEC,WAAW,QAAQ;AAC9F,SAASC,kBAAkB,QAAQ;AAEnC,SAASC,SAAS,QAAQ;AAC1B,SAASC,MAAM,QAAQ;AACvB,SAASC,kBAAkB,EAAEC,gBAAgB,QAAQ;AAErD,OAAO,MAAMC,eAAA,GAAmDC,KAAA,IAAS;EACvE,MAAMC,WAAA,GAAcd,mBAAA,CAAoBa,KAAA;EAExC,OAAO;IACL,GAAGZ,YAAY;IACf,GAAGC,SAAS;IACZ,GAAGC,WAAW;IACd,GAAGC,YAAY;IACf,GAAGE,WAAW;IACd,GAAGD,YAAY;IACf,GAAGK,kBAAkB;IACrB,GAAGC,gBAAgB;IACnB,GAAGH,SAAS;IACZ,GAAGC,MAAM;IAET,GAAGK,WAAW;IACd,GAAGf,kBAAkB;IAErB,GAAGQ,kBAAA,CAAmBO,WAAA,CAAYC,yBAAyB,EAAED,WAAA,CAAYE,qBAAqB,CAAC;IAC/F,GAAGT,kBAAA,CAAmBO,WAAA,CAAYG,uBAAuB,EAAEH,WAAA,CAAYI,mBAAmB,EAAE;EAC9F;AACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["colorPaletteTokens","generateColorTokens","borderRadius","fontSizes","lineHeights","fontFamilies","strokeWidths","fontWeights","createShadowTokens","durations","curves","horizontalSpacings","verticalSpacings","createHighContrastTheme","colorTokens","colorNeutralShadowAmbient","colorNeutralShadowKey","colorBrandShadowAmbient","colorBrandShadowKey"],"sources":["
|
|
1
|
+
{"version":3,"names":["colorPaletteTokens","generateColorTokens","borderRadius","fontSizes","lineHeights","fontFamilies","strokeWidths","fontWeights","createShadowTokens","durations","curves","horizontalSpacings","verticalSpacings","createHighContrastTheme","colorTokens","colorNeutralShadowAmbient","colorNeutralShadowKey","colorBrandShadowAmbient","colorBrandShadowKey"],"sources":["../../src/utils/createHighContrastTheme.ts"],"sourcesContent":["import { colorPaletteTokens } from '../alias/highContrastColorPalette';\nimport { generateColorTokens } from '../alias/highContrastColor';\n\nimport { borderRadius, fontSizes, lineHeights, fontFamilies, strokeWidths, fontWeights } from '../global/index';\nimport { createShadowTokens } from './shadows';\nimport type { Theme } from '../types';\nimport { durations } from '../global/durations';\nimport { curves } from '../global/curves';\nimport { horizontalSpacings, verticalSpacings } from '../global/spacings';\n\nexport const createHighContrastTheme = (): Theme => {\n const colorTokens = generateColorTokens();\n\n return {\n ...borderRadius,\n ...fontSizes,\n ...lineHeights,\n ...fontFamilies,\n ...fontWeights,\n ...strokeWidths,\n ...horizontalSpacings,\n ...verticalSpacings,\n ...durations,\n ...curves,\n\n ...colorTokens,\n ...colorPaletteTokens,\n\n ...createShadowTokens(colorTokens.colorNeutralShadowAmbient, colorTokens.colorNeutralShadowKey),\n ...createShadowTokens(colorTokens.colorBrandShadowAmbient, colorTokens.colorBrandShadowKey, 'Brand'),\n };\n};\n"],"mappings":"AAAA,SAASA,kBAAkB,QAAQ;AACnC,SAASC,mBAAmB,QAAQ;AAEpC,SAASC,YAAY,EAAEC,SAAS,EAAEC,WAAW,EAAEC,YAAY,EAAEC,YAAY,EAAEC,WAAW,QAAQ;AAC9F,SAASC,kBAAkB,QAAQ;AAEnC,SAASC,SAAS,QAAQ;AAC1B,SAASC,MAAM,QAAQ;AACvB,SAASC,kBAAkB,EAAEC,gBAAgB,QAAQ;AAErD,OAAO,MAAMC,uBAAA,GAA0BA,CAAA,KAAa;EAClD,MAAMC,WAAA,GAAcb,mBAAA;EAEpB,OAAO;IACL,GAAGC,YAAY;IACf,GAAGC,SAAS;IACZ,GAAGC,WAAW;IACd,GAAGC,YAAY;IACf,GAAGE,WAAW;IACd,GAAGD,YAAY;IACf,GAAGK,kBAAkB;IACrB,GAAGC,gBAAgB;IACnB,GAAGH,SAAS;IACZ,GAAGC,MAAM;IAET,GAAGI,WAAW;IACd,GAAGd,kBAAkB;IAErB,GAAGQ,kBAAA,CAAmBM,WAAA,CAAYC,yBAAyB,EAAED,WAAA,CAAYE,qBAAqB,CAAC;IAC/F,GAAGR,kBAAA,CAAmBM,WAAA,CAAYG,uBAAuB,EAAEH,WAAA,CAAYI,mBAAmB,EAAE;EAC9F;AACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["colorPaletteTokens","generateColorTokens","borderRadius","fontSizes","lineHeights","fontFamilies","strokeWidths","fontWeights","createShadowTokens","durations","curves","horizontalSpacings","verticalSpacings","createLightTheme","brand","colorTokens","colorNeutralShadowAmbient","colorNeutralShadowKey","colorBrandShadowAmbient","colorBrandShadowKey"],"sources":["
|
|
1
|
+
{"version":3,"names":["colorPaletteTokens","generateColorTokens","borderRadius","fontSizes","lineHeights","fontFamilies","strokeWidths","fontWeights","createShadowTokens","durations","curves","horizontalSpacings","verticalSpacings","createLightTheme","brand","colorTokens","colorNeutralShadowAmbient","colorNeutralShadowKey","colorBrandShadowAmbient","colorBrandShadowKey"],"sources":["../../src/utils/createLightTheme.ts"],"sourcesContent":["import { colorPaletteTokens } from '../alias/lightColorPalette';\nimport { generateColorTokens } from '../alias/lightColor';\n\nimport { borderRadius, fontSizes, lineHeights, fontFamilies, strokeWidths, fontWeights } from '../global/index';\nimport { createShadowTokens } from './shadows';\nimport type { BrandVariants, Theme } from '../types';\nimport { durations } from '../global/durations';\nimport { curves } from '../global/curves';\nimport { horizontalSpacings, verticalSpacings } from '../global/spacings';\n\nexport const createLightTheme: (brand: BrandVariants) => Theme = brand => {\n const colorTokens = generateColorTokens(brand);\n\n return {\n ...borderRadius,\n ...fontSizes,\n ...lineHeights,\n ...fontFamilies,\n ...fontWeights,\n ...strokeWidths,\n ...horizontalSpacings,\n ...verticalSpacings,\n ...durations,\n ...curves,\n\n ...colorTokens,\n ...colorPaletteTokens,\n\n ...createShadowTokens(colorTokens.colorNeutralShadowAmbient, colorTokens.colorNeutralShadowKey),\n ...createShadowTokens(colorTokens.colorBrandShadowAmbient, colorTokens.colorBrandShadowKey, 'Brand'),\n };\n};\n"],"mappings":"AAAA,SAASA,kBAAkB,QAAQ;AACnC,SAASC,mBAAmB,QAAQ;AAEpC,SAASC,YAAY,EAAEC,SAAS,EAAEC,WAAW,EAAEC,YAAY,EAAEC,YAAY,EAAEC,WAAW,QAAQ;AAC9F,SAASC,kBAAkB,QAAQ;AAEnC,SAASC,SAAS,QAAQ;AAC1B,SAASC,MAAM,QAAQ;AACvB,SAASC,kBAAkB,EAAEC,gBAAgB,QAAQ;AAErD,OAAO,MAAMC,gBAAA,GAAoDC,KAAA,IAAS;EACxE,MAAMC,WAAA,GAAcd,mBAAA,CAAoBa,KAAA;EAExC,OAAO;IACL,GAAGZ,YAAY;IACf,GAAGC,SAAS;IACZ,GAAGC,WAAW;IACd,GAAGC,YAAY;IACf,GAAGE,WAAW;IACd,GAAGD,YAAY;IACf,GAAGK,kBAAkB;IACrB,GAAGC,gBAAgB;IACnB,GAAGH,SAAS;IACZ,GAAGC,MAAM;IAET,GAAGK,WAAW;IACd,GAAGf,kBAAkB;IAErB,GAAGQ,kBAAA,CAAmBO,WAAA,CAAYC,yBAAyB,EAAED,WAAA,CAAYE,qBAAqB,CAAC;IAC/F,GAAGT,kBAAA,CAAmBO,WAAA,CAAYG,uBAAuB,EAAEH,WAAA,CAAYI,mBAAmB,EAAE;EAC9F;AACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["colorPaletteTokens","generateColorTokens","borderRadius","fontSizes","lineHeights","fontFamilies","strokeWidths","fontWeights","createShadowTokens","durations","curves","horizontalSpacings","verticalSpacings","createTeamsDarkTheme","brand","colorTokens","colorNeutralShadowAmbient","colorNeutralShadowKey","colorBrandShadowAmbient","colorBrandShadowKey"],"sources":["
|
|
1
|
+
{"version":3,"names":["colorPaletteTokens","generateColorTokens","borderRadius","fontSizes","lineHeights","fontFamilies","strokeWidths","fontWeights","createShadowTokens","durations","curves","horizontalSpacings","verticalSpacings","createTeamsDarkTheme","brand","colorTokens","colorNeutralShadowAmbient","colorNeutralShadowKey","colorBrandShadowAmbient","colorBrandShadowKey"],"sources":["../../src/utils/createTeamsDarkTheme.ts"],"sourcesContent":["import { colorPaletteTokens } from '../alias/darkColorPalette';\nimport { generateColorTokens } from '../alias/teamsDarkColor';\n\nimport { borderRadius, fontSizes, lineHeights, fontFamilies, strokeWidths, fontWeights } from '../global/index';\nimport { createShadowTokens } from './shadows';\nimport type { BrandVariants, Theme } from '../types';\nimport { durations } from '../global/durations';\nimport { curves } from '../global/curves';\nimport { horizontalSpacings, verticalSpacings } from '../global/spacings';\n\nexport const createTeamsDarkTheme: (brand: BrandVariants) => Theme = brand => {\n const colorTokens = generateColorTokens(brand);\n\n return {\n ...borderRadius,\n ...fontSizes,\n ...lineHeights,\n ...fontFamilies,\n ...fontWeights,\n ...strokeWidths,\n ...horizontalSpacings,\n ...verticalSpacings,\n ...durations,\n ...curves,\n\n ...colorTokens,\n ...colorPaletteTokens,\n\n ...createShadowTokens(colorTokens.colorNeutralShadowAmbient, colorTokens.colorNeutralShadowKey),\n ...createShadowTokens(colorTokens.colorBrandShadowAmbient, colorTokens.colorBrandShadowKey, 'Brand'),\n };\n};\n"],"mappings":"AAAA,SAASA,kBAAkB,QAAQ;AACnC,SAASC,mBAAmB,QAAQ;AAEpC,SAASC,YAAY,EAAEC,SAAS,EAAEC,WAAW,EAAEC,YAAY,EAAEC,YAAY,EAAEC,WAAW,QAAQ;AAC9F,SAASC,kBAAkB,QAAQ;AAEnC,SAASC,SAAS,QAAQ;AAC1B,SAASC,MAAM,QAAQ;AACvB,SAASC,kBAAkB,EAAEC,gBAAgB,QAAQ;AAErD,OAAO,MAAMC,oBAAA,GAAwDC,KAAA,IAAS;EAC5E,MAAMC,WAAA,GAAcd,mBAAA,CAAoBa,KAAA;EAExC,OAAO;IACL,GAAGZ,YAAY;IACf,GAAGC,SAAS;IACZ,GAAGC,WAAW;IACd,GAAGC,YAAY;IACf,GAAGE,WAAW;IACd,GAAGD,YAAY;IACf,GAAGK,kBAAkB;IACrB,GAAGC,gBAAgB;IACnB,GAAGH,SAAS;IACZ,GAAGC,MAAM;IAET,GAAGK,WAAW;IACd,GAAGf,kBAAkB;IAErB,GAAGQ,kBAAA,CAAmBO,WAAA,CAAYC,yBAAyB,EAAED,WAAA,CAAYE,qBAAqB,CAAC;IAC/F,GAAGT,kBAAA,CAAmBO,WAAA,CAAYG,uBAAuB,EAAEH,WAAA,CAAYI,mBAAmB,EAAE;EAC9F;AACF"}
|
package/lib/utils/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"names":[],"sources":["../../src/utils/index.ts"],"sourcesContent":["export * from './createLightTheme';\nexport * from './createDarkTheme';\nexport * from './createTeamsDarkTheme';\nexport * from './createHighContrastTheme';\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc"}
|
package/lib/utils/shadows.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["createShadowTokens","ambientColor","keyColor","tokenSuffix"],"sources":["
|
|
1
|
+
{"version":3,"names":["createShadowTokens","ambientColor","keyColor","tokenSuffix"],"sources":["../../src/utils/shadows.ts"],"sourcesContent":["import type { ShadowBrandTokens, ShadowTokens } from '../types';\n\nexport function createShadowTokens(ambientColor: string, keyColor: string, tokenSuffix: 'Brand'): ShadowBrandTokens;\nexport function createShadowTokens(ambientColor: string, keyColor: string): ShadowTokens;\n\nexport function createShadowTokens(ambientColor: string, keyColor: string, tokenSuffix: 'Brand' | '' = '') {\n return {\n [`shadow2${tokenSuffix}`]: `0 0 2px ${ambientColor}, 0 1px 2px ${keyColor}`,\n [`shadow4${tokenSuffix}`]: `0 0 2px ${ambientColor}, 0 2px 4px ${keyColor}`,\n [`shadow8${tokenSuffix}`]: `0 0 2px ${ambientColor}, 0 4px 8px ${keyColor}`,\n [`shadow16${tokenSuffix}`]: `0 0 2px ${ambientColor}, 0 8px 16px ${keyColor}`,\n [`shadow28${tokenSuffix}`]: `0 0 8px ${ambientColor}, 0 14px 28px ${keyColor}`,\n [`shadow64${tokenSuffix}`]: `0 0 8px ${ambientColor}, 0 32px 64px ${keyColor}`,\n };\n}\n"],"mappings":"AAKA,OAAO,SAASA,mBAAmBC,YAAoB,EAAEC,QAAgB,EAAEC,WAAA,GAA4B,EAAE,EAAE;EACzG,OAAO;IACL,CAAE,UAASA,WAAY,EAAC,GAAI,WAAUF,YAAa,eAAcC,QAAS,EAAC;IAC3E,CAAE,UAASC,WAAY,EAAC,GAAI,WAAUF,YAAa,eAAcC,QAAS,EAAC;IAC3E,CAAE,UAASC,WAAY,EAAC,GAAI,WAAUF,YAAa,eAAcC,QAAS,EAAC;IAC3E,CAAE,WAAUC,WAAY,EAAC,GAAI,WAAUF,YAAa,gBAAeC,QAAS,EAAC;IAC7E,CAAE,WAAUC,WAAY,EAAC,GAAI,WAAUF,YAAa,iBAAgBC,QAAS,EAAC;IAC9E,CAAE,WAAUC,WAAY,EAAC,GAAI,WAAUF,YAAa,iBAAgBC,QAAS;EAC/E;AACF"}
|
|
@@ -1,164 +1,163 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
/* !!! DO NOT EDIT !!! */
|
|
4
|
-
/* This file has been generated by the token pipeline */
|
|
1
|
+
/* !!! DO NOT EDIT !!! */ /* This file has been generated by the token pipeline */ "use strict";
|
|
5
2
|
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
|
|
3
|
+
value: true
|
|
7
4
|
});
|
|
8
|
-
exports
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
colorNeutralForeground1: colors_1.white,
|
|
12
|
-
colorNeutralForeground1Hover: colors_1.white,
|
|
13
|
-
colorNeutralForeground1Pressed: colors_1.white,
|
|
14
|
-
colorNeutralForeground1Selected: colors_1.white,
|
|
15
|
-
colorNeutralForeground2: colors_1.grey[84],
|
|
16
|
-
colorNeutralForeground2Hover: colors_1.white,
|
|
17
|
-
colorNeutralForeground2Pressed: colors_1.white,
|
|
18
|
-
colorNeutralForeground2Selected: colors_1.white,
|
|
19
|
-
colorNeutralForeground2BrandHover: brand[100],
|
|
20
|
-
colorNeutralForeground2BrandPressed: brand[90],
|
|
21
|
-
colorNeutralForeground2BrandSelected: brand[100],
|
|
22
|
-
colorNeutralForeground3: colors_1.grey[68],
|
|
23
|
-
colorNeutralForeground3Hover: colors_1.grey[84],
|
|
24
|
-
colorNeutralForeground3Pressed: colors_1.grey[84],
|
|
25
|
-
colorNeutralForeground3Selected: colors_1.grey[84],
|
|
26
|
-
colorNeutralForeground3BrandHover: brand[100],
|
|
27
|
-
colorNeutralForeground3BrandPressed: brand[90],
|
|
28
|
-
colorNeutralForeground3BrandSelected: brand[100],
|
|
29
|
-
colorNeutralForeground4: colors_1.grey[60],
|
|
30
|
-
colorNeutralForegroundDisabled: colors_1.grey[36],
|
|
31
|
-
colorNeutralForegroundInvertedDisabled: colors_1.whiteAlpha[40],
|
|
32
|
-
colorBrandForegroundLink: brand[100],
|
|
33
|
-
colorBrandForegroundLinkHover: brand[110],
|
|
34
|
-
colorBrandForegroundLinkPressed: brand[90],
|
|
35
|
-
colorBrandForegroundLinkSelected: brand[100],
|
|
36
|
-
colorNeutralForeground2Link: colors_1.grey[84],
|
|
37
|
-
colorNeutralForeground2LinkHover: colors_1.white,
|
|
38
|
-
colorNeutralForeground2LinkPressed: colors_1.white,
|
|
39
|
-
colorNeutralForeground2LinkSelected: colors_1.white,
|
|
40
|
-
colorCompoundBrandForeground1: brand[100],
|
|
41
|
-
colorCompoundBrandForeground1Hover: brand[110],
|
|
42
|
-
colorCompoundBrandForeground1Pressed: brand[90],
|
|
43
|
-
colorBrandForeground1: brand[100],
|
|
44
|
-
colorBrandForeground2: brand[110],
|
|
45
|
-
colorNeutralForeground1Static: colors_1.grey[14],
|
|
46
|
-
colorNeutralForegroundStaticInverted: colors_1.white,
|
|
47
|
-
colorNeutralForegroundInverted: colors_1.grey[14],
|
|
48
|
-
colorNeutralForegroundInvertedHover: colors_1.grey[14],
|
|
49
|
-
colorNeutralForegroundInvertedPressed: colors_1.grey[14],
|
|
50
|
-
colorNeutralForegroundInvertedSelected: colors_1.grey[14],
|
|
51
|
-
colorNeutralForegroundInverted2: colors_1.grey[14],
|
|
52
|
-
colorNeutralForegroundOnBrand: colors_1.white,
|
|
53
|
-
colorNeutralForegroundInvertedLink: colors_1.white,
|
|
54
|
-
colorNeutralForegroundInvertedLinkHover: colors_1.white,
|
|
55
|
-
colorNeutralForegroundInvertedLinkPressed: colors_1.white,
|
|
56
|
-
colorNeutralForegroundInvertedLinkSelected: colors_1.white,
|
|
57
|
-
colorBrandForegroundInverted: brand[80],
|
|
58
|
-
colorBrandForegroundInvertedHover: brand[70],
|
|
59
|
-
colorBrandForegroundInvertedPressed: brand[60],
|
|
60
|
-
colorBrandForegroundOnLight: brand[80],
|
|
61
|
-
colorBrandForegroundOnLightHover: brand[70],
|
|
62
|
-
colorBrandForegroundOnLightPressed: brand[50],
|
|
63
|
-
colorBrandForegroundOnLightSelected: brand[60],
|
|
64
|
-
colorNeutralBackground1: colors_1.grey[16],
|
|
65
|
-
colorNeutralBackground1Hover: colors_1.grey[24],
|
|
66
|
-
colorNeutralBackground1Pressed: colors_1.grey[12],
|
|
67
|
-
colorNeutralBackground1Selected: colors_1.grey[22],
|
|
68
|
-
colorNeutralBackground2: colors_1.grey[12],
|
|
69
|
-
colorNeutralBackground2Hover: colors_1.grey[20],
|
|
70
|
-
colorNeutralBackground2Pressed: colors_1.grey[8],
|
|
71
|
-
colorNeutralBackground2Selected: colors_1.grey[18],
|
|
72
|
-
colorNeutralBackground3: colors_1.grey[8],
|
|
73
|
-
colorNeutralBackground3Hover: colors_1.grey[16],
|
|
74
|
-
colorNeutralBackground3Pressed: colors_1.grey[4],
|
|
75
|
-
colorNeutralBackground3Selected: colors_1.grey[14],
|
|
76
|
-
colorNeutralBackground4: colors_1.grey[4],
|
|
77
|
-
colorNeutralBackground4Hover: colors_1.grey[12],
|
|
78
|
-
colorNeutralBackground4Pressed: colors_1.black,
|
|
79
|
-
colorNeutralBackground4Selected: colors_1.grey[10],
|
|
80
|
-
colorNeutralBackground5: colors_1.black,
|
|
81
|
-
colorNeutralBackground5Hover: colors_1.grey[8],
|
|
82
|
-
colorNeutralBackground5Pressed: colors_1.grey[2],
|
|
83
|
-
colorNeutralBackground5Selected: colors_1.grey[6],
|
|
84
|
-
colorNeutralBackground6: colors_1.grey[20],
|
|
85
|
-
colorNeutralBackgroundInverted: colors_1.white,
|
|
86
|
-
colorNeutralBackgroundStatic: colors_1.grey[24],
|
|
87
|
-
colorNeutralBackgroundAlpha: colors_1.grey10Alpha[50],
|
|
88
|
-
colorNeutralBackgroundAlpha2: colors_1.grey12Alpha[70],
|
|
89
|
-
colorSubtleBackground: 'transparent',
|
|
90
|
-
colorSubtleBackgroundHover: colors_1.grey[22],
|
|
91
|
-
colorSubtleBackgroundPressed: colors_1.grey[18],
|
|
92
|
-
colorSubtleBackgroundSelected: colors_1.grey[20],
|
|
93
|
-
colorSubtleBackgroundLightAlphaHover: colors_1.grey14Alpha[80],
|
|
94
|
-
colorSubtleBackgroundLightAlphaPressed: colors_1.grey14Alpha[50],
|
|
95
|
-
colorSubtleBackgroundLightAlphaSelected: 'transparent',
|
|
96
|
-
colorSubtleBackgroundInverted: 'transparent',
|
|
97
|
-
colorSubtleBackgroundInvertedHover: colors_1.blackAlpha[10],
|
|
98
|
-
colorSubtleBackgroundInvertedPressed: colors_1.blackAlpha[30],
|
|
99
|
-
colorSubtleBackgroundInvertedSelected: colors_1.blackAlpha[20],
|
|
100
|
-
colorTransparentBackground: 'transparent',
|
|
101
|
-
colorTransparentBackgroundHover: 'transparent',
|
|
102
|
-
colorTransparentBackgroundPressed: 'transparent',
|
|
103
|
-
colorTransparentBackgroundSelected: 'transparent',
|
|
104
|
-
colorNeutralBackgroundDisabled: colors_1.grey[8],
|
|
105
|
-
colorNeutralBackgroundInvertedDisabled: colors_1.whiteAlpha[10],
|
|
106
|
-
colorNeutralStencil1: colors_1.grey[34],
|
|
107
|
-
colorNeutralStencil2: colors_1.grey[20],
|
|
108
|
-
colorNeutralStencil1Alpha: colors_1.whiteAlpha[10],
|
|
109
|
-
colorNeutralStencil2Alpha: colors_1.whiteAlpha[5],
|
|
110
|
-
colorBackgroundOverlay: colors_1.blackAlpha[50],
|
|
111
|
-
colorScrollbarOverlay: colors_1.whiteAlpha[60],
|
|
112
|
-
colorBrandBackground: brand[70],
|
|
113
|
-
colorBrandBackgroundHover: brand[80],
|
|
114
|
-
colorBrandBackgroundPressed: brand[40],
|
|
115
|
-
colorBrandBackgroundSelected: brand[60],
|
|
116
|
-
colorCompoundBrandBackground: brand[100],
|
|
117
|
-
colorCompoundBrandBackgroundHover: brand[110],
|
|
118
|
-
colorCompoundBrandBackgroundPressed: brand[90],
|
|
119
|
-
colorBrandBackgroundStatic: brand[80],
|
|
120
|
-
colorBrandBackground2: brand[40],
|
|
121
|
-
colorBrandBackgroundInverted: colors_1.white,
|
|
122
|
-
colorBrandBackgroundInvertedHover: brand[160],
|
|
123
|
-
colorBrandBackgroundInvertedPressed: brand[140],
|
|
124
|
-
colorBrandBackgroundInvertedSelected: brand[150],
|
|
125
|
-
colorNeutralStrokeAccessible: colors_1.grey[68],
|
|
126
|
-
colorNeutralStrokeAccessibleHover: colors_1.grey[74],
|
|
127
|
-
colorNeutralStrokeAccessiblePressed: colors_1.grey[70],
|
|
128
|
-
colorNeutralStrokeAccessibleSelected: brand[100],
|
|
129
|
-
colorNeutralStroke1: colors_1.grey[40],
|
|
130
|
-
colorNeutralStroke1Hover: colors_1.grey[46],
|
|
131
|
-
colorNeutralStroke1Pressed: colors_1.grey[42],
|
|
132
|
-
colorNeutralStroke1Selected: colors_1.grey[44],
|
|
133
|
-
colorNeutralStroke2: colors_1.grey[32],
|
|
134
|
-
colorNeutralStroke3: colors_1.grey[24],
|
|
135
|
-
colorNeutralStrokeOnBrand: colors_1.grey[16],
|
|
136
|
-
colorNeutralStrokeOnBrand2: colors_1.white,
|
|
137
|
-
colorNeutralStrokeOnBrand2Hover: colors_1.white,
|
|
138
|
-
colorNeutralStrokeOnBrand2Pressed: colors_1.white,
|
|
139
|
-
colorNeutralStrokeOnBrand2Selected: colors_1.white,
|
|
140
|
-
colorBrandStroke1: brand[100],
|
|
141
|
-
colorBrandStroke2: brand[50],
|
|
142
|
-
colorCompoundBrandStroke: brand[100],
|
|
143
|
-
colorCompoundBrandStrokeHover: brand[110],
|
|
144
|
-
colorCompoundBrandStrokePressed: brand[90],
|
|
145
|
-
colorNeutralStrokeDisabled: colors_1.grey[26],
|
|
146
|
-
colorNeutralStrokeInvertedDisabled: colors_1.whiteAlpha[40],
|
|
147
|
-
colorTransparentStroke: 'transparent',
|
|
148
|
-
colorTransparentStrokeInteractive: 'transparent',
|
|
149
|
-
colorTransparentStrokeDisabled: 'transparent',
|
|
150
|
-
colorNeutralStrokeAlpha: colors_1.whiteAlpha[10],
|
|
151
|
-
colorStrokeFocus1: colors_1.black,
|
|
152
|
-
colorStrokeFocus2: colors_1.white,
|
|
153
|
-
colorNeutralShadowAmbient: 'rgba(0,0,0,0.24)',
|
|
154
|
-
colorNeutralShadowKey: 'rgba(0,0,0,0.28)',
|
|
155
|
-
colorNeutralShadowAmbientLighter: 'rgba(0,0,0,0.12)',
|
|
156
|
-
colorNeutralShadowKeyLighter: 'rgba(0,0,0,0.14)',
|
|
157
|
-
colorNeutralShadowAmbientDarker: 'rgba(0,0,0,0.40)',
|
|
158
|
-
colorNeutralShadowKeyDarker: 'rgba(0,0,0,0.48)',
|
|
159
|
-
colorBrandShadowAmbient: 'rgba(0,0,0,0.30)',
|
|
160
|
-
colorBrandShadowKey: 'rgba(0,0,0,0.25)' // rgba(0,0,0,0.25) undefined
|
|
5
|
+
Object.defineProperty(exports, "generateColorTokens", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: ()=>generateColorTokens
|
|
161
8
|
});
|
|
9
|
+
const _colors = require("../global/colors");
|
|
10
|
+
const generateColorTokens = (brand)=>({
|
|
11
|
+
colorNeutralForeground1: _colors.white,
|
|
12
|
+
colorNeutralForeground1Hover: _colors.white,
|
|
13
|
+
colorNeutralForeground1Pressed: _colors.white,
|
|
14
|
+
colorNeutralForeground1Selected: _colors.white,
|
|
15
|
+
colorNeutralForeground2: _colors.grey[84],
|
|
16
|
+
colorNeutralForeground2Hover: _colors.white,
|
|
17
|
+
colorNeutralForeground2Pressed: _colors.white,
|
|
18
|
+
colorNeutralForeground2Selected: _colors.white,
|
|
19
|
+
colorNeutralForeground2BrandHover: brand[100],
|
|
20
|
+
colorNeutralForeground2BrandPressed: brand[90],
|
|
21
|
+
colorNeutralForeground2BrandSelected: brand[100],
|
|
22
|
+
colorNeutralForeground3: _colors.grey[68],
|
|
23
|
+
colorNeutralForeground3Hover: _colors.grey[84],
|
|
24
|
+
colorNeutralForeground3Pressed: _colors.grey[84],
|
|
25
|
+
colorNeutralForeground3Selected: _colors.grey[84],
|
|
26
|
+
colorNeutralForeground3BrandHover: brand[100],
|
|
27
|
+
colorNeutralForeground3BrandPressed: brand[90],
|
|
28
|
+
colorNeutralForeground3BrandSelected: brand[100],
|
|
29
|
+
colorNeutralForeground4: _colors.grey[60],
|
|
30
|
+
colorNeutralForegroundDisabled: _colors.grey[36],
|
|
31
|
+
colorNeutralForegroundInvertedDisabled: _colors.whiteAlpha[40],
|
|
32
|
+
colorBrandForegroundLink: brand[100],
|
|
33
|
+
colorBrandForegroundLinkHover: brand[110],
|
|
34
|
+
colorBrandForegroundLinkPressed: brand[90],
|
|
35
|
+
colorBrandForegroundLinkSelected: brand[100],
|
|
36
|
+
colorNeutralForeground2Link: _colors.grey[84],
|
|
37
|
+
colorNeutralForeground2LinkHover: _colors.white,
|
|
38
|
+
colorNeutralForeground2LinkPressed: _colors.white,
|
|
39
|
+
colorNeutralForeground2LinkSelected: _colors.white,
|
|
40
|
+
colorCompoundBrandForeground1: brand[100],
|
|
41
|
+
colorCompoundBrandForeground1Hover: brand[110],
|
|
42
|
+
colorCompoundBrandForeground1Pressed: brand[90],
|
|
43
|
+
colorBrandForeground1: brand[100],
|
|
44
|
+
colorBrandForeground2: brand[110],
|
|
45
|
+
colorNeutralForeground1Static: _colors.grey[14],
|
|
46
|
+
colorNeutralForegroundStaticInverted: _colors.white,
|
|
47
|
+
colorNeutralForegroundInverted: _colors.grey[14],
|
|
48
|
+
colorNeutralForegroundInvertedHover: _colors.grey[14],
|
|
49
|
+
colorNeutralForegroundInvertedPressed: _colors.grey[14],
|
|
50
|
+
colorNeutralForegroundInvertedSelected: _colors.grey[14],
|
|
51
|
+
colorNeutralForegroundInverted2: _colors.grey[14],
|
|
52
|
+
colorNeutralForegroundOnBrand: _colors.white,
|
|
53
|
+
colorNeutralForegroundInvertedLink: _colors.white,
|
|
54
|
+
colorNeutralForegroundInvertedLinkHover: _colors.white,
|
|
55
|
+
colorNeutralForegroundInvertedLinkPressed: _colors.white,
|
|
56
|
+
colorNeutralForegroundInvertedLinkSelected: _colors.white,
|
|
57
|
+
colorBrandForegroundInverted: brand[80],
|
|
58
|
+
colorBrandForegroundInvertedHover: brand[70],
|
|
59
|
+
colorBrandForegroundInvertedPressed: brand[60],
|
|
60
|
+
colorBrandForegroundOnLight: brand[80],
|
|
61
|
+
colorBrandForegroundOnLightHover: brand[70],
|
|
62
|
+
colorBrandForegroundOnLightPressed: brand[50],
|
|
63
|
+
colorBrandForegroundOnLightSelected: brand[60],
|
|
64
|
+
colorNeutralBackground1: _colors.grey[16],
|
|
65
|
+
colorNeutralBackground1Hover: _colors.grey[24],
|
|
66
|
+
colorNeutralBackground1Pressed: _colors.grey[12],
|
|
67
|
+
colorNeutralBackground1Selected: _colors.grey[22],
|
|
68
|
+
colorNeutralBackground2: _colors.grey[12],
|
|
69
|
+
colorNeutralBackground2Hover: _colors.grey[20],
|
|
70
|
+
colorNeutralBackground2Pressed: _colors.grey[8],
|
|
71
|
+
colorNeutralBackground2Selected: _colors.grey[18],
|
|
72
|
+
colorNeutralBackground3: _colors.grey[8],
|
|
73
|
+
colorNeutralBackground3Hover: _colors.grey[16],
|
|
74
|
+
colorNeutralBackground3Pressed: _colors.grey[4],
|
|
75
|
+
colorNeutralBackground3Selected: _colors.grey[14],
|
|
76
|
+
colorNeutralBackground4: _colors.grey[4],
|
|
77
|
+
colorNeutralBackground4Hover: _colors.grey[12],
|
|
78
|
+
colorNeutralBackground4Pressed: _colors.black,
|
|
79
|
+
colorNeutralBackground4Selected: _colors.grey[10],
|
|
80
|
+
colorNeutralBackground5: _colors.black,
|
|
81
|
+
colorNeutralBackground5Hover: _colors.grey[8],
|
|
82
|
+
colorNeutralBackground5Pressed: _colors.grey[2],
|
|
83
|
+
colorNeutralBackground5Selected: _colors.grey[6],
|
|
84
|
+
colorNeutralBackground6: _colors.grey[20],
|
|
85
|
+
colorNeutralBackgroundInverted: _colors.white,
|
|
86
|
+
colorNeutralBackgroundStatic: _colors.grey[24],
|
|
87
|
+
colorNeutralBackgroundAlpha: _colors.grey10Alpha[50],
|
|
88
|
+
colorNeutralBackgroundAlpha2: _colors.grey12Alpha[70],
|
|
89
|
+
colorSubtleBackground: 'transparent',
|
|
90
|
+
colorSubtleBackgroundHover: _colors.grey[22],
|
|
91
|
+
colorSubtleBackgroundPressed: _colors.grey[18],
|
|
92
|
+
colorSubtleBackgroundSelected: _colors.grey[20],
|
|
93
|
+
colorSubtleBackgroundLightAlphaHover: _colors.grey14Alpha[80],
|
|
94
|
+
colorSubtleBackgroundLightAlphaPressed: _colors.grey14Alpha[50],
|
|
95
|
+
colorSubtleBackgroundLightAlphaSelected: 'transparent',
|
|
96
|
+
colorSubtleBackgroundInverted: 'transparent',
|
|
97
|
+
colorSubtleBackgroundInvertedHover: _colors.blackAlpha[10],
|
|
98
|
+
colorSubtleBackgroundInvertedPressed: _colors.blackAlpha[30],
|
|
99
|
+
colorSubtleBackgroundInvertedSelected: _colors.blackAlpha[20],
|
|
100
|
+
colorTransparentBackground: 'transparent',
|
|
101
|
+
colorTransparentBackgroundHover: 'transparent',
|
|
102
|
+
colorTransparentBackgroundPressed: 'transparent',
|
|
103
|
+
colorTransparentBackgroundSelected: 'transparent',
|
|
104
|
+
colorNeutralBackgroundDisabled: _colors.grey[8],
|
|
105
|
+
colorNeutralBackgroundInvertedDisabled: _colors.whiteAlpha[10],
|
|
106
|
+
colorNeutralStencil1: _colors.grey[34],
|
|
107
|
+
colorNeutralStencil2: _colors.grey[20],
|
|
108
|
+
colorNeutralStencil1Alpha: _colors.whiteAlpha[10],
|
|
109
|
+
colorNeutralStencil2Alpha: _colors.whiteAlpha[5],
|
|
110
|
+
colorBackgroundOverlay: _colors.blackAlpha[50],
|
|
111
|
+
colorScrollbarOverlay: _colors.whiteAlpha[60],
|
|
112
|
+
colorBrandBackground: brand[70],
|
|
113
|
+
colorBrandBackgroundHover: brand[80],
|
|
114
|
+
colorBrandBackgroundPressed: brand[40],
|
|
115
|
+
colorBrandBackgroundSelected: brand[60],
|
|
116
|
+
colorCompoundBrandBackground: brand[100],
|
|
117
|
+
colorCompoundBrandBackgroundHover: brand[110],
|
|
118
|
+
colorCompoundBrandBackgroundPressed: brand[90],
|
|
119
|
+
colorBrandBackgroundStatic: brand[80],
|
|
120
|
+
colorBrandBackground2: brand[40],
|
|
121
|
+
colorBrandBackgroundInverted: _colors.white,
|
|
122
|
+
colorBrandBackgroundInvertedHover: brand[160],
|
|
123
|
+
colorBrandBackgroundInvertedPressed: brand[140],
|
|
124
|
+
colorBrandBackgroundInvertedSelected: brand[150],
|
|
125
|
+
colorNeutralStrokeAccessible: _colors.grey[68],
|
|
126
|
+
colorNeutralStrokeAccessibleHover: _colors.grey[74],
|
|
127
|
+
colorNeutralStrokeAccessiblePressed: _colors.grey[70],
|
|
128
|
+
colorNeutralStrokeAccessibleSelected: brand[100],
|
|
129
|
+
colorNeutralStroke1: _colors.grey[40],
|
|
130
|
+
colorNeutralStroke1Hover: _colors.grey[46],
|
|
131
|
+
colorNeutralStroke1Pressed: _colors.grey[42],
|
|
132
|
+
colorNeutralStroke1Selected: _colors.grey[44],
|
|
133
|
+
colorNeutralStroke2: _colors.grey[32],
|
|
134
|
+
colorNeutralStroke3: _colors.grey[24],
|
|
135
|
+
colorNeutralStrokeOnBrand: _colors.grey[16],
|
|
136
|
+
colorNeutralStrokeOnBrand2: _colors.white,
|
|
137
|
+
colorNeutralStrokeOnBrand2Hover: _colors.white,
|
|
138
|
+
colorNeutralStrokeOnBrand2Pressed: _colors.white,
|
|
139
|
+
colorNeutralStrokeOnBrand2Selected: _colors.white,
|
|
140
|
+
colorBrandStroke1: brand[100],
|
|
141
|
+
colorBrandStroke2: brand[50],
|
|
142
|
+
colorCompoundBrandStroke: brand[100],
|
|
143
|
+
colorCompoundBrandStrokeHover: brand[110],
|
|
144
|
+
colorCompoundBrandStrokePressed: brand[90],
|
|
145
|
+
colorNeutralStrokeDisabled: _colors.grey[26],
|
|
146
|
+
colorNeutralStrokeInvertedDisabled: _colors.whiteAlpha[40],
|
|
147
|
+
colorTransparentStroke: 'transparent',
|
|
148
|
+
colorTransparentStrokeInteractive: 'transparent',
|
|
149
|
+
colorTransparentStrokeDisabled: 'transparent',
|
|
150
|
+
colorNeutralStrokeAlpha: _colors.whiteAlpha[10],
|
|
151
|
+
colorStrokeFocus1: _colors.black,
|
|
152
|
+
colorStrokeFocus2: _colors.white,
|
|
153
|
+
colorNeutralShadowAmbient: 'rgba(0,0,0,0.24)',
|
|
154
|
+
colorNeutralShadowKey: 'rgba(0,0,0,0.28)',
|
|
155
|
+
colorNeutralShadowAmbientLighter: 'rgba(0,0,0,0.12)',
|
|
156
|
+
colorNeutralShadowKeyLighter: 'rgba(0,0,0,0.14)',
|
|
157
|
+
colorNeutralShadowAmbientDarker: 'rgba(0,0,0,0.40)',
|
|
158
|
+
colorNeutralShadowKeyDarker: 'rgba(0,0,0,0.48)',
|
|
159
|
+
colorBrandShadowAmbient: 'rgba(0,0,0,0.30)',
|
|
160
|
+
colorBrandShadowKey: 'rgba(0,0,0,0.25)'
|
|
161
|
+
}); //# sourceMappingURL=darkColor.js.map
|
|
162
162
|
|
|
163
|
-
exports.generateColorTokens = generateColorTokens;
|
|
164
163
|
//# sourceMappingURL=darkColor.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["colors_1","require","generateColorTokens","brand","colorNeutralForeground1","white","colorNeutralForeground1Hover","colorNeutralForeground1Pressed","colorNeutralForeground1Selected","colorNeutralForeground2","grey","colorNeutralForeground2Hover","colorNeutralForeground2Pressed","colorNeutralForeground2Selected","colorNeutralForeground2BrandHover","colorNeutralForeground2BrandPressed","colorNeutralForeground2BrandSelected","colorNeutralForeground3","colorNeutralForeground3Hover","colorNeutralForeground3Pressed","colorNeutralForeground3Selected","colorNeutralForeground3BrandHover","colorNeutralForeground3BrandPressed","colorNeutralForeground3BrandSelected","colorNeutralForeground4","colorNeutralForegroundDisabled","colorNeutralForegroundInvertedDisabled","whiteAlpha","colorBrandForegroundLink","colorBrandForegroundLinkHover","colorBrandForegroundLinkPressed","colorBrandForegroundLinkSelected","colorNeutralForeground2Link","colorNeutralForeground2LinkHover","colorNeutralForeground2LinkPressed","colorNeutralForeground2LinkSelected","colorCompoundBrandForeground1","colorCompoundBrandForeground1Hover","colorCompoundBrandForeground1Pressed","colorBrandForeground1","colorBrandForeground2","colorNeutralForeground1Static","colorNeutralForegroundStaticInverted","colorNeutralForegroundInverted","colorNeutralForegroundInvertedHover","colorNeutralForegroundInvertedPressed","colorNeutralForegroundInvertedSelected","colorNeutralForegroundInverted2","colorNeutralForegroundOnBrand","colorNeutralForegroundInvertedLink","colorNeutralForegroundInvertedLinkHover","colorNeutralForegroundInvertedLinkPressed","colorNeutralForegroundInvertedLinkSelected","colorBrandForegroundInverted","colorBrandForegroundInvertedHover","colorBrandForegroundInvertedPressed","colorBrandForegroundOnLight","colorBrandForegroundOnLightHover","colorBrandForegroundOnLightPressed","colorBrandForegroundOnLightSelected","colorNeutralBackground1","colorNeutralBackground1Hover","colorNeutralBackground1Pressed","colorNeutralBackground1Selected","colorNeutralBackground2","colorNeutralBackground2Hover","colorNeutralBackground2Pressed","colorNeutralBackground2Selected","colorNeutralBackground3","colorNeutralBackground3Hover","colorNeutralBackground3Pressed","colorNeutralBackground3Selected","colorNeutralBackground4","colorNeutralBackground4Hover","colorNeutralBackground4Pressed","black","colorNeutralBackground4Selected","colorNeutralBackground5","colorNeutralBackground5Hover","colorNeutralBackground5Pressed","colorNeutralBackground5Selected","colorNeutralBackground6","colorNeutralBackgroundInverted","colorNeutralBackgroundStatic","colorNeutralBackgroundAlpha","grey10Alpha","colorNeutralBackgroundAlpha2","grey12Alpha","colorSubtleBackground","colorSubtleBackgroundHover","colorSubtleBackgroundPressed","colorSubtleBackgroundSelected","colorSubtleBackgroundLightAlphaHover","grey14Alpha","colorSubtleBackgroundLightAlphaPressed","colorSubtleBackgroundLightAlphaSelected","colorSubtleBackgroundInverted","colorSubtleBackgroundInvertedHover","blackAlpha","colorSubtleBackgroundInvertedPressed","colorSubtleBackgroundInvertedSelected","colorTransparentBackground","colorTransparentBackgroundHover","colorTransparentBackgroundPressed","colorTransparentBackgroundSelected","colorNeutralBackgroundDisabled","colorNeutralBackgroundInvertedDisabled","colorNeutralStencil1","colorNeutralStencil2","colorNeutralStencil1Alpha","colorNeutralStencil2Alpha","colorBackgroundOverlay","colorScrollbarOverlay","colorBrandBackground","colorBrandBackgroundHover","colorBrandBackgroundPressed","colorBrandBackgroundSelected","colorCompoundBrandBackground","colorCompoundBrandBackgroundHover","colorCompoundBrandBackgroundPressed","colorBrandBackgroundStatic","colorBrandBackground2","colorBrandBackgroundInverted","colorBrandBackgroundInvertedHover","colorBrandBackgroundInvertedPressed","colorBrandBackgroundInvertedSelected","colorNeutralStrokeAccessible","colorNeutralStrokeAccessibleHover","colorNeutralStrokeAccessiblePressed","colorNeutralStrokeAccessibleSelected","colorNeutralStroke1","colorNeutralStroke1Hover","colorNeutralStroke1Pressed","colorNeutralStroke1Selected","colorNeutralStroke2","colorNeutralStroke3","colorNeutralStrokeOnBrand","colorNeutralStrokeOnBrand2","colorNeutralStrokeOnBrand2Hover","colorNeutralStrokeOnBrand2Pressed","colorNeutralStrokeOnBrand2Selected","colorBrandStroke1","colorBrandStroke2","colorCompoundBrandStroke","colorCompoundBrandStrokeHover","colorCompoundBrandStrokePressed","colorNeutralStrokeDisabled","colorNeutralStrokeInvertedDisabled","colorTransparentStroke","colorTransparentStrokeInteractive","colorTransparentStrokeDisabled","colorNeutralStrokeAlpha","colorStrokeFocus1","colorStrokeFocus2","colorNeutralShadowAmbient","colorNeutralShadowKey","colorNeutralShadowAmbientLighter","colorNeutralShadowKeyLighter","colorNeutralShadowAmbientDarker","colorNeutralShadowKeyDarker","colorBrandShadowAmbient","colorBrandShadowKey","exports"],"sources":["../../../../../../../packages/tokens/src/alias/darkColor.ts"],"sourcesContent":["/* !!! DO NOT EDIT !!! */\n/* This file has been generated by the token pipeline */\n\nimport { black, blackAlpha, grey, grey10Alpha, grey12Alpha, grey14Alpha, white, whiteAlpha } from '../global/colors';\nimport type { BrandVariants, ColorTokens } from '../types';\n\nexport const generateColorTokens = (brand: BrandVariants): ColorTokens => ({\n colorNeutralForeground1: white, // #ffffff Global.Color.White\n colorNeutralForeground1Hover: white, // #ffffff Global.Color.White\n colorNeutralForeground1Pressed: white, // #ffffff Global.Color.White\n colorNeutralForeground1Selected: white, // #ffffff Global.Color.White\n colorNeutralForeground2: grey[84], // #d6d6d6 Global.Color.Grey.84\n colorNeutralForeground2Hover: white, // #ffffff Global.Color.White\n colorNeutralForeground2Pressed: white, // #ffffff Global.Color.White\n colorNeutralForeground2Selected: white, // #ffffff Global.Color.White\n colorNeutralForeground2BrandHover: brand[100], // #2899f5 Global.Color.Brand.100\n colorNeutralForeground2BrandPressed: brand[90], // #1890f1 Global.Color.Brand.90\n colorNeutralForeground2BrandSelected: brand[100], // #2899f5 Global.Color.Brand.100\n colorNeutralForeground3: grey[68], // #adadad Global.Color.Grey.68\n colorNeutralForeground3Hover: grey[84], // #d6d6d6 Global.Color.Grey.84\n colorNeutralForeground3Pressed: grey[84], // #d6d6d6 Global.Color.Grey.84\n colorNeutralForeground3Selected: grey[84], // #d6d6d6 Global.Color.Grey.84\n colorNeutralForeground3BrandHover: brand[100], // #2899f5 Global.Color.Brand.100\n colorNeutralForeground3BrandPressed: brand[90], // #1890f1 Global.Color.Brand.90\n colorNeutralForeground3BrandSelected: brand[100], // #2899f5 Global.Color.Brand.100\n colorNeutralForeground4: grey[60], // #999999 Global.Color.Grey.60\n colorNeutralForegroundDisabled: grey[36], // #5c5c5c Global.Color.Grey.36\n colorNeutralForegroundInvertedDisabled: whiteAlpha[40], // rgba(255, 255, 255, 0.4) Global.Color.WhiteAlpha.40\n colorBrandForegroundLink: brand[100], // #2899f5 Global.Color.Brand.100\n colorBrandForegroundLinkHover: brand[110], // #3aa0f3 Global.Color.Brand.110\n colorBrandForegroundLinkPressed: brand[90], // #1890f1 Global.Color.Brand.90\n colorBrandForegroundLinkSelected: brand[100], // #2899f5 Global.Color.Brand.100\n colorNeutralForeground2Link: grey[84], // #d6d6d6 Global.Color.Grey.84\n colorNeutralForeground2LinkHover: white, // #ffffff Global.Color.White\n colorNeutralForeground2LinkPressed: white, // #ffffff Global.Color.White\n colorNeutralForeground2LinkSelected: white, // #ffffff Global.Color.White\n colorCompoundBrandForeground1: brand[100], // #2899f5 Global.Color.Brand.100\n colorCompoundBrandForeground1Hover: brand[110], // #3aa0f3 Global.Color.Brand.110\n colorCompoundBrandForeground1Pressed: brand[90], // #1890f1 Global.Color.Brand.90\n colorBrandForeground1: brand[100], // #2899f5 Global.Color.Brand.100\n colorBrandForeground2: brand[110], // #3aa0f3 Global.Color.Brand.110\n colorNeutralForeground1Static: grey[14], // #242424 Global.Color.Grey.14\n colorNeutralForegroundStaticInverted: white, // #ffffff Global.Color.White\n colorNeutralForegroundInverted: grey[14], // #242424 Global.Color.Grey.14\n colorNeutralForegroundInvertedHover: grey[14], // #242424 Global.Color.Grey.14\n colorNeutralForegroundInvertedPressed: grey[14], // #242424 Global.Color.Grey.14\n colorNeutralForegroundInvertedSelected: grey[14], // #242424 Global.Color.Grey.14\n colorNeutralForegroundInverted2: grey[14], // #242424 Global.Color.Grey.14\n colorNeutralForegroundOnBrand: white, // #ffffff Global.Color.White\n colorNeutralForegroundInvertedLink: white, // #ffffff Global.Color.White\n colorNeutralForegroundInvertedLinkHover: white, // #ffffff Global.Color.White\n colorNeutralForegroundInvertedLinkPressed: white, // #ffffff Global.Color.White\n colorNeutralForegroundInvertedLinkSelected: white, // #ffffff Global.Color.White\n colorBrandForegroundInverted: brand[80], // #0078d4 Global.Color.Brand.80\n colorBrandForegroundInvertedHover: brand[70], // #106ebe Global.Color.Brand.70\n colorBrandForegroundInvertedPressed: brand[60], // #005a9e Global.Color.Brand.60\n colorBrandForegroundOnLight: brand[80], // #0078d4 Global.Color.Brand.80\n colorBrandForegroundOnLightHover: brand[70], // #106ebe Global.Color.Brand.70\n colorBrandForegroundOnLightPressed: brand[50], // #004c87 Global.Color.Brand.50\n colorBrandForegroundOnLightSelected: brand[60], // #005a9e Global.Color.Brand.60\n colorNeutralBackground1: grey[16], // #292929 Global.Color.Grey.16\n colorNeutralBackground1Hover: grey[24], // #3d3d3d Global.Color.Grey.24\n colorNeutralBackground1Pressed: grey[12], // #1f1f1f Global.Color.Grey.12\n colorNeutralBackground1Selected: grey[22], // #383838 Global.Color.Grey.22\n colorNeutralBackground2: grey[12], // #1f1f1f Global.Color.Grey.12\n colorNeutralBackground2Hover: grey[20], // #333333 Global.Color.Grey.20\n colorNeutralBackground2Pressed: grey[8], // #141414 Global.Color.Grey.8\n colorNeutralBackground2Selected: grey[18], // #2e2e2e Global.Color.Grey.18\n colorNeutralBackground3: grey[8], // #141414 Global.Color.Grey.8\n colorNeutralBackground3Hover: grey[16], // #292929 Global.Color.Grey.16\n colorNeutralBackground3Pressed: grey[4], // #0a0a0a Global.Color.Grey.4\n colorNeutralBackground3Selected: grey[14], // #242424 Global.Color.Grey.14\n colorNeutralBackground4: grey[4], // #0a0a0a Global.Color.Grey.4\n colorNeutralBackground4Hover: grey[12], // #1f1f1f Global.Color.Grey.12\n colorNeutralBackground4Pressed: black, // #000000 Global.Color.Black\n colorNeutralBackground4Selected: grey[10], // #1a1a1a Global.Color.Grey.10\n colorNeutralBackground5: black, // #000000 Global.Color.Black\n colorNeutralBackground5Hover: grey[8], // #141414 Global.Color.Grey.8\n colorNeutralBackground5Pressed: grey[2], // #050505 Global.Color.Grey.2\n colorNeutralBackground5Selected: grey[6], // #0f0f0f Global.Color.Grey.6\n colorNeutralBackground6: grey[20], // #333333 Global.Color.Grey.20\n colorNeutralBackgroundInverted: white, // #ffffff Global.Color.White\n colorNeutralBackgroundStatic: grey[24], // #3d3d3d Global.Color.Grey.24\n colorNeutralBackgroundAlpha: grey10Alpha[50], // rgba(26, 26, 26, 0.5) Global.Color.Grey10Alpha.50\n colorNeutralBackgroundAlpha2: grey12Alpha[70], // rgba(31, 31, 31, 0.7) Global.Color.Grey12Alpha.70\n colorSubtleBackground: 'transparent', // transparent undefined\n colorSubtleBackgroundHover: grey[22], // #383838 Global.Color.Grey.22\n colorSubtleBackgroundPressed: grey[18], // #2e2e2e Global.Color.Grey.18\n colorSubtleBackgroundSelected: grey[20], // #333333 Global.Color.Grey.20\n colorSubtleBackgroundLightAlphaHover: grey14Alpha[80], // rgba(36, 36, 36, 0.8) Global.Color.Grey14Alpha.80\n colorSubtleBackgroundLightAlphaPressed: grey14Alpha[50], // rgba(36, 36, 36, 0.5) Global.Color.Grey14Alpha.50\n colorSubtleBackgroundLightAlphaSelected: 'transparent', // transparent undefined\n colorSubtleBackgroundInverted: 'transparent', // transparent undefined\n colorSubtleBackgroundInvertedHover: blackAlpha[10], // rgba(0, 0, 0, 0.1) Global.Color.BlackAlpha.10\n colorSubtleBackgroundInvertedPressed: blackAlpha[30], // rgba(0, 0, 0, 0.3) Global.Color.BlackAlpha.30\n colorSubtleBackgroundInvertedSelected: blackAlpha[20], // rgba(0, 0, 0, 0.2) Global.Color.BlackAlpha.20\n colorTransparentBackground: 'transparent', // transparent undefined\n colorTransparentBackgroundHover: 'transparent', // transparent undefined\n colorTransparentBackgroundPressed: 'transparent', // transparent undefined\n colorTransparentBackgroundSelected: 'transparent', // transparent undefined\n colorNeutralBackgroundDisabled: grey[8], // #141414 Global.Color.Grey.8\n colorNeutralBackgroundInvertedDisabled: whiteAlpha[10], // rgba(255, 255, 255, 0.1) Global.Color.WhiteAlpha.10\n colorNeutralStencil1: grey[34], // #575757 Global.Color.Grey.34\n colorNeutralStencil2: grey[20], // #333333 Global.Color.Grey.20\n colorNeutralStencil1Alpha: whiteAlpha[10], // rgba(255, 255, 255, 0.1) Global.Color.WhiteAlpha.10\n colorNeutralStencil2Alpha: whiteAlpha[5], // rgba(255, 255, 255, 0.05) Global.Color.WhiteAlpha.5\n colorBackgroundOverlay: blackAlpha[50], // rgba(0, 0, 0, 0.5) Global.Color.BlackAlpha.50\n colorScrollbarOverlay: whiteAlpha[60], // rgba(255, 255, 255, 0.6) Global.Color.WhiteAlpha.60\n colorBrandBackground: brand[70], // #106ebe Global.Color.Brand.70\n colorBrandBackgroundHover: brand[80], // #0078d4 Global.Color.Brand.80\n colorBrandBackgroundPressed: brand[40], // #004578 Global.Color.Brand.40\n colorBrandBackgroundSelected: brand[60], // #005a9e Global.Color.Brand.60\n colorCompoundBrandBackground: brand[100], // #2899f5 Global.Color.Brand.100\n colorCompoundBrandBackgroundHover: brand[110], // #3aa0f3 Global.Color.Brand.110\n colorCompoundBrandBackgroundPressed: brand[90], // #1890f1 Global.Color.Brand.90\n colorBrandBackgroundStatic: brand[80], // #0078d4 Global.Color.Brand.80\n colorBrandBackground2: brand[40], // #004578 Global.Color.Brand.40\n colorBrandBackgroundInverted: white, // #ffffff Global.Color.White\n colorBrandBackgroundInvertedHover: brand[160], // #eff6fc Global.Color.Brand.160\n colorBrandBackgroundInvertedPressed: brand[140], // #c7e0f4 Global.Color.Brand.140\n colorBrandBackgroundInvertedSelected: brand[150], // #deecf9 Global.Color.Brand.150\n colorNeutralStrokeAccessible: grey[68], // #adadad Global.Color.Grey.68\n colorNeutralStrokeAccessibleHover: grey[74], // #bdbdbd Global.Color.Grey.74\n colorNeutralStrokeAccessiblePressed: grey[70], // #b3b3b3 Global.Color.Grey.70\n colorNeutralStrokeAccessibleSelected: brand[100], // #2899f5 Global.Color.Brand.100\n colorNeutralStroke1: grey[40], // #666666 Global.Color.Grey.40\n colorNeutralStroke1Hover: grey[46], // #757575 Global.Color.Grey.46\n colorNeutralStroke1Pressed: grey[42], // #6b6b6b Global.Color.Grey.42\n colorNeutralStroke1Selected: grey[44], // #707070 Global.Color.Grey.44\n colorNeutralStroke2: grey[32], // #525252 Global.Color.Grey.32\n colorNeutralStroke3: grey[24], // #3d3d3d Global.Color.Grey.24\n colorNeutralStrokeOnBrand: grey[16], // #292929 Global.Color.Grey.16\n colorNeutralStrokeOnBrand2: white, // #ffffff Global.Color.White\n colorNeutralStrokeOnBrand2Hover: white, // #ffffff Global.Color.White\n colorNeutralStrokeOnBrand2Pressed: white, // #ffffff Global.Color.White\n colorNeutralStrokeOnBrand2Selected: white, // #ffffff Global.Color.White\n colorBrandStroke1: brand[100], // #2899f5 Global.Color.Brand.100\n colorBrandStroke2: brand[50], // #004c87 Global.Color.Brand.50\n colorCompoundBrandStroke: brand[100], // #2899f5 Global.Color.Brand.100\n colorCompoundBrandStrokeHover: brand[110], // #3aa0f3 Global.Color.Brand.110\n colorCompoundBrandStrokePressed: brand[90], // #1890f1 Global.Color.Brand.90\n colorNeutralStrokeDisabled: grey[26], // #424242 Global.Color.Grey.26\n colorNeutralStrokeInvertedDisabled: whiteAlpha[40], // rgba(255, 255, 255, 0.4) Global.Color.WhiteAlpha.40\n colorTransparentStroke: 'transparent', // transparent undefined\n colorTransparentStrokeInteractive: 'transparent', // transparent undefined\n colorTransparentStrokeDisabled: 'transparent', // transparent undefined\n colorNeutralStrokeAlpha: whiteAlpha[10], // rgba(255, 255, 255, 0.1) Global.Color.WhiteAlpha.10\n colorStrokeFocus1: black, // #000000 Global.Color.Black\n colorStrokeFocus2: white, // #ffffff Global.Color.White\n colorNeutralShadowAmbient: 'rgba(0,0,0,0.24)', // rgba(0,0,0,0.24) undefined\n colorNeutralShadowKey: 'rgba(0,0,0,0.28)', // rgba(0,0,0,0.28) undefined\n colorNeutralShadowAmbientLighter: 'rgba(0,0,0,0.12)', // rgba(0,0,0,0.12) undefined\n colorNeutralShadowKeyLighter: 'rgba(0,0,0,0.14)', // rgba(0,0,0,0.14) undefined\n colorNeutralShadowAmbientDarker: 'rgba(0,0,0,0.40)', // rgba(0,0,0,0.40) undefined\n colorNeutralShadowKeyDarker: 'rgba(0,0,0,0.48)', // rgba(0,0,0,0.48) undefined\n colorBrandShadowAmbient: 'rgba(0,0,0,0.30)', // rgba(0,0,0,0.30) undefined\n colorBrandShadowKey: 'rgba(0,0,0,0.25)', // rgba(0,0,0,0.25) undefined\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"sources":["../../lib/alias/darkColor.js"],"sourcesContent":["/* !!! DO NOT EDIT !!! */ /* This file has been generated by the token pipeline */import { black, blackAlpha, grey, grey10Alpha, grey12Alpha, grey14Alpha, white, whiteAlpha } from '../global/colors';\nexport const generateColorTokens = brand => ({\n colorNeutralForeground1: white,\n colorNeutralForeground1Hover: white,\n colorNeutralForeground1Pressed: white,\n colorNeutralForeground1Selected: white,\n colorNeutralForeground2: grey[84],\n colorNeutralForeground2Hover: white,\n colorNeutralForeground2Pressed: white,\n colorNeutralForeground2Selected: white,\n colorNeutralForeground2BrandHover: brand[100],\n colorNeutralForeground2BrandPressed: brand[90],\n colorNeutralForeground2BrandSelected: brand[100],\n colorNeutralForeground3: grey[68],\n colorNeutralForeground3Hover: grey[84],\n colorNeutralForeground3Pressed: grey[84],\n colorNeutralForeground3Selected: grey[84],\n colorNeutralForeground3BrandHover: brand[100],\n colorNeutralForeground3BrandPressed: brand[90],\n colorNeutralForeground3BrandSelected: brand[100],\n colorNeutralForeground4: grey[60],\n colorNeutralForegroundDisabled: grey[36],\n colorNeutralForegroundInvertedDisabled: whiteAlpha[40],\n colorBrandForegroundLink: brand[100],\n colorBrandForegroundLinkHover: brand[110],\n colorBrandForegroundLinkPressed: brand[90],\n colorBrandForegroundLinkSelected: brand[100],\n colorNeutralForeground2Link: grey[84],\n colorNeutralForeground2LinkHover: white,\n colorNeutralForeground2LinkPressed: white,\n colorNeutralForeground2LinkSelected: white,\n colorCompoundBrandForeground1: brand[100],\n colorCompoundBrandForeground1Hover: brand[110],\n colorCompoundBrandForeground1Pressed: brand[90],\n colorBrandForeground1: brand[100],\n colorBrandForeground2: brand[110],\n colorNeutralForeground1Static: grey[14],\n colorNeutralForegroundStaticInverted: white,\n colorNeutralForegroundInverted: grey[14],\n colorNeutralForegroundInvertedHover: grey[14],\n colorNeutralForegroundInvertedPressed: grey[14],\n colorNeutralForegroundInvertedSelected: grey[14],\n colorNeutralForegroundInverted2: grey[14],\n colorNeutralForegroundOnBrand: white,\n colorNeutralForegroundInvertedLink: white,\n colorNeutralForegroundInvertedLinkHover: white,\n colorNeutralForegroundInvertedLinkPressed: white,\n colorNeutralForegroundInvertedLinkSelected: white,\n colorBrandForegroundInverted: brand[80],\n colorBrandForegroundInvertedHover: brand[70],\n colorBrandForegroundInvertedPressed: brand[60],\n colorBrandForegroundOnLight: brand[80],\n colorBrandForegroundOnLightHover: brand[70],\n colorBrandForegroundOnLightPressed: brand[50],\n colorBrandForegroundOnLightSelected: brand[60],\n colorNeutralBackground1: grey[16],\n colorNeutralBackground1Hover: grey[24],\n colorNeutralBackground1Pressed: grey[12],\n colorNeutralBackground1Selected: grey[22],\n colorNeutralBackground2: grey[12],\n colorNeutralBackground2Hover: grey[20],\n colorNeutralBackground2Pressed: grey[8],\n colorNeutralBackground2Selected: grey[18],\n colorNeutralBackground3: grey[8],\n colorNeutralBackground3Hover: grey[16],\n colorNeutralBackground3Pressed: grey[4],\n colorNeutralBackground3Selected: grey[14],\n colorNeutralBackground4: grey[4],\n colorNeutralBackground4Hover: grey[12],\n colorNeutralBackground4Pressed: black,\n colorNeutralBackground4Selected: grey[10],\n colorNeutralBackground5: black,\n colorNeutralBackground5Hover: grey[8],\n colorNeutralBackground5Pressed: grey[2],\n colorNeutralBackground5Selected: grey[6],\n colorNeutralBackground6: grey[20],\n colorNeutralBackgroundInverted: white,\n colorNeutralBackgroundStatic: grey[24],\n colorNeutralBackgroundAlpha: grey10Alpha[50],\n colorNeutralBackgroundAlpha2: grey12Alpha[70],\n colorSubtleBackground: 'transparent',\n colorSubtleBackgroundHover: grey[22],\n colorSubtleBackgroundPressed: grey[18],\n colorSubtleBackgroundSelected: grey[20],\n colorSubtleBackgroundLightAlphaHover: grey14Alpha[80],\n colorSubtleBackgroundLightAlphaPressed: grey14Alpha[50],\n colorSubtleBackgroundLightAlphaSelected: 'transparent',\n colorSubtleBackgroundInverted: 'transparent',\n colorSubtleBackgroundInvertedHover: blackAlpha[10],\n colorSubtleBackgroundInvertedPressed: blackAlpha[30],\n colorSubtleBackgroundInvertedSelected: blackAlpha[20],\n colorTransparentBackground: 'transparent',\n colorTransparentBackgroundHover: 'transparent',\n colorTransparentBackgroundPressed: 'transparent',\n colorTransparentBackgroundSelected: 'transparent',\n colorNeutralBackgroundDisabled: grey[8],\n colorNeutralBackgroundInvertedDisabled: whiteAlpha[10],\n colorNeutralStencil1: grey[34],\n colorNeutralStencil2: grey[20],\n colorNeutralStencil1Alpha: whiteAlpha[10],\n colorNeutralStencil2Alpha: whiteAlpha[5],\n colorBackgroundOverlay: blackAlpha[50],\n colorScrollbarOverlay: whiteAlpha[60],\n colorBrandBackground: brand[70],\n colorBrandBackgroundHover: brand[80],\n colorBrandBackgroundPressed: brand[40],\n colorBrandBackgroundSelected: brand[60],\n colorCompoundBrandBackground: brand[100],\n colorCompoundBrandBackgroundHover: brand[110],\n colorCompoundBrandBackgroundPressed: brand[90],\n colorBrandBackgroundStatic: brand[80],\n colorBrandBackground2: brand[40],\n colorBrandBackgroundInverted: white,\n colorBrandBackgroundInvertedHover: brand[160],\n colorBrandBackgroundInvertedPressed: brand[140],\n colorBrandBackgroundInvertedSelected: brand[150],\n colorNeutralStrokeAccessible: grey[68],\n colorNeutralStrokeAccessibleHover: grey[74],\n colorNeutralStrokeAccessiblePressed: grey[70],\n colorNeutralStrokeAccessibleSelected: brand[100],\n colorNeutralStroke1: grey[40],\n colorNeutralStroke1Hover: grey[46],\n colorNeutralStroke1Pressed: grey[42],\n colorNeutralStroke1Selected: grey[44],\n colorNeutralStroke2: grey[32],\n colorNeutralStroke3: grey[24],\n colorNeutralStrokeOnBrand: grey[16],\n colorNeutralStrokeOnBrand2: white,\n colorNeutralStrokeOnBrand2Hover: white,\n colorNeutralStrokeOnBrand2Pressed: white,\n colorNeutralStrokeOnBrand2Selected: white,\n colorBrandStroke1: brand[100],\n colorBrandStroke2: brand[50],\n colorCompoundBrandStroke: brand[100],\n colorCompoundBrandStrokeHover: brand[110],\n colorCompoundBrandStrokePressed: brand[90],\n colorNeutralStrokeDisabled: grey[26],\n colorNeutralStrokeInvertedDisabled: whiteAlpha[40],\n colorTransparentStroke: 'transparent',\n colorTransparentStrokeInteractive: 'transparent',\n colorTransparentStrokeDisabled: 'transparent',\n colorNeutralStrokeAlpha: whiteAlpha[10],\n colorStrokeFocus1: black,\n colorStrokeFocus2: white,\n colorNeutralShadowAmbient: 'rgba(0,0,0,0.24)',\n colorNeutralShadowKey: 'rgba(0,0,0,0.28)',\n colorNeutralShadowAmbientLighter: 'rgba(0,0,0,0.12)',\n colorNeutralShadowKeyLighter: 'rgba(0,0,0,0.14)',\n colorNeutralShadowAmbientDarker: 'rgba(0,0,0,0.40)',\n colorNeutralShadowKeyDarker: 'rgba(0,0,0,0.48)',\n colorBrandShadowAmbient: 'rgba(0,0,0,0.30)',\n colorBrandShadowKey: 'rgba(0,0,0,0.25)'\n});\n//# sourceMappingURL=darkColor.js.map"],"names":["generateColorTokens","brand","colorNeutralForeground1","white","colorNeutralForeground1Hover","colorNeutralForeground1Pressed","colorNeutralForeground1Selected","colorNeutralForeground2","grey","colorNeutralForeground2Hover","colorNeutralForeground2Pressed","colorNeutralForeground2Selected","colorNeutralForeground2BrandHover","colorNeutralForeground2BrandPressed","colorNeutralForeground2BrandSelected","colorNeutralForeground3","colorNeutralForeground3Hover","colorNeutralForeground3Pressed","colorNeutralForeground3Selected","colorNeutralForeground3BrandHover","colorNeutralForeground3BrandPressed","colorNeutralForeground3BrandSelected","colorNeutralForeground4","colorNeutralForegroundDisabled","colorNeutralForegroundInvertedDisabled","whiteAlpha","colorBrandForegroundLink","colorBrandForegroundLinkHover","colorBrandForegroundLinkPressed","colorBrandForegroundLinkSelected","colorNeutralForeground2Link","colorNeutralForeground2LinkHover","colorNeutralForeground2LinkPressed","colorNeutralForeground2LinkSelected","colorCompoundBrandForeground1","colorCompoundBrandForeground1Hover","colorCompoundBrandForeground1Pressed","colorBrandForeground1","colorBrandForeground2","colorNeutralForeground1Static","colorNeutralForegroundStaticInverted","colorNeutralForegroundInverted","colorNeutralForegroundInvertedHover","colorNeutralForegroundInvertedPressed","colorNeutralForegroundInvertedSelected","colorNeutralForegroundInverted2","colorNeutralForegroundOnBrand","colorNeutralForegroundInvertedLink","colorNeutralForegroundInvertedLinkHover","colorNeutralForegroundInvertedLinkPressed","colorNeutralForegroundInvertedLinkSelected","colorBrandForegroundInverted","colorBrandForegroundInvertedHover","colorBrandForegroundInvertedPressed","colorBrandForegroundOnLight","colorBrandForegroundOnLightHover","colorBrandForegroundOnLightPressed","colorBrandForegroundOnLightSelected","colorNeutralBackground1","colorNeutralBackground1Hover","colorNeutralBackground1Pressed","colorNeutralBackground1Selected","colorNeutralBackground2","colorNeutralBackground2Hover","colorNeutralBackground2Pressed","colorNeutralBackground2Selected","colorNeutralBackground3","colorNeutralBackground3Hover","colorNeutralBackground3Pressed","colorNeutralBackground3Selected","colorNeutralBackground4","colorNeutralBackground4Hover","colorNeutralBackground4Pressed","black","colorNeutralBackground4Selected","colorNeutralBackground5","colorNeutralBackground5Hover","colorNeutralBackground5Pressed","colorNeutralBackground5Selected","colorNeutralBackground6","colorNeutralBackgroundInverted","colorNeutralBackgroundStatic","colorNeutralBackgroundAlpha","grey10Alpha","colorNeutralBackgroundAlpha2","grey12Alpha","colorSubtleBackground","colorSubtleBackgroundHover","colorSubtleBackgroundPressed","colorSubtleBackgroundSelected","colorSubtleBackgroundLightAlphaHover","grey14Alpha","colorSubtleBackgroundLightAlphaPressed","colorSubtleBackgroundLightAlphaSelected","colorSubtleBackgroundInverted","colorSubtleBackgroundInvertedHover","blackAlpha","colorSubtleBackgroundInvertedPressed","colorSubtleBackgroundInvertedSelected","colorTransparentBackground","colorTransparentBackgroundHover","colorTransparentBackgroundPressed","colorTransparentBackgroundSelected","colorNeutralBackgroundDisabled","colorNeutralBackgroundInvertedDisabled","colorNeutralStencil1","colorNeutralStencil2","colorNeutralStencil1Alpha","colorNeutralStencil2Alpha","colorBackgroundOverlay","colorScrollbarOverlay","colorBrandBackground","colorBrandBackgroundHover","colorBrandBackgroundPressed","colorBrandBackgroundSelected","colorCompoundBrandBackground","colorCompoundBrandBackgroundHover","colorCompoundBrandBackgroundPressed","colorBrandBackgroundStatic","colorBrandBackground2","colorBrandBackgroundInverted","colorBrandBackgroundInvertedHover","colorBrandBackgroundInvertedPressed","colorBrandBackgroundInvertedSelected","colorNeutralStrokeAccessible","colorNeutralStrokeAccessibleHover","colorNeutralStrokeAccessiblePressed","colorNeutralStrokeAccessibleSelected","colorNeutralStroke1","colorNeutralStroke1Hover","colorNeutralStroke1Pressed","colorNeutralStroke1Selected","colorNeutralStroke2","colorNeutralStroke3","colorNeutralStrokeOnBrand","colorNeutralStrokeOnBrand2","colorNeutralStrokeOnBrand2Hover","colorNeutralStrokeOnBrand2Pressed","colorNeutralStrokeOnBrand2Selected","colorBrandStroke1","colorBrandStroke2","colorCompoundBrandStroke","colorCompoundBrandStrokeHover","colorCompoundBrandStrokePressed","colorNeutralStrokeDisabled","colorNeutralStrokeInvertedDisabled","colorTransparentStroke","colorTransparentStrokeInteractive","colorTransparentStrokeDisabled","colorNeutralStrokeAlpha","colorStrokeFocus1","colorStrokeFocus2","colorNeutralShadowAmbient","colorNeutralShadowKey","colorNeutralShadowAmbientLighter","colorNeutralShadowKeyLighter","colorNeutralShadowAmbientDarker","colorNeutralShadowKeyDarker","colorBrandShadowAmbient","colorBrandShadowKey"],"mappings":"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"}
|