@fluentui/tokens 1.0.0-alpha.15 → 1.0.0-alpha.16

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.
Files changed (89) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/lib/alias/darkColor.js +1 -1
  3. package/lib/alias/darkColorPalette.js +3 -3
  4. package/lib/alias/highContrastColor.js +1 -1
  5. package/lib/alias/highContrastColorPalette.js +3 -3
  6. package/lib/alias/lightColor.js +1 -1
  7. package/lib/alias/lightColorPalette.js +3 -3
  8. package/lib/alias/teamsDarkColor.js +1 -1
  9. package/lib/global/colorPalette.js +1 -1
  10. package/lib/global/index.js +9 -9
  11. package/lib/global/typographyStyles.js +1 -1
  12. package/lib/index.js +5 -5
  13. package/lib/index.js.map +1 -1
  14. package/lib/themes/index.js +2 -2
  15. package/lib/themes/index.js.map +1 -1
  16. package/lib/themes/teams/darkTheme.js +2 -2
  17. package/lib/themes/teams/highContrastTheme.js +1 -1
  18. package/lib/themes/teams/index.js +3 -3
  19. package/lib/themes/teams/lightTheme.js +2 -2
  20. package/lib/themes/web/darkTheme.js +2 -2
  21. package/lib/themes/web/index.js +2 -2
  22. package/lib/themes/web/lightTheme.js +2 -2
  23. package/lib/types.js.map +1 -1
  24. package/lib/utils/createDarkTheme.js +7 -7
  25. package/lib/utils/createDarkTheme.js.map +1 -1
  26. package/lib/utils/createHighContrastTheme.js +7 -7
  27. package/lib/utils/createHighContrastTheme.js.map +1 -1
  28. package/lib/utils/createLightTheme.js +7 -7
  29. package/lib/utils/createLightTheme.js.map +1 -1
  30. package/lib/utils/createTeamsDarkTheme.js +7 -7
  31. package/lib/utils/createTeamsDarkTheme.js.map +1 -1
  32. package/lib/utils/index.js +4 -4
  33. package/lib-commonjs/alias/darkColor.js +1 -1
  34. package/lib-commonjs/alias/darkColor.js.map +1 -1
  35. package/lib-commonjs/alias/darkColorPalette.js +3 -3
  36. package/lib-commonjs/alias/darkColorPalette.js.map +1 -1
  37. package/lib-commonjs/alias/highContrastColor.js +1 -1
  38. package/lib-commonjs/alias/highContrastColor.js.map +1 -1
  39. package/lib-commonjs/alias/highContrastColorPalette.js +3 -3
  40. package/lib-commonjs/alias/highContrastColorPalette.js.map +1 -1
  41. package/lib-commonjs/alias/lightColor.js +1 -1
  42. package/lib-commonjs/alias/lightColor.js.map +1 -1
  43. package/lib-commonjs/alias/lightColorPalette.js +3 -3
  44. package/lib-commonjs/alias/lightColorPalette.js.map +1 -1
  45. package/lib-commonjs/alias/teamsDarkColor.js +1 -1
  46. package/lib-commonjs/alias/teamsDarkColor.js.map +1 -1
  47. package/lib-commonjs/global/brandColors.js +4 -4
  48. package/lib-commonjs/global/brandColors.js.map +1 -1
  49. package/lib-commonjs/global/colorPalette.js +5 -5
  50. package/lib-commonjs/global/colorPalette.js.map +1 -1
  51. package/lib-commonjs/global/colors.js +123 -123
  52. package/lib-commonjs/global/colors.js.map +1 -1
  53. package/lib-commonjs/global/fonts.js +5 -5
  54. package/lib-commonjs/global/fonts.js.map +1 -1
  55. package/lib-commonjs/global/index.js +9 -9
  56. package/lib-commonjs/global/index.js.map +1 -1
  57. package/lib-commonjs/global/typographyStyles.js +1 -1
  58. package/lib-commonjs/global/typographyStyles.js.map +1 -1
  59. package/lib-commonjs/index.js +20 -20
  60. package/lib-commonjs/index.js.map +1 -1
  61. package/lib-commonjs/sharedColorNames.js +4 -4
  62. package/lib-commonjs/sharedColorNames.js.map +1 -1
  63. package/lib-commonjs/themes/index.js +3 -3
  64. package/lib-commonjs/themes/index.js.map +1 -1
  65. package/lib-commonjs/themes/teams/darkTheme.js +2 -2
  66. package/lib-commonjs/themes/teams/darkTheme.js.map +1 -1
  67. package/lib-commonjs/themes/teams/highContrastTheme.js +1 -1
  68. package/lib-commonjs/themes/teams/highContrastTheme.js.map +1 -1
  69. package/lib-commonjs/themes/teams/index.js +4 -4
  70. package/lib-commonjs/themes/teams/index.js.map +1 -1
  71. package/lib-commonjs/themes/teams/lightTheme.js +2 -2
  72. package/lib-commonjs/themes/teams/lightTheme.js.map +1 -1
  73. package/lib-commonjs/themes/web/darkTheme.js +2 -2
  74. package/lib-commonjs/themes/web/darkTheme.js.map +1 -1
  75. package/lib-commonjs/themes/web/index.js +3 -3
  76. package/lib-commonjs/themes/web/index.js.map +1 -1
  77. package/lib-commonjs/themes/web/lightTheme.js +2 -2
  78. package/lib-commonjs/themes/web/lightTheme.js.map +1 -1
  79. package/lib-commonjs/utils/createDarkTheme.js +7 -7
  80. package/lib-commonjs/utils/createDarkTheme.js.map +1 -1
  81. package/lib-commonjs/utils/createHighContrastTheme.js +7 -7
  82. package/lib-commonjs/utils/createHighContrastTheme.js.map +1 -1
  83. package/lib-commonjs/utils/createLightTheme.js +7 -7
  84. package/lib-commonjs/utils/createLightTheme.js.map +1 -1
  85. package/lib-commonjs/utils/createTeamsDarkTheme.js +7 -7
  86. package/lib-commonjs/utils/createTeamsDarkTheme.js.map +1 -1
  87. package/lib-commonjs/utils/index.js +5 -5
  88. package/lib-commonjs/utils/index.js.map +1 -1
  89. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"sources":["teamsDarkColor.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.js\";\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[120],\n colorBrandForeground2Hover: brand[130],\n colorBrandForeground2Pressed: brand[160],\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[14],\n colorNeutralBackground2Hover: grey[22],\n colorNeutralBackground2Pressed: grey[10],\n colorNeutralBackground2Selected: grey[20],\n colorNeutralBackground3: grey[12],\n colorNeutralBackground3Hover: grey[20],\n colorNeutralBackground3Pressed: grey[8],\n colorNeutralBackground3Selected: grey[18],\n colorNeutralBackground4: grey[8],\n colorNeutralBackground4Hover: grey[16],\n colorNeutralBackground4Pressed: grey[4],\n colorNeutralBackground4Selected: grey[14],\n colorNeutralBackground5: grey[4],\n colorNeutralBackground5Hover: grey[12],\n colorNeutralBackground5Pressed: black,\n colorNeutralBackground5Selected: grey[10],\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[20],\n colorBrandBackground2Hover: brand[40],\n colorBrandBackground2Pressed: brand[10],\n colorBrandBackground3Static: brand[60],\n colorBrandBackground4Static: brand[40],\n colorBrandBackgroundInverted: white,\n colorBrandBackgroundInvertedHover: brand[160],\n colorBrandBackgroundInvertedPressed: brand[140],\n colorBrandBackgroundInvertedSelected: brand[150],\n colorNeutralCardBackground: grey[20],\n colorNeutralCardBackgroundHover: grey[24],\n colorNeutralCardBackgroundPressed: grey[18],\n colorNeutralCardBackgroundSelected: grey[22],\n colorNeutralCardBackgroundDisabled: grey[8],\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 colorNeutralStrokeSubtle: grey[4],\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 colorBrandStroke2Hover: brand[50],\n colorBrandStroke2Pressed: brand[30],\n colorBrandStroke2Contrast: brand[50],\n colorCompoundBrandStroke: brand[90],\n colorCompoundBrandStrokeHover: brand[100],\n colorCompoundBrandStrokePressed: brand[80],\n colorNeutralStrokeDisabled: grey[26],\n colorNeutralStrokeInvertedDisabled: whiteAlpha[40],\n colorTransparentStroke: 'transparent',\n colorTransparentStrokeInteractive: 'transparent',\n colorTransparentStrokeDisabled: 'transparent',\n colorNeutralStrokeAlpha: whiteAlpha[10],\n colorNeutralStrokeAlpha2: whiteAlpha[20],\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"],"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","colorBrandForeground2Hover","colorBrandForeground2Pressed","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","colorNeutralBackground4Selected","colorNeutralBackground5","colorNeutralBackground5Hover","colorNeutralBackground5Pressed","black","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","colorBrandBackground2Hover","colorBrandBackground2Pressed","colorBrandBackground3Static","colorBrandBackground4Static","colorBrandBackgroundInverted","colorBrandBackgroundInvertedHover","colorBrandBackgroundInvertedPressed","colorBrandBackgroundInvertedSelected","colorNeutralCardBackground","colorNeutralCardBackgroundHover","colorNeutralCardBackgroundPressed","colorNeutralCardBackgroundSelected","colorNeutralCardBackgroundDisabled","colorNeutralStrokeAccessible","colorNeutralStrokeAccessibleHover","colorNeutralStrokeAccessiblePressed","colorNeutralStrokeAccessibleSelected","colorNeutralStroke1","colorNeutralStroke1Hover","colorNeutralStroke1Pressed","colorNeutralStroke1Selected","colorNeutralStroke2","colorNeutralStroke3","colorNeutralStrokeSubtle","colorNeutralStrokeOnBrand","colorNeutralStrokeOnBrand2","colorNeutralStrokeOnBrand2Hover","colorNeutralStrokeOnBrand2Pressed","colorNeutralStrokeOnBrand2Selected","colorBrandStroke1","colorBrandStroke2","colorBrandStroke2Hover","colorBrandStroke2Pressed","colorBrandStroke2Contrast","colorCompoundBrandStroke","colorCompoundBrandStrokeHover","colorCompoundBrandStrokePressed","colorNeutralStrokeDisabled","colorNeutralStrokeInvertedDisabled","colorTransparentStroke","colorTransparentStrokeInteractive","colorTransparentStrokeDisabled","colorNeutralStrokeAlpha","colorNeutralStrokeAlpha2","colorStrokeFocus1","colorStrokeFocus2","colorNeutralShadowAmbient","colorNeutralShadowKey","colorNeutralShadowAmbientLighter","colorNeutralShadowKeyLighter","colorNeutralShadowAmbientDarker","colorNeutralShadowKeyDarker","colorBrandShadowAmbient","colorBrandShadowKey"],"mappings":"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"}
1
+ {"version":3,"sources":["teamsDarkColor.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[120],\n colorBrandForeground2Hover: brand[130],\n colorBrandForeground2Pressed: brand[160],\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[14],\n colorNeutralBackground2Hover: grey[22],\n colorNeutralBackground2Pressed: grey[10],\n colorNeutralBackground2Selected: grey[20],\n colorNeutralBackground3: grey[12],\n colorNeutralBackground3Hover: grey[20],\n colorNeutralBackground3Pressed: grey[8],\n colorNeutralBackground3Selected: grey[18],\n colorNeutralBackground4: grey[8],\n colorNeutralBackground4Hover: grey[16],\n colorNeutralBackground4Pressed: grey[4],\n colorNeutralBackground4Selected: grey[14],\n colorNeutralBackground5: grey[4],\n colorNeutralBackground5Hover: grey[12],\n colorNeutralBackground5Pressed: black,\n colorNeutralBackground5Selected: grey[10],\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[20],\n colorBrandBackground2Hover: brand[40],\n colorBrandBackground2Pressed: brand[10],\n colorBrandBackground3Static: brand[60],\n colorBrandBackground4Static: brand[40],\n colorBrandBackgroundInverted: white,\n colorBrandBackgroundInvertedHover: brand[160],\n colorBrandBackgroundInvertedPressed: brand[140],\n colorBrandBackgroundInvertedSelected: brand[150],\n colorNeutralCardBackground: grey[20],\n colorNeutralCardBackgroundHover: grey[24],\n colorNeutralCardBackgroundPressed: grey[18],\n colorNeutralCardBackgroundSelected: grey[22],\n colorNeutralCardBackgroundDisabled: grey[8],\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 colorNeutralStrokeSubtle: grey[4],\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 colorBrandStroke2Hover: brand[50],\n colorBrandStroke2Pressed: brand[30],\n colorBrandStroke2Contrast: brand[50],\n colorCompoundBrandStroke: brand[90],\n colorCompoundBrandStrokeHover: brand[100],\n colorCompoundBrandStrokePressed: brand[80],\n colorNeutralStrokeDisabled: grey[26],\n colorNeutralStrokeInvertedDisabled: whiteAlpha[40],\n colorTransparentStroke: 'transparent',\n colorTransparentStrokeInteractive: 'transparent',\n colorTransparentStrokeDisabled: 'transparent',\n colorNeutralStrokeAlpha: whiteAlpha[10],\n colorNeutralStrokeAlpha2: whiteAlpha[20],\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"],"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","colorBrandForeground2Hover","colorBrandForeground2Pressed","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","colorNeutralBackground4Selected","colorNeutralBackground5","colorNeutralBackground5Hover","colorNeutralBackground5Pressed","black","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","colorBrandBackground2Hover","colorBrandBackground2Pressed","colorBrandBackground3Static","colorBrandBackground4Static","colorBrandBackgroundInverted","colorBrandBackgroundInvertedHover","colorBrandBackgroundInvertedPressed","colorBrandBackgroundInvertedSelected","colorNeutralCardBackground","colorNeutralCardBackgroundHover","colorNeutralCardBackgroundPressed","colorNeutralCardBackgroundSelected","colorNeutralCardBackgroundDisabled","colorNeutralStrokeAccessible","colorNeutralStrokeAccessibleHover","colorNeutralStrokeAccessiblePressed","colorNeutralStrokeAccessibleSelected","colorNeutralStroke1","colorNeutralStroke1Hover","colorNeutralStroke1Pressed","colorNeutralStroke1Selected","colorNeutralStroke2","colorNeutralStroke3","colorNeutralStrokeSubtle","colorNeutralStrokeOnBrand","colorNeutralStrokeOnBrand2","colorNeutralStrokeOnBrand2Hover","colorNeutralStrokeOnBrand2Pressed","colorNeutralStrokeOnBrand2Selected","colorBrandStroke1","colorBrandStroke2","colorBrandStroke2Hover","colorBrandStroke2Pressed","colorBrandStroke2Contrast","colorCompoundBrandStroke","colorCompoundBrandStrokeHover","colorCompoundBrandStrokePressed","colorNeutralStrokeDisabled","colorNeutralStrokeInvertedDisabled","colorTransparentStroke","colorTransparentStrokeInteractive","colorTransparentStrokeDisabled","colorNeutralStrokeAlpha","colorNeutralStrokeAlpha2","colorStrokeFocus1","colorStrokeFocus2","colorNeutralShadowAmbient","colorNeutralShadowKey","colorNeutralShadowAmbientLighter","colorNeutralShadowKeyLighter","colorNeutralShadowAmbientDarker","colorNeutralShadowKeyDarker","colorBrandShadowAmbient","colorBrandShadowKey"],"mappings":"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"}
@@ -9,14 +9,14 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- brandOffice: function() {
13
- return brandOffice;
12
+ brandWeb: function() {
13
+ return brandWeb;
14
14
  },
15
15
  brandTeams: function() {
16
16
  return brandTeams;
17
17
  },
18
- brandWeb: function() {
19
- return brandWeb;
18
+ brandOffice: function() {
19
+ return brandOffice;
20
20
  }
21
21
  });
22
22
  const brandWeb = {
@@ -1 +1 @@
1
- {"version":3,"sources":["brandColors.js"],"sourcesContent":["export const brandWeb = {\n 10: `#061724`,\n 20: `#082338`,\n 30: `#0a2e4a`,\n 40: `#0c3b5e`,\n 50: `#0e4775`,\n 60: `#0f548c`,\n 70: `#115ea3`,\n 80: `#0f6cbd`,\n 90: `#2886de`,\n 100: `#479ef5`,\n 110: `#62abf5`,\n 120: `#77b7f7`,\n 130: `#96c6fa`,\n 140: `#b4d6fa`,\n 150: `#cfe4fa`,\n 160: `#ebf3fc`\n};\nexport const brandTeams = {\n 10: `#2b2b40`,\n 20: `#2f2f4a`,\n 30: `#333357`,\n 40: `#383966`,\n 50: `#3d3e78`,\n 60: `#444791`,\n 70: `#4f52b2`,\n 80: `#5b5fc7`,\n 90: `#7579eb`,\n 100: `#7f85f5`,\n 110: `#9299f7`,\n 120: `#aab1fa`,\n 130: `#b6bcfa`,\n 140: `#c5cbfa`,\n 150: `#dce0fa`,\n 160: `#e8ebfa`\n};\nexport const brandOffice = {\n 10: `#29130b`,\n 20: `#4d2415`,\n 30: `#792000`,\n 40: `#99482b`,\n 50: `#a52c00`,\n 60: `#c33400`,\n 70: `#e06a3f`,\n 80: `#d83b01`,\n 90: `#dd4f1b`,\n 100: `#fe7948`,\n 110: `#ff865a`,\n 120: `#ff9973`,\n 130: `#e8825d`,\n 140: `#ffb498`,\n 150: `#f4beaa`,\n 160: `#f9dcd1`\n};\n"],"names":["brandOffice","brandTeams","brandWeb"],"mappings":";;;;;;;;;;;IAoCaA,WAAW;eAAXA;;IAlBAC,UAAU;eAAVA;;IAlBAC,QAAQ;eAARA;;;AAAN,MAAMA,WAAW;IACpB,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;AAClB;AACO,MAAMD,aAAa;IACtB,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;AAClB;AACO,MAAMD,cAAc;IACvB,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;AAClB"}
1
+ {"version":3,"sources":["brandColors.js"],"sourcesContent":["export const brandWeb = {\n 10: `#061724`,\n 20: `#082338`,\n 30: `#0a2e4a`,\n 40: `#0c3b5e`,\n 50: `#0e4775`,\n 60: `#0f548c`,\n 70: `#115ea3`,\n 80: `#0f6cbd`,\n 90: `#2886de`,\n 100: `#479ef5`,\n 110: `#62abf5`,\n 120: `#77b7f7`,\n 130: `#96c6fa`,\n 140: `#b4d6fa`,\n 150: `#cfe4fa`,\n 160: `#ebf3fc`\n};\nexport const brandTeams = {\n 10: `#2b2b40`,\n 20: `#2f2f4a`,\n 30: `#333357`,\n 40: `#383966`,\n 50: `#3d3e78`,\n 60: `#444791`,\n 70: `#4f52b2`,\n 80: `#5b5fc7`,\n 90: `#7579eb`,\n 100: `#7f85f5`,\n 110: `#9299f7`,\n 120: `#aab1fa`,\n 130: `#b6bcfa`,\n 140: `#c5cbfa`,\n 150: `#dce0fa`,\n 160: `#e8ebfa`\n};\nexport const brandOffice = {\n 10: `#29130b`,\n 20: `#4d2415`,\n 30: `#792000`,\n 40: `#99482b`,\n 50: `#a52c00`,\n 60: `#c33400`,\n 70: `#e06a3f`,\n 80: `#d83b01`,\n 90: `#dd4f1b`,\n 100: `#fe7948`,\n 110: `#ff865a`,\n 120: `#ff9973`,\n 130: `#e8825d`,\n 140: `#ffb498`,\n 150: `#f4beaa`,\n 160: `#f9dcd1`\n};\n"],"names":["brandWeb","brandTeams","brandOffice"],"mappings":";;;;;;;;;;;IAAaA,QAAQ;eAARA;;IAkBAC,UAAU;eAAVA;;IAkBAC,WAAW;eAAXA;;;AApCN,MAAMF,WAAW;IACpB,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;AAClB;AACO,MAAMC,aAAa;IACtB,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;AAClB;AACO,MAAMC,cAAc;IACvB,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;AAClB"}
@@ -9,17 +9,17 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- mappedStatusColors: function() {
13
- return mappedStatusColors;
12
+ statusSharedColors: function() {
13
+ return statusSharedColors;
14
14
  },
15
15
  personaSharedColors: function() {
16
16
  return personaSharedColors;
17
17
  },
18
- statusSharedColors: function() {
19
- return statusSharedColors;
18
+ mappedStatusColors: function() {
19
+ return mappedStatusColors;
20
20
  }
21
21
  });
22
- const _colors = require("./colors.js");
22
+ const _colors = require("./colors");
23
23
  const statusSharedColors = {
24
24
  red: _colors.red,
25
25
  green: _colors.green,
@@ -1 +1 @@
1
- {"version":3,"sources":["colorPalette.js"],"sourcesContent":["import { red, green, darkOrange, yellow, berry, lightGreen, marigold, darkRed, cranberry, pumpkin, peach, gold, brass, brown, forest, seafoam, darkGreen, lightTeal, teal, steel, blue, royalBlue, cornflower, navy, lavender, purple, grape, lilac, pink, magenta, plum, beige, mink, platinum, anchor, orange } from \"./colors.js\";\nexport const statusSharedColors = {\n red,\n green,\n darkOrange,\n yellow,\n berry,\n lightGreen,\n marigold\n};\nexport const personaSharedColors = {\n darkRed,\n cranberry,\n pumpkin,\n peach,\n gold,\n brass,\n brown,\n forest,\n seafoam,\n darkGreen,\n lightTeal,\n teal,\n steel,\n blue,\n royalBlue,\n cornflower,\n navy,\n lavender,\n purple,\n grape,\n lilac,\n pink,\n magenta,\n plum,\n beige,\n mink,\n platinum,\n anchor\n};\nexport const mappedStatusColors = {\n cranberry,\n green,\n orange\n};\n"],"names":["mappedStatusColors","personaSharedColors","statusSharedColors","red","green","darkOrange","yellow","berry","lightGreen","marigold","darkRed","cranberry","pumpkin","peach","gold","brass","brown","forest","seafoam","darkGreen","lightTeal","teal","steel","blue","royalBlue","cornflower","navy","lavender","purple","grape","lilac","pink","magenta","plum","beige","mink","platinum","anchor","orange"],"mappings":";;;;;;;;;;;IAwCaA,kBAAkB;eAAlBA;;IA9BAC,mBAAmB;eAAnBA;;IATAC,kBAAkB;eAAlBA;;;wBAD0S;AAChT,MAAMA,qBAAqB;IAC9BC,KAAAA,WAAG;IACHC,OAAAA,aAAK;IACLC,YAAAA,kBAAU;IACVC,QAAAA,cAAM;IACNC,OAAAA,aAAK;IACLC,YAAAA,kBAAU;IACVC,UAAAA,gBAAQ;AACZ;AACO,MAAMR,sBAAsB;IAC/BS,SAAAA,eAAO;IACPC,WAAAA,iBAAS;IACTC,SAAAA,eAAO;IACPC,OAAAA,aAAK;IACLC,MAAAA,YAAI;IACJC,OAAAA,aAAK;IACLC,OAAAA,aAAK;IACLC,QAAAA,cAAM;IACNC,SAAAA,eAAO;IACPC,WAAAA,iBAAS;IACTC,WAAAA,iBAAS;IACTC,MAAAA,YAAI;IACJC,OAAAA,aAAK;IACLC,MAAAA,YAAI;IACJC,WAAAA,iBAAS;IACTC,YAAAA,kBAAU;IACVC,MAAAA,YAAI;IACJC,UAAAA,gBAAQ;IACRC,QAAAA,cAAM;IACNC,OAAAA,aAAK;IACLC,OAAAA,aAAK;IACLC,MAAAA,YAAI;IACJC,SAAAA,eAAO;IACPC,MAAAA,YAAI;IACJC,OAAAA,aAAK;IACLC,MAAAA,YAAI;IACJC,UAAAA,gBAAQ;IACRC,QAAAA,cAAM;AACV;AACO,MAAMrC,qBAAqB;IAC9BW,WAAAA,iBAAS;IACTP,OAAAA,aAAK;IACLkC,QAAAA,cAAM;AACV"}
1
+ {"version":3,"sources":["colorPalette.js"],"sourcesContent":["import { red, green, darkOrange, yellow, berry, lightGreen, marigold, darkRed, cranberry, pumpkin, peach, gold, brass, brown, forest, seafoam, darkGreen, lightTeal, teal, steel, blue, royalBlue, cornflower, navy, lavender, purple, grape, lilac, pink, magenta, plum, beige, mink, platinum, anchor, orange } from './colors';\nexport const statusSharedColors = {\n red,\n green,\n darkOrange,\n yellow,\n berry,\n lightGreen,\n marigold\n};\nexport const personaSharedColors = {\n darkRed,\n cranberry,\n pumpkin,\n peach,\n gold,\n brass,\n brown,\n forest,\n seafoam,\n darkGreen,\n lightTeal,\n teal,\n steel,\n blue,\n royalBlue,\n cornflower,\n navy,\n lavender,\n purple,\n grape,\n lilac,\n pink,\n magenta,\n plum,\n beige,\n mink,\n platinum,\n anchor\n};\nexport const mappedStatusColors = {\n cranberry,\n green,\n orange\n};\n"],"names":["statusSharedColors","personaSharedColors","mappedStatusColors","red","green","darkOrange","yellow","berry","lightGreen","marigold","darkRed","cranberry","pumpkin","peach","gold","brass","brown","forest","seafoam","darkGreen","lightTeal","teal","steel","blue","royalBlue","cornflower","navy","lavender","purple","grape","lilac","pink","magenta","plum","beige","mink","platinum","anchor","orange"],"mappings":";;;;;;;;;;;IACaA,kBAAkB;eAAlBA;;IASAC,mBAAmB;eAAnBA;;IA8BAC,kBAAkB;eAAlBA;;;wBAxC0S;AAChT,MAAMF,qBAAqB;IAC9BG,KAAAA,WAAG;IACHC,OAAAA,aAAK;IACLC,YAAAA,kBAAU;IACVC,QAAAA,cAAM;IACNC,OAAAA,aAAK;IACLC,YAAAA,kBAAU;IACVC,UAAAA,gBAAQ;AACZ;AACO,MAAMR,sBAAsB;IAC/BS,SAAAA,eAAO;IACPC,WAAAA,iBAAS;IACTC,SAAAA,eAAO;IACPC,OAAAA,aAAK;IACLC,MAAAA,YAAI;IACJC,OAAAA,aAAK;IACLC,OAAAA,aAAK;IACLC,QAAAA,cAAM;IACNC,SAAAA,eAAO;IACPC,WAAAA,iBAAS;IACTC,WAAAA,iBAAS;IACTC,MAAAA,YAAI;IACJC,OAAAA,aAAK;IACLC,MAAAA,YAAI;IACJC,WAAAA,iBAAS;IACTC,YAAAA,kBAAU;IACVC,MAAAA,YAAI;IACJC,UAAAA,gBAAQ;IACRC,QAAAA,cAAM;IACNC,OAAAA,aAAK;IACLC,OAAAA,aAAK;IACLC,MAAAA,YAAI;IACJC,SAAAA,eAAO;IACPC,MAAAA,YAAI;IACJC,OAAAA,aAAK;IACLC,MAAAA,YAAI;IACJC,UAAAA,gBAAQ;IACRC,QAAAA,cAAM;AACV;AACO,MAAMnC,qBAAqB;IAC9BS,WAAAA,iBAAS;IACTP,OAAAA,aAAK;IACLkC,QAAAA,cAAM;AACV"}
@@ -9,200 +9,200 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- anchor: function() {
13
- return anchor;
14
- },
15
- beige: function() {
16
- return beige;
17
- },
18
- berry: function() {
19
- return berry;
12
+ grey: function() {
13
+ return grey;
20
14
  },
21
- black: function() {
22
- return black;
15
+ whiteAlpha: function() {
16
+ return whiteAlpha;
23
17
  },
24
18
  blackAlpha: function() {
25
19
  return blackAlpha;
26
20
  },
27
- blue: function() {
28
- return blue;
29
- },
30
- brass: function() {
31
- return brass;
21
+ grey10Alpha: function() {
22
+ return grey10Alpha;
32
23
  },
33
- bronze: function() {
34
- return bronze;
24
+ grey12Alpha: function() {
25
+ return grey12Alpha;
35
26
  },
36
- brown: function() {
37
- return brown;
27
+ grey14Alpha: function() {
28
+ return grey14Alpha;
38
29
  },
39
- burgundy: function() {
40
- return burgundy;
30
+ white: function() {
31
+ return white;
41
32
  },
42
- charcoal: function() {
43
- return charcoal;
33
+ black: function() {
34
+ return black;
44
35
  },
45
- cornflower: function() {
46
- return cornflower;
36
+ hcHyperlink: function() {
37
+ return hcHyperlink;
47
38
  },
48
- cranberry: function() {
49
- return cranberry;
39
+ hcHighlight: function() {
40
+ return hcHighlight;
50
41
  },
51
- cyan: function() {
52
- return cyan;
42
+ hcDisabled: function() {
43
+ return hcDisabled;
53
44
  },
54
- darkBlue: function() {
55
- return darkBlue;
45
+ hcCanvas: function() {
46
+ return hcCanvas;
56
47
  },
57
- darkBrown: function() {
58
- return darkBrown;
48
+ hcCanvasText: function() {
49
+ return hcCanvasText;
59
50
  },
60
- darkGreen: function() {
61
- return darkGreen;
51
+ hcHighlightText: function() {
52
+ return hcHighlightText;
62
53
  },
63
- darkOrange: function() {
64
- return darkOrange;
54
+ hcButtonText: function() {
55
+ return hcButtonText;
65
56
  },
66
- darkPurple: function() {
67
- return darkPurple;
57
+ hcButtonFace: function() {
58
+ return hcButtonFace;
68
59
  },
69
60
  darkRed: function() {
70
61
  return darkRed;
71
62
  },
72
- darkTeal: function() {
73
- return darkTeal;
74
- },
75
- forest: function() {
76
- return forest;
77
- },
78
- gold: function() {
79
- return gold;
80
- },
81
- grape: function() {
82
- return grape;
63
+ burgundy: function() {
64
+ return burgundy;
83
65
  },
84
- green: function() {
85
- return green;
66
+ cranberry: function() {
67
+ return cranberry;
86
68
  },
87
- grey: function() {
88
- return grey;
69
+ red: function() {
70
+ return red;
89
71
  },
90
- grey10Alpha: function() {
91
- return grey10Alpha;
72
+ darkOrange: function() {
73
+ return darkOrange;
92
74
  },
93
- grey12Alpha: function() {
94
- return grey12Alpha;
75
+ bronze: function() {
76
+ return bronze;
95
77
  },
96
- grey14Alpha: function() {
97
- return grey14Alpha;
78
+ pumpkin: function() {
79
+ return pumpkin;
98
80
  },
99
- hcButtonFace: function() {
100
- return hcButtonFace;
81
+ orange: function() {
82
+ return orange;
101
83
  },
102
- hcButtonText: function() {
103
- return hcButtonText;
84
+ peach: function() {
85
+ return peach;
104
86
  },
105
- hcCanvas: function() {
106
- return hcCanvas;
87
+ marigold: function() {
88
+ return marigold;
107
89
  },
108
- hcCanvasText: function() {
109
- return hcCanvasText;
90
+ yellow: function() {
91
+ return yellow;
110
92
  },
111
- hcDisabled: function() {
112
- return hcDisabled;
93
+ gold: function() {
94
+ return gold;
113
95
  },
114
- hcHighlight: function() {
115
- return hcHighlight;
96
+ brass: function() {
97
+ return brass;
116
98
  },
117
- hcHighlightText: function() {
118
- return hcHighlightText;
99
+ brown: function() {
100
+ return brown;
119
101
  },
120
- hcHyperlink: function() {
121
- return hcHyperlink;
102
+ darkBrown: function() {
103
+ return darkBrown;
122
104
  },
123
- hotPink: function() {
124
- return hotPink;
105
+ lime: function() {
106
+ return lime;
125
107
  },
126
- lavender: function() {
127
- return lavender;
108
+ forest: function() {
109
+ return forest;
128
110
  },
129
- lightBlue: function() {
130
- return lightBlue;
111
+ seafoam: function() {
112
+ return seafoam;
131
113
  },
132
114
  lightGreen: function() {
133
115
  return lightGreen;
134
116
  },
117
+ green: function() {
118
+ return green;
119
+ },
120
+ darkGreen: function() {
121
+ return darkGreen;
122
+ },
135
123
  lightTeal: function() {
136
124
  return lightTeal;
137
125
  },
138
- lilac: function() {
139
- return lilac;
126
+ teal: function() {
127
+ return teal;
140
128
  },
141
- lime: function() {
142
- return lime;
129
+ darkTeal: function() {
130
+ return darkTeal;
143
131
  },
144
- magenta: function() {
145
- return magenta;
132
+ cyan: function() {
133
+ return cyan;
146
134
  },
147
- marigold: function() {
148
- return marigold;
135
+ steel: function() {
136
+ return steel;
149
137
  },
150
- mink: function() {
151
- return mink;
138
+ lightBlue: function() {
139
+ return lightBlue;
140
+ },
141
+ blue: function() {
142
+ return blue;
143
+ },
144
+ royalBlue: function() {
145
+ return royalBlue;
146
+ },
147
+ darkBlue: function() {
148
+ return darkBlue;
149
+ },
150
+ cornflower: function() {
151
+ return cornflower;
152
152
  },
153
153
  navy: function() {
154
154
  return navy;
155
155
  },
156
- orange: function() {
157
- return orange;
156
+ lavender: function() {
157
+ return lavender;
158
+ },
159
+ purple: function() {
160
+ return purple;
161
+ },
162
+ darkPurple: function() {
163
+ return darkPurple;
158
164
  },
159
165
  orchid: function() {
160
166
  return orchid;
161
167
  },
162
- peach: function() {
163
- return peach;
168
+ grape: function() {
169
+ return grape;
170
+ },
171
+ berry: function() {
172
+ return berry;
173
+ },
174
+ lilac: function() {
175
+ return lilac;
164
176
  },
165
177
  pink: function() {
166
178
  return pink;
167
179
  },
168
- platinum: function() {
169
- return platinum;
180
+ hotPink: function() {
181
+ return hotPink;
182
+ },
183
+ magenta: function() {
184
+ return magenta;
170
185
  },
171
186
  plum: function() {
172
187
  return plum;
173
188
  },
174
- pumpkin: function() {
175
- return pumpkin;
176
- },
177
- purple: function() {
178
- return purple;
179
- },
180
- red: function() {
181
- return red;
182
- },
183
- royalBlue: function() {
184
- return royalBlue;
189
+ beige: function() {
190
+ return beige;
185
191
  },
186
- seafoam: function() {
187
- return seafoam;
192
+ mink: function() {
193
+ return mink;
188
194
  },
189
195
  silver: function() {
190
196
  return silver;
191
197
  },
192
- steel: function() {
193
- return steel;
194
- },
195
- teal: function() {
196
- return teal;
197
- },
198
- white: function() {
199
- return white;
198
+ platinum: function() {
199
+ return platinum;
200
200
  },
201
- whiteAlpha: function() {
202
- return whiteAlpha;
201
+ anchor: function() {
202
+ return anchor;
203
203
  },
204
- yellow: function() {
205
- return yellow;
204
+ charcoal: function() {
205
+ return charcoal;
206
206
  }
207
207
  });
208
208
  const grey = {