@fluentui/tokens 1.0.0-alpha.22 → 1.0.0-alpha.24

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 (118) hide show
  1. package/CHANGELOG.md +20 -2
  2. package/dist/index.d.cts +509 -0
  3. package/dist/index.d.ts +23 -0
  4. package/lib/alias/darkColor.js +18 -0
  5. package/lib/alias/darkColor.js.map +1 -1
  6. package/lib/alias/darkColorPalette.js.map +1 -1
  7. package/lib/alias/highContrastColor.js +18 -0
  8. package/lib/alias/highContrastColor.js.map +1 -1
  9. package/lib/alias/highContrastColorPalette.js.map +1 -1
  10. package/lib/alias/lightColor.js +18 -0
  11. package/lib/alias/lightColor.js.map +1 -1
  12. package/lib/alias/lightColorPalette.js.map +1 -1
  13. package/lib/alias/teamsDarkColor.js +18 -0
  14. package/lib/alias/teamsDarkColor.js.map +1 -1
  15. package/lib/global/borderRadius.js +5 -0
  16. package/lib/global/borderRadius.js.map +1 -1
  17. package/lib/global/colorPalette.js.map +1 -1
  18. package/lib/global/colors.js +2 -1
  19. package/lib/global/colors.js.map +1 -1
  20. package/lib/global/typographyStyles.js.map +1 -1
  21. package/lib/statusColorMapping.js.map +1 -1
  22. package/lib/themeToTokensObject.js.map +1 -1
  23. package/lib/tokens.js +23 -0
  24. package/lib/tokens.js.map +1 -1
  25. package/lib/types.js.map +1 -1
  26. package/lib-commonjs/alias/{darkColor.js → darkColor.cjs} +19 -1
  27. package/lib-commonjs/alias/darkColor.cjs.map +1 -0
  28. package/lib-commonjs/alias/{darkColorPalette.js → darkColorPalette.cjs} +3 -3
  29. package/lib-commonjs/alias/darkColorPalette.cjs.map +1 -0
  30. package/lib-commonjs/alias/{highContrastColor.js → highContrastColor.cjs} +19 -1
  31. package/lib-commonjs/alias/highContrastColor.cjs.map +1 -0
  32. package/lib-commonjs/alias/{highContrastColorPalette.js → highContrastColorPalette.cjs} +3 -3
  33. package/lib-commonjs/alias/highContrastColorPalette.cjs.map +1 -0
  34. package/lib-commonjs/alias/{lightColor.js → lightColor.cjs} +19 -1
  35. package/lib-commonjs/alias/lightColor.cjs.map +1 -0
  36. package/lib-commonjs/alias/{lightColorPalette.js → lightColorPalette.cjs} +3 -3
  37. package/lib-commonjs/alias/lightColorPalette.cjs.map +1 -0
  38. package/lib-commonjs/alias/{teamsDarkColor.js → teamsDarkColor.cjs} +19 -1
  39. package/lib-commonjs/alias/teamsDarkColor.cjs.map +1 -0
  40. package/lib-commonjs/alias/{teamsFontFamilies.js → teamsFontFamilies.cjs} +1 -1
  41. package/lib-commonjs/global/{borderRadius.js → borderRadius.cjs} +5 -0
  42. package/lib-commonjs/global/borderRadius.cjs.map +1 -0
  43. package/lib-commonjs/global/{colorPalette.js → colorPalette.cjs} +1 -1
  44. package/lib-commonjs/global/colorPalette.cjs.map +1 -0
  45. package/lib-commonjs/global/{colors.js → colors.cjs} +2 -1
  46. package/lib-commonjs/global/colors.cjs.map +1 -0
  47. package/lib-commonjs/global/{index.js → index.cjs} +8 -8
  48. package/lib-commonjs/global/{typographyStyles.js → typographyStyles.cjs} +1 -1
  49. package/lib-commonjs/global/typographyStyles.cjs.map +1 -0
  50. package/lib-commonjs/{index.js → index.cjs} +5 -5
  51. package/lib-commonjs/statusColorMapping.cjs.map +1 -0
  52. package/lib-commonjs/themeToTokensObject.cjs.map +1 -0
  53. package/lib-commonjs/themes/{index.js → index.cjs} +2 -2
  54. package/lib-commonjs/themes/teams/{darkTheme.js → darkTheme.cjs} +3 -3
  55. package/lib-commonjs/themes/teams/{highContrastTheme.js → highContrastTheme.cjs} +2 -2
  56. package/lib-commonjs/themes/teams/{index.js → index.cjs} +3 -3
  57. package/lib-commonjs/themes/teams/{lightTheme.js → lightTheme.cjs} +3 -3
  58. package/lib-commonjs/themes/web/{darkTheme.js → darkTheme.cjs} +2 -2
  59. package/lib-commonjs/themes/web/{index.js → index.cjs} +2 -2
  60. package/lib-commonjs/themes/web/{lightTheme.js → lightTheme.cjs} +2 -2
  61. package/lib-commonjs/{tokens.js → tokens.cjs} +23 -0
  62. package/lib-commonjs/tokens.cjs.map +1 -0
  63. package/lib-commonjs/utils/{createDarkTheme.js → createDarkTheme.cjs} +7 -7
  64. package/lib-commonjs/utils/{createHighContrastTheme.js → createHighContrastTheme.cjs} +7 -7
  65. package/lib-commonjs/utils/{createLightTheme.js → createLightTheme.cjs} +7 -7
  66. package/lib-commonjs/utils/{createTeamsDarkTheme.js → createTeamsDarkTheme.cjs} +7 -7
  67. package/lib-commonjs/utils/{index.js → index.cjs} +4 -4
  68. package/package.json +13 -11
  69. package/lib-commonjs/alias/darkColor.js.map +0 -1
  70. package/lib-commonjs/alias/darkColorPalette.js.map +0 -1
  71. package/lib-commonjs/alias/highContrastColor.js.map +0 -1
  72. package/lib-commonjs/alias/highContrastColorPalette.js.map +0 -1
  73. package/lib-commonjs/alias/lightColor.js.map +0 -1
  74. package/lib-commonjs/alias/lightColorPalette.js.map +0 -1
  75. package/lib-commonjs/alias/teamsDarkColor.js.map +0 -1
  76. package/lib-commonjs/global/borderRadius.js.map +0 -1
  77. package/lib-commonjs/global/colorPalette.js.map +0 -1
  78. package/lib-commonjs/global/colors.js.map +0 -1
  79. package/lib-commonjs/global/typographyStyles.js.map +0 -1
  80. package/lib-commonjs/statusColorMapping.js.map +0 -1
  81. package/lib-commonjs/themeToTokensObject.js.map +0 -1
  82. package/lib-commonjs/tokens.js.map +0 -1
  83. /package/lib-commonjs/alias/{teamsFontFamilies.js.map → teamsFontFamilies.cjs.map} +0 -0
  84. /package/lib-commonjs/global/{brandColors.js → brandColors.cjs} +0 -0
  85. /package/lib-commonjs/global/{brandColors.js.map → brandColors.cjs.map} +0 -0
  86. /package/lib-commonjs/global/{curves.js → curves.cjs} +0 -0
  87. /package/lib-commonjs/global/{curves.js.map → curves.cjs.map} +0 -0
  88. /package/lib-commonjs/global/{durations.js → durations.cjs} +0 -0
  89. /package/lib-commonjs/global/{durations.js.map → durations.cjs.map} +0 -0
  90. /package/lib-commonjs/global/{fonts.js → fonts.cjs} +0 -0
  91. /package/lib-commonjs/global/{fonts.js.map → fonts.cjs.map} +0 -0
  92. /package/lib-commonjs/global/{index.js.map → index.cjs.map} +0 -0
  93. /package/lib-commonjs/global/{spacings.js → spacings.cjs} +0 -0
  94. /package/lib-commonjs/global/{spacings.js.map → spacings.cjs.map} +0 -0
  95. /package/lib-commonjs/global/{strokeWidths.js → strokeWidths.cjs} +0 -0
  96. /package/lib-commonjs/global/{strokeWidths.js.map → strokeWidths.cjs.map} +0 -0
  97. /package/lib-commonjs/{index.js.map → index.cjs.map} +0 -0
  98. /package/lib-commonjs/{sharedColorNames.js → sharedColorNames.cjs} +0 -0
  99. /package/lib-commonjs/{sharedColorNames.js.map → sharedColorNames.cjs.map} +0 -0
  100. /package/lib-commonjs/{statusColorMapping.js → statusColorMapping.cjs} +0 -0
  101. /package/lib-commonjs/{themeToTokensObject.js → themeToTokensObject.cjs} +0 -0
  102. /package/lib-commonjs/themes/{index.js.map → index.cjs.map} +0 -0
  103. /package/lib-commonjs/themes/teams/{darkTheme.js.map → darkTheme.cjs.map} +0 -0
  104. /package/lib-commonjs/themes/teams/{highContrastTheme.js.map → highContrastTheme.cjs.map} +0 -0
  105. /package/lib-commonjs/themes/teams/{index.js.map → index.cjs.map} +0 -0
  106. /package/lib-commonjs/themes/teams/{lightTheme.js.map → lightTheme.cjs.map} +0 -0
  107. /package/lib-commonjs/themes/web/{darkTheme.js.map → darkTheme.cjs.map} +0 -0
  108. /package/lib-commonjs/themes/web/{index.js.map → index.cjs.map} +0 -0
  109. /package/lib-commonjs/themes/web/{lightTheme.js.map → lightTheme.cjs.map} +0 -0
  110. /package/lib-commonjs/{types.js → types.cjs} +0 -0
  111. /package/lib-commonjs/{types.js.map → types.cjs.map} +0 -0
  112. /package/lib-commonjs/utils/{createDarkTheme.js.map → createDarkTheme.cjs.map} +0 -0
  113. /package/lib-commonjs/utils/{createHighContrastTheme.js.map → createHighContrastTheme.cjs.map} +0 -0
  114. /package/lib-commonjs/utils/{createLightTheme.js.map → createLightTheme.cjs.map} +0 -0
  115. /package/lib-commonjs/utils/{createTeamsDarkTheme.js.map → createTeamsDarkTheme.cjs.map} +0 -0
  116. /package/lib-commonjs/utils/{index.js.map → index.cjs.map} +0 -0
  117. /package/lib-commonjs/utils/{shadows.js → shadows.cjs} +0 -0
  118. /package/lib-commonjs/utils/{shadows.js.map → shadows.cjs.map} +0 -0
package/lib/tokens.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/tokens.ts"],"sourcesContent":["import type { Theme } from './types';\n\nexport const tokens: Record<keyof Theme, string> = {\n // Color tokens\n colorNeutralForeground1: 'var(--colorNeutralForeground1)',\n colorNeutralForeground1Hover: 'var(--colorNeutralForeground1Hover)',\n colorNeutralForeground1Pressed: 'var(--colorNeutralForeground1Pressed)',\n colorNeutralForeground1Selected: 'var(--colorNeutralForeground1Selected)',\n colorNeutralForeground2: 'var(--colorNeutralForeground2)',\n colorNeutralForeground2Hover: 'var(--colorNeutralForeground2Hover)',\n colorNeutralForeground2Pressed: 'var(--colorNeutralForeground2Pressed)',\n colorNeutralForeground2Selected: 'var(--colorNeutralForeground2Selected)',\n colorNeutralForeground2BrandHover: 'var(--colorNeutralForeground2BrandHover)',\n colorNeutralForeground2BrandPressed: 'var(--colorNeutralForeground2BrandPressed)',\n colorNeutralForeground2BrandSelected: 'var(--colorNeutralForeground2BrandSelected)',\n colorNeutralForeground3: 'var(--colorNeutralForeground3)',\n colorNeutralForeground3Hover: 'var(--colorNeutralForeground3Hover)',\n colorNeutralForeground3Pressed: 'var(--colorNeutralForeground3Pressed)',\n colorNeutralForeground3Selected: 'var(--colorNeutralForeground3Selected)',\n colorNeutralForeground3BrandHover: 'var(--colorNeutralForeground3BrandHover)',\n colorNeutralForeground3BrandPressed: 'var(--colorNeutralForeground3BrandPressed)',\n colorNeutralForeground3BrandSelected: 'var(--colorNeutralForeground3BrandSelected)',\n colorNeutralForeground4: 'var(--colorNeutralForeground4)',\n colorNeutralForegroundDisabled: 'var(--colorNeutralForegroundDisabled)',\n colorBrandForegroundLink: 'var(--colorBrandForegroundLink)',\n colorBrandForegroundLinkHover: 'var(--colorBrandForegroundLinkHover)',\n colorBrandForegroundLinkPressed: 'var(--colorBrandForegroundLinkPressed)',\n colorBrandForegroundLinkSelected: 'var(--colorBrandForegroundLinkSelected)',\n colorNeutralForeground2Link: 'var(--colorNeutralForeground2Link)',\n colorNeutralForeground2LinkHover: 'var(--colorNeutralForeground2LinkHover)',\n colorNeutralForeground2LinkPressed: 'var(--colorNeutralForeground2LinkPressed)',\n colorNeutralForeground2LinkSelected: 'var(--colorNeutralForeground2LinkSelected)',\n colorCompoundBrandForeground1: 'var(--colorCompoundBrandForeground1)',\n colorCompoundBrandForeground1Hover: 'var(--colorCompoundBrandForeground1Hover)',\n colorCompoundBrandForeground1Pressed: 'var(--colorCompoundBrandForeground1Pressed)',\n colorNeutralForegroundOnBrand: 'var(--colorNeutralForegroundOnBrand)',\n colorNeutralForegroundInverted: 'var(--colorNeutralForegroundInverted)',\n colorNeutralForegroundInvertedHover: 'var(--colorNeutralForegroundInvertedHover)',\n colorNeutralForegroundInvertedPressed: 'var(--colorNeutralForegroundInvertedPressed)',\n colorNeutralForegroundInvertedSelected: 'var(--colorNeutralForegroundInvertedSelected)',\n colorNeutralForegroundInverted2: 'var(--colorNeutralForegroundInverted2)',\n colorNeutralForegroundStaticInverted: 'var(--colorNeutralForegroundStaticInverted)',\n colorNeutralForegroundInvertedLink: 'var(--colorNeutralForegroundInvertedLink)',\n colorNeutralForegroundInvertedLinkHover: 'var(--colorNeutralForegroundInvertedLinkHover)',\n colorNeutralForegroundInvertedLinkPressed: 'var(--colorNeutralForegroundInvertedLinkPressed)',\n colorNeutralForegroundInvertedLinkSelected: 'var(--colorNeutralForegroundInvertedLinkSelected)',\n colorNeutralForegroundInvertedDisabled: 'var(--colorNeutralForegroundInvertedDisabled)',\n colorBrandForeground1: 'var(--colorBrandForeground1)',\n colorBrandForeground2: 'var(--colorBrandForeground2)',\n colorBrandForeground2Hover: 'var(--colorBrandForeground2Hover)',\n colorBrandForeground2Pressed: 'var(--colorBrandForeground2Pressed)',\n colorNeutralForeground1Static: 'var(--colorNeutralForeground1Static)',\n colorBrandForegroundInverted: 'var(--colorBrandForegroundInverted)',\n colorBrandForegroundInvertedHover: 'var(--colorBrandForegroundInvertedHover)',\n colorBrandForegroundInvertedPressed: 'var(--colorBrandForegroundInvertedPressed)',\n colorBrandForegroundOnLight: 'var(--colorBrandForegroundOnLight)',\n colorBrandForegroundOnLightHover: 'var(--colorBrandForegroundOnLightHover)',\n colorBrandForegroundOnLightPressed: 'var(--colorBrandForegroundOnLightPressed)',\n colorBrandForegroundOnLightSelected: 'var(--colorBrandForegroundOnLightSelected)',\n colorNeutralBackground1: 'var(--colorNeutralBackground1)',\n colorNeutralBackground1Hover: 'var(--colorNeutralBackground1Hover)',\n colorNeutralBackground1Pressed: 'var(--colorNeutralBackground1Pressed)',\n colorNeutralBackground1Selected: 'var(--colorNeutralBackground1Selected)',\n colorNeutralBackground2: 'var(--colorNeutralBackground2)',\n colorNeutralBackground2Hover: 'var(--colorNeutralBackground2Hover)',\n colorNeutralBackground2Pressed: 'var(--colorNeutralBackground2Pressed)',\n colorNeutralBackground2Selected: 'var(--colorNeutralBackground2Selected)',\n colorNeutralBackground3: 'var(--colorNeutralBackground3)',\n colorNeutralBackground3Hover: 'var(--colorNeutralBackground3Hover)',\n colorNeutralBackground3Pressed: 'var(--colorNeutralBackground3Pressed)',\n colorNeutralBackground3Selected: 'var(--colorNeutralBackground3Selected)',\n colorNeutralBackground4: 'var(--colorNeutralBackground4)',\n colorNeutralBackground4Hover: 'var(--colorNeutralBackground4Hover)',\n colorNeutralBackground4Pressed: 'var(--colorNeutralBackground4Pressed)',\n colorNeutralBackground4Selected: 'var(--colorNeutralBackground4Selected)',\n colorNeutralBackground5: 'var(--colorNeutralBackground5)',\n colorNeutralBackground5Hover: 'var(--colorNeutralBackground5Hover)',\n colorNeutralBackground5Pressed: 'var(--colorNeutralBackground5Pressed)',\n colorNeutralBackground5Selected: 'var(--colorNeutralBackground5Selected)',\n colorNeutralBackground6: 'var(--colorNeutralBackground6)',\n colorNeutralBackgroundInverted: 'var(--colorNeutralBackgroundInverted)',\n colorNeutralBackgroundStatic: 'var(--colorNeutralBackgroundStatic)',\n colorNeutralBackgroundAlpha: 'var(--colorNeutralBackgroundAlpha)',\n colorNeutralBackgroundAlpha2: 'var(--colorNeutralBackgroundAlpha2)',\n colorSubtleBackground: 'var(--colorSubtleBackground)',\n colorSubtleBackgroundHover: 'var(--colorSubtleBackgroundHover)',\n colorSubtleBackgroundPressed: 'var(--colorSubtleBackgroundPressed)',\n colorSubtleBackgroundSelected: 'var(--colorSubtleBackgroundSelected)',\n colorSubtleBackgroundLightAlphaHover: 'var(--colorSubtleBackgroundLightAlphaHover)',\n colorSubtleBackgroundLightAlphaPressed: 'var(--colorSubtleBackgroundLightAlphaPressed)',\n colorSubtleBackgroundLightAlphaSelected: 'var(--colorSubtleBackgroundLightAlphaSelected)',\n colorSubtleBackgroundInverted: 'var(--colorSubtleBackgroundInverted)',\n colorSubtleBackgroundInvertedHover: 'var(--colorSubtleBackgroundInvertedHover)',\n colorSubtleBackgroundInvertedPressed: 'var(--colorSubtleBackgroundInvertedPressed)',\n colorSubtleBackgroundInvertedSelected: 'var(--colorSubtleBackgroundInvertedSelected)',\n colorTransparentBackground: 'var(--colorTransparentBackground)',\n colorTransparentBackgroundHover: 'var(--colorTransparentBackgroundHover)',\n colorTransparentBackgroundPressed: 'var(--colorTransparentBackgroundPressed)',\n colorTransparentBackgroundSelected: 'var(--colorTransparentBackgroundSelected)',\n colorNeutralBackgroundDisabled: 'var(--colorNeutralBackgroundDisabled)',\n colorNeutralBackgroundInvertedDisabled: 'var(--colorNeutralBackgroundInvertedDisabled)',\n colorNeutralStencil1: 'var(--colorNeutralStencil1)',\n colorNeutralStencil2: 'var(--colorNeutralStencil2)',\n colorNeutralStencil1Alpha: 'var(--colorNeutralStencil1Alpha)',\n colorNeutralStencil2Alpha: 'var(--colorNeutralStencil2Alpha)',\n colorBackgroundOverlay: 'var(--colorBackgroundOverlay)',\n colorScrollbarOverlay: 'var(--colorScrollbarOverlay)',\n colorBrandBackground: 'var(--colorBrandBackground)',\n colorBrandBackgroundHover: 'var(--colorBrandBackgroundHover)',\n colorBrandBackgroundPressed: 'var(--colorBrandBackgroundPressed)',\n colorBrandBackgroundSelected: 'var(--colorBrandBackgroundSelected)',\n colorCompoundBrandBackground: 'var(--colorCompoundBrandBackground)',\n colorCompoundBrandBackgroundHover: 'var(--colorCompoundBrandBackgroundHover)',\n colorCompoundBrandBackgroundPressed: 'var(--colorCompoundBrandBackgroundPressed)',\n colorBrandBackgroundStatic: 'var(--colorBrandBackgroundStatic)',\n colorBrandBackground2: 'var(--colorBrandBackground2)',\n colorBrandBackground2Hover: 'var(--colorBrandBackground2Hover)',\n colorBrandBackground2Pressed: 'var(--colorBrandBackground2Pressed)',\n colorBrandBackground3Static: 'var(--colorBrandBackground3Static)',\n colorBrandBackground4Static: 'var(--colorBrandBackground4Static)',\n colorBrandBackgroundInverted: 'var(--colorBrandBackgroundInverted)',\n colorBrandBackgroundInvertedHover: 'var(--colorBrandBackgroundInvertedHover)',\n colorBrandBackgroundInvertedPressed: 'var(--colorBrandBackgroundInvertedPressed)',\n colorBrandBackgroundInvertedSelected: 'var(--colorBrandBackgroundInvertedSelected)',\n colorNeutralCardBackground: 'var(--colorNeutralCardBackground)',\n colorNeutralCardBackgroundHover: 'var(--colorNeutralCardBackgroundHover)',\n colorNeutralCardBackgroundPressed: 'var(--colorNeutralCardBackgroundPressed)',\n colorNeutralCardBackgroundSelected: 'var(--colorNeutralCardBackgroundSelected)',\n colorNeutralCardBackgroundDisabled: 'var(--colorNeutralCardBackgroundDisabled)',\n colorNeutralStrokeAccessible: 'var(--colorNeutralStrokeAccessible)',\n colorNeutralStrokeAccessibleHover: 'var(--colorNeutralStrokeAccessibleHover)',\n colorNeutralStrokeAccessiblePressed: 'var(--colorNeutralStrokeAccessiblePressed)',\n colorNeutralStrokeAccessibleSelected: 'var(--colorNeutralStrokeAccessibleSelected)',\n colorNeutralStroke1: 'var(--colorNeutralStroke1)',\n colorNeutralStroke1Hover: 'var(--colorNeutralStroke1Hover)',\n colorNeutralStroke1Pressed: 'var(--colorNeutralStroke1Pressed)',\n colorNeutralStroke1Selected: 'var(--colorNeutralStroke1Selected)',\n colorNeutralStroke2: 'var(--colorNeutralStroke2)',\n colorNeutralStroke3: 'var(--colorNeutralStroke3)',\n colorNeutralStrokeSubtle: 'var(--colorNeutralStrokeSubtle)',\n colorNeutralStrokeOnBrand: 'var(--colorNeutralStrokeOnBrand)',\n colorNeutralStrokeOnBrand2: 'var(--colorNeutralStrokeOnBrand2)',\n colorNeutralStrokeOnBrand2Hover: 'var(--colorNeutralStrokeOnBrand2Hover)',\n colorNeutralStrokeOnBrand2Pressed: 'var(--colorNeutralStrokeOnBrand2Pressed)',\n colorNeutralStrokeOnBrand2Selected: 'var(--colorNeutralStrokeOnBrand2Selected)',\n colorBrandStroke1: 'var(--colorBrandStroke1)',\n colorBrandStroke2: 'var(--colorBrandStroke2)',\n colorBrandStroke2Hover: 'var(--colorBrandStroke2Hover)',\n colorBrandStroke2Pressed: 'var(--colorBrandStroke2Pressed)',\n colorBrandStroke2Contrast: 'var(--colorBrandStroke2Contrast)',\n colorCompoundBrandStroke: 'var(--colorCompoundBrandStroke)',\n colorCompoundBrandStrokeHover: 'var(--colorCompoundBrandStrokeHover)',\n colorCompoundBrandStrokePressed: 'var(--colorCompoundBrandStrokePressed)',\n colorNeutralStrokeDisabled: 'var(--colorNeutralStrokeDisabled)',\n colorNeutralStrokeInvertedDisabled: 'var(--colorNeutralStrokeInvertedDisabled)',\n colorTransparentStroke: 'var(--colorTransparentStroke)',\n colorTransparentStrokeInteractive: 'var(--colorTransparentStrokeInteractive)',\n colorTransparentStrokeDisabled: 'var(--colorTransparentStrokeDisabled)',\n colorNeutralStrokeAlpha: 'var(--colorNeutralStrokeAlpha)',\n colorNeutralStrokeAlpha2: 'var(--colorNeutralStrokeAlpha2)',\n colorStrokeFocus1: 'var(--colorStrokeFocus1)',\n colorStrokeFocus2: 'var(--colorStrokeFocus2)',\n colorNeutralShadowAmbient: 'var(--colorNeutralShadowAmbient)',\n colorNeutralShadowKey: 'var(--colorNeutralShadowKey)',\n colorNeutralShadowAmbientLighter: 'var(--colorNeutralShadowAmbientLighter)',\n colorNeutralShadowKeyLighter: 'var(--colorNeutralShadowKeyLighter)',\n colorNeutralShadowAmbientDarker: 'var(--colorNeutralShadowAmbientDarker)',\n colorNeutralShadowKeyDarker: 'var(--colorNeutralShadowKeyDarker)',\n colorBrandShadowAmbient: 'var(--colorBrandShadowAmbient)',\n colorBrandShadowKey: 'var(--colorBrandShadowKey)',\n\n // Color palette tokens\n\n // Color palette red tokens\n colorPaletteRedBackground1: 'var(--colorPaletteRedBackground1)',\n colorPaletteRedBackground2: 'var(--colorPaletteRedBackground2)',\n colorPaletteRedBackground3: 'var(--colorPaletteRedBackground3)',\n colorPaletteRedBorderActive: 'var(--colorPaletteRedBorderActive)',\n colorPaletteRedBorder1: 'var(--colorPaletteRedBorder1)',\n colorPaletteRedBorder2: 'var(--colorPaletteRedBorder2)',\n colorPaletteRedForeground1: 'var(--colorPaletteRedForeground1)',\n colorPaletteRedForeground2: 'var(--colorPaletteRedForeground2)',\n colorPaletteRedForeground3: 'var(--colorPaletteRedForeground3)',\n colorPaletteRedForegroundInverted: 'var(--colorPaletteRedForegroundInverted)',\n\n // Color palette green tokens\n colorPaletteGreenBackground1: 'var(--colorPaletteGreenBackground1)',\n colorPaletteGreenBackground2: 'var(--colorPaletteGreenBackground2)',\n colorPaletteGreenBackground3: 'var(--colorPaletteGreenBackground3)',\n colorPaletteGreenBorderActive: 'var(--colorPaletteGreenBorderActive)',\n colorPaletteGreenBorder1: 'var(--colorPaletteGreenBorder1)',\n colorPaletteGreenBorder2: 'var(--colorPaletteGreenBorder2)',\n colorPaletteGreenForeground1: 'var(--colorPaletteGreenForeground1)',\n colorPaletteGreenForeground2: 'var(--colorPaletteGreenForeground2)',\n colorPaletteGreenForeground3: 'var(--colorPaletteGreenForeground3)',\n colorPaletteGreenForegroundInverted: 'var(--colorPaletteGreenForegroundInverted)',\n\n // Color palette dark orange tokens\n colorPaletteDarkOrangeBackground1: 'var(--colorPaletteDarkOrangeBackground1)',\n colorPaletteDarkOrangeBackground2: 'var(--colorPaletteDarkOrangeBackground2)',\n colorPaletteDarkOrangeBackground3: 'var(--colorPaletteDarkOrangeBackground3)',\n colorPaletteDarkOrangeBorderActive: 'var(--colorPaletteDarkOrangeBorderActive)',\n colorPaletteDarkOrangeBorder1: 'var(--colorPaletteDarkOrangeBorder1)',\n colorPaletteDarkOrangeBorder2: 'var(--colorPaletteDarkOrangeBorder2)',\n colorPaletteDarkOrangeForeground1: 'var(--colorPaletteDarkOrangeForeground1)',\n colorPaletteDarkOrangeForeground2: 'var(--colorPaletteDarkOrangeForeground2)',\n colorPaletteDarkOrangeForeground3: 'var(--colorPaletteDarkOrangeForeground3)',\n\n // Color palette yellow tokens\n colorPaletteYellowBackground1: 'var(--colorPaletteYellowBackground1)',\n colorPaletteYellowBackground2: 'var(--colorPaletteYellowBackground2)',\n colorPaletteYellowBackground3: 'var(--colorPaletteYellowBackground3)',\n colorPaletteYellowBorderActive: 'var(--colorPaletteYellowBorderActive)',\n colorPaletteYellowBorder1: 'var(--colorPaletteYellowBorder1)',\n colorPaletteYellowBorder2: 'var(--colorPaletteYellowBorder2)',\n colorPaletteYellowForeground1: 'var(--colorPaletteYellowForeground1)',\n colorPaletteYellowForeground2: 'var(--colorPaletteYellowForeground2)',\n colorPaletteYellowForeground3: 'var(--colorPaletteYellowForeground3)',\n colorPaletteYellowForegroundInverted: 'var(--colorPaletteYellowForegroundInverted)',\n\n // Color palette berry tokens\n colorPaletteBerryBackground1: 'var(--colorPaletteBerryBackground1)',\n colorPaletteBerryBackground2: 'var(--colorPaletteBerryBackground2)',\n colorPaletteBerryBackground3: 'var(--colorPaletteBerryBackground3)',\n colorPaletteBerryBorderActive: 'var(--colorPaletteBerryBorderActive)',\n colorPaletteBerryBorder1: 'var(--colorPaletteBerryBorder1)',\n colorPaletteBerryBorder2: 'var(--colorPaletteBerryBorder2)',\n colorPaletteBerryForeground1: 'var(--colorPaletteBerryForeground1)',\n colorPaletteBerryForeground2: 'var(--colorPaletteBerryForeground2)',\n colorPaletteBerryForeground3: 'var(--colorPaletteBerryForeground3)',\n\n // Color palette marigold tokens\n colorPaletteMarigoldBackground1: 'var(--colorPaletteMarigoldBackground1)',\n colorPaletteMarigoldBackground2: 'var(--colorPaletteMarigoldBackground2)',\n colorPaletteMarigoldBackground3: 'var(--colorPaletteMarigoldBackground3)',\n colorPaletteMarigoldBorderActive: 'var(--colorPaletteMarigoldBorderActive)',\n colorPaletteMarigoldBorder1: 'var(--colorPaletteMarigoldBorder1)',\n colorPaletteMarigoldBorder2: 'var(--colorPaletteMarigoldBorder2)',\n colorPaletteMarigoldForeground1: 'var(--colorPaletteMarigoldForeground1)',\n colorPaletteMarigoldForeground2: 'var(--colorPaletteMarigoldForeground2)',\n colorPaletteMarigoldForeground3: 'var(--colorPaletteMarigoldForeground3)',\n\n // Color palette light green tokens\n colorPaletteLightGreenBackground1: 'var(--colorPaletteLightGreenBackground1)',\n colorPaletteLightGreenBackground2: 'var(--colorPaletteLightGreenBackground2)',\n colorPaletteLightGreenBackground3: 'var(--colorPaletteLightGreenBackground3)',\n colorPaletteLightGreenBorderActive: 'var(--colorPaletteLightGreenBorderActive)',\n colorPaletteLightGreenBorder1: 'var(--colorPaletteLightGreenBorder1)',\n colorPaletteLightGreenBorder2: 'var(--colorPaletteLightGreenBorder2)',\n colorPaletteLightGreenForeground1: 'var(--colorPaletteLightGreenForeground1)',\n colorPaletteLightGreenForeground2: 'var(--colorPaletteLightGreenForeground2)',\n colorPaletteLightGreenForeground3: 'var(--colorPaletteLightGreenForeground3)',\n\n // Color palette anchor tokens\n colorPaletteAnchorBackground2: 'var(--colorPaletteAnchorBackground2)',\n colorPaletteAnchorBorderActive: 'var(--colorPaletteAnchorBorderActive)',\n colorPaletteAnchorForeground2: 'var(--colorPaletteAnchorForeground2)',\n\n // Color palette beige tokens\n colorPaletteBeigeBackground2: 'var(--colorPaletteBeigeBackground2)',\n colorPaletteBeigeBorderActive: 'var(--colorPaletteBeigeBorderActive)',\n colorPaletteBeigeForeground2: 'var(--colorPaletteBeigeForeground2)',\n\n // Color palette blue tokens\n colorPaletteBlueBackground2: 'var(--colorPaletteBlueBackground2)',\n colorPaletteBlueBorderActive: 'var(--colorPaletteBlueBorderActive)',\n colorPaletteBlueForeground2: 'var(--colorPaletteBlueForeground2)',\n\n // Color palette brass tokens\n colorPaletteBrassBackground2: 'var(--colorPaletteBrassBackground2)',\n colorPaletteBrassBorderActive: 'var(--colorPaletteBrassBorderActive)',\n colorPaletteBrassForeground2: 'var(--colorPaletteBrassForeground2)',\n\n // Color palette brown tokens\n colorPaletteBrownBackground2: 'var(--colorPaletteBrownBackground2)',\n colorPaletteBrownBorderActive: 'var(--colorPaletteBrownBorderActive)',\n colorPaletteBrownForeground2: 'var(--colorPaletteBrownForeground2)',\n\n // Color palette cornflower tokens\n colorPaletteCornflowerBackground2: 'var(--colorPaletteCornflowerBackground2)',\n colorPaletteCornflowerBorderActive: 'var(--colorPaletteCornflowerBorderActive)',\n colorPaletteCornflowerForeground2: 'var(--colorPaletteCornflowerForeground2)',\n\n // Color palette cranberry tokens\n colorPaletteCranberryBackground2: 'var(--colorPaletteCranberryBackground2)',\n colorPaletteCranberryBorderActive: 'var(--colorPaletteCranberryBorderActive)',\n colorPaletteCranberryForeground2: 'var(--colorPaletteCranberryForeground2)',\n\n // Color palette dark green tokens\n colorPaletteDarkGreenBackground2: 'var(--colorPaletteDarkGreenBackground2)',\n colorPaletteDarkGreenBorderActive: 'var(--colorPaletteDarkGreenBorderActive)',\n colorPaletteDarkGreenForeground2: 'var(--colorPaletteDarkGreenForeground2)',\n\n // Color palette dark red tokens\n colorPaletteDarkRedBackground2: 'var(--colorPaletteDarkRedBackground2)',\n colorPaletteDarkRedBorderActive: 'var(--colorPaletteDarkRedBorderActive)',\n colorPaletteDarkRedForeground2: 'var(--colorPaletteDarkRedForeground2)',\n\n // Color palette forest tokens\n colorPaletteForestBackground2: 'var(--colorPaletteForestBackground2)',\n colorPaletteForestBorderActive: 'var(--colorPaletteForestBorderActive)',\n colorPaletteForestForeground2: 'var(--colorPaletteForestForeground2)',\n\n // Color palette gold tokens\n colorPaletteGoldBackground2: 'var(--colorPaletteGoldBackground2)',\n colorPaletteGoldBorderActive: 'var(--colorPaletteGoldBorderActive)',\n colorPaletteGoldForeground2: 'var(--colorPaletteGoldForeground2)',\n\n // Color palette grape tokens\n colorPaletteGrapeBackground2: 'var(--colorPaletteGrapeBackground2)',\n colorPaletteGrapeBorderActive: 'var(--colorPaletteGrapeBorderActive)',\n colorPaletteGrapeForeground2: 'var(--colorPaletteGrapeForeground2)',\n\n // Color palette lavender tokens\n colorPaletteLavenderBackground2: 'var(--colorPaletteLavenderBackground2)',\n colorPaletteLavenderBorderActive: 'var(--colorPaletteLavenderBorderActive)',\n colorPaletteLavenderForeground2: 'var(--colorPaletteLavenderForeground2)',\n\n // Color palette light teal tokens\n colorPaletteLightTealBackground2: 'var(--colorPaletteLightTealBackground2)',\n colorPaletteLightTealBorderActive: 'var(--colorPaletteLightTealBorderActive)',\n colorPaletteLightTealForeground2: 'var(--colorPaletteLightTealForeground2)',\n\n // Color palette lilac tokens\n colorPaletteLilacBackground2: 'var(--colorPaletteLilacBackground2)',\n colorPaletteLilacBorderActive: 'var(--colorPaletteLilacBorderActive)',\n colorPaletteLilacForeground2: 'var(--colorPaletteLilacForeground2)',\n\n // Color palette magenta tokens\n colorPaletteMagentaBackground2: 'var(--colorPaletteMagentaBackground2)',\n colorPaletteMagentaBorderActive: 'var(--colorPaletteMagentaBorderActive)',\n colorPaletteMagentaForeground2: 'var(--colorPaletteMagentaForeground2)',\n\n // Color palette mink tokens\n colorPaletteMinkBackground2: 'var(--colorPaletteMinkBackground2)',\n colorPaletteMinkBorderActive: 'var(--colorPaletteMinkBorderActive)',\n colorPaletteMinkForeground2: 'var(--colorPaletteMinkForeground2)',\n\n // Color palette navy tokens\n colorPaletteNavyBackground2: 'var(--colorPaletteNavyBackground2)',\n colorPaletteNavyBorderActive: 'var(--colorPaletteNavyBorderActive)',\n colorPaletteNavyForeground2: 'var(--colorPaletteNavyForeground2)',\n\n // Color palette peach tokens\n colorPalettePeachBackground2: 'var(--colorPalettePeachBackground2)',\n colorPalettePeachBorderActive: 'var(--colorPalettePeachBorderActive)',\n colorPalettePeachForeground2: 'var(--colorPalettePeachForeground2)',\n\n // Color palette pink tokens\n colorPalettePinkBackground2: 'var(--colorPalettePinkBackground2)',\n colorPalettePinkBorderActive: 'var(--colorPalettePinkBorderActive)',\n colorPalettePinkForeground2: 'var(--colorPalettePinkForeground2)',\n\n // Color palette platinum tokens\n colorPalettePlatinumBackground2: 'var(--colorPalettePlatinumBackground2)',\n colorPalettePlatinumBorderActive: 'var(--colorPalettePlatinumBorderActive)',\n colorPalettePlatinumForeground2: 'var(--colorPalettePlatinumForeground2)',\n\n // Color palette plum tokens\n colorPalettePlumBackground2: 'var(--colorPalettePlumBackground2)',\n colorPalettePlumBorderActive: 'var(--colorPalettePlumBorderActive)',\n colorPalettePlumForeground2: 'var(--colorPalettePlumForeground2)',\n\n // Color palette pumpkin tokens\n colorPalettePumpkinBackground2: 'var(--colorPalettePumpkinBackground2)',\n colorPalettePumpkinBorderActive: 'var(--colorPalettePumpkinBorderActive)',\n colorPalettePumpkinForeground2: 'var(--colorPalettePumpkinForeground2)',\n\n // Color palette purple tokens\n colorPalettePurpleBackground2: 'var(--colorPalettePurpleBackground2)',\n colorPalettePurpleBorderActive: 'var(--colorPalettePurpleBorderActive)',\n colorPalettePurpleForeground2: 'var(--colorPalettePurpleForeground2)',\n\n // Color palette royal blue tokens\n colorPaletteRoyalBlueBackground2: 'var(--colorPaletteRoyalBlueBackground2)',\n colorPaletteRoyalBlueBorderActive: 'var(--colorPaletteRoyalBlueBorderActive)',\n colorPaletteRoyalBlueForeground2: 'var(--colorPaletteRoyalBlueForeground2)',\n\n // Color palette seafoam tokens\n colorPaletteSeafoamBackground2: 'var(--colorPaletteSeafoamBackground2)',\n colorPaletteSeafoamBorderActive: 'var(--colorPaletteSeafoamBorderActive)',\n colorPaletteSeafoamForeground2: 'var(--colorPaletteSeafoamForeground2)',\n\n // Color palette steel tokens\n colorPaletteSteelBackground2: 'var(--colorPaletteSteelBackground2)',\n colorPaletteSteelBorderActive: 'var(--colorPaletteSteelBorderActive)',\n colorPaletteSteelForeground2: 'var(--colorPaletteSteelForeground2)',\n\n // Color palette teal tokens\n colorPaletteTealBackground2: 'var(--colorPaletteTealBackground2)',\n colorPaletteTealBorderActive: 'var(--colorPaletteTealBorderActive)',\n colorPaletteTealForeground2: 'var(--colorPaletteTealForeground2)',\n\n // Color status success tokens\n colorStatusSuccessBackground1: 'var(--colorStatusSuccessBackground1)',\n colorStatusSuccessBackground2: 'var(--colorStatusSuccessBackground2)',\n colorStatusSuccessBackground3: 'var(--colorStatusSuccessBackground3)',\n colorStatusSuccessForeground1: 'var(--colorStatusSuccessForeground1)',\n colorStatusSuccessForeground2: 'var(--colorStatusSuccessForeground2)',\n colorStatusSuccessForeground3: 'var(--colorStatusSuccessForeground3)',\n colorStatusSuccessForegroundInverted: 'var(--colorStatusSuccessForegroundInverted)',\n colorStatusSuccessBorderActive: 'var(--colorStatusSuccessBorderActive)',\n colorStatusSuccessBorder1: 'var(--colorStatusSuccessBorder1)',\n colorStatusSuccessBorder2: 'var(--colorStatusSuccessBorder2)',\n\n // Color status warning tokens\n colorStatusWarningBackground1: 'var(--colorStatusWarningBackground1)',\n colorStatusWarningBackground2: 'var(--colorStatusWarningBackground2)',\n colorStatusWarningBackground3: 'var(--colorStatusWarningBackground3)',\n colorStatusWarningForeground1: 'var(--colorStatusWarningForeground1)',\n colorStatusWarningForeground2: 'var(--colorStatusWarningForeground2)',\n colorStatusWarningForeground3: 'var(--colorStatusWarningForeground3)',\n colorStatusWarningForegroundInverted: 'var(--colorStatusWarningForegroundInverted)',\n colorStatusWarningBorderActive: 'var(--colorStatusWarningBorderActive)',\n colorStatusWarningBorder1: 'var(--colorStatusWarningBorder1)',\n colorStatusWarningBorder2: 'var(--colorStatusWarningBorder2)',\n\n // Color status danger tokens\n colorStatusDangerBackground1: 'var(--colorStatusDangerBackground1)',\n colorStatusDangerBackground2: 'var(--colorStatusDangerBackground2)',\n colorStatusDangerBackground3: 'var(--colorStatusDangerBackground3)',\n colorStatusDangerBackground3Hover: 'var(--colorStatusDangerBackground3Hover)',\n colorStatusDangerBackground3Pressed: 'var(--colorStatusDangerBackground3Pressed)',\n colorStatusDangerForeground1: 'var(--colorStatusDangerForeground1)',\n colorStatusDangerForeground2: 'var(--colorStatusDangerForeground2)',\n colorStatusDangerForeground3: 'var(--colorStatusDangerForeground3)',\n colorStatusDangerForegroundInverted: 'var(--colorStatusDangerForegroundInverted)',\n colorStatusDangerBorderActive: 'var(--colorStatusDangerBorderActive)',\n colorStatusDangerBorder1: 'var(--colorStatusDangerBorder1)',\n colorStatusDangerBorder2: 'var(--colorStatusDangerBorder2)',\n\n // Border radius tokens\n borderRadiusNone: 'var(--borderRadiusNone)',\n borderRadiusSmall: 'var(--borderRadiusSmall)',\n borderRadiusMedium: 'var(--borderRadiusMedium)',\n borderRadiusLarge: 'var(--borderRadiusLarge)',\n borderRadiusXLarge: 'var(--borderRadiusXLarge)',\n borderRadiusCircular: 'var(--borderRadiusCircular)',\n\n // Font family tokens\n fontFamilyBase: 'var(--fontFamilyBase)',\n fontFamilyMonospace: 'var(--fontFamilyMonospace)',\n fontFamilyNumeric: 'var(--fontFamilyNumeric)',\n\n // Font size tokens\n fontSizeBase100: 'var(--fontSizeBase100)',\n fontSizeBase200: 'var(--fontSizeBase200)',\n fontSizeBase300: 'var(--fontSizeBase300)',\n fontSizeBase400: 'var(--fontSizeBase400)',\n fontSizeBase500: 'var(--fontSizeBase500)',\n fontSizeBase600: 'var(--fontSizeBase600)',\n fontSizeHero700: 'var(--fontSizeHero700)',\n fontSizeHero800: 'var(--fontSizeHero800)',\n fontSizeHero900: 'var(--fontSizeHero900)',\n fontSizeHero1000: 'var(--fontSizeHero1000)',\n\n // Font weight tokens\n fontWeightRegular: 'var(--fontWeightRegular)',\n fontWeightMedium: 'var(--fontWeightMedium)',\n fontWeightSemibold: 'var(--fontWeightSemibold)',\n fontWeightBold: 'var(--fontWeightBold)',\n\n // Line height tokens\n lineHeightBase100: 'var(--lineHeightBase100)',\n lineHeightBase200: 'var(--lineHeightBase200)',\n lineHeightBase300: 'var(--lineHeightBase300)',\n lineHeightBase400: 'var(--lineHeightBase400)',\n lineHeightBase500: 'var(--lineHeightBase500)',\n lineHeightBase600: 'var(--lineHeightBase600)',\n lineHeightHero700: 'var(--lineHeightHero700)',\n lineHeightHero800: 'var(--lineHeightHero800)',\n lineHeightHero900: 'var(--lineHeightHero900)',\n lineHeightHero1000: 'var(--lineHeightHero1000)',\n\n // Shadow tokens\n shadow2: 'var(--shadow2)',\n shadow4: 'var(--shadow4)',\n shadow8: 'var(--shadow8)',\n shadow16: 'var(--shadow16)',\n shadow28: 'var(--shadow28)',\n shadow64: 'var(--shadow64)',\n\n // Shadow brand tokens\n shadow2Brand: 'var(--shadow2Brand)',\n shadow4Brand: 'var(--shadow4Brand)',\n shadow8Brand: 'var(--shadow8Brand)',\n shadow16Brand: 'var(--shadow16Brand)',\n shadow28Brand: 'var(--shadow28Brand)',\n shadow64Brand: 'var(--shadow64Brand)',\n\n // Stroke width tokens\n strokeWidthThin: 'var(--strokeWidthThin)',\n strokeWidthThick: 'var(--strokeWidthThick)',\n strokeWidthThicker: 'var(--strokeWidthThicker)',\n strokeWidthThickest: 'var(--strokeWidthThickest)',\n\n // Spacings\n spacingHorizontalNone: 'var(--spacingHorizontalNone)',\n spacingHorizontalXXS: 'var(--spacingHorizontalXXS)',\n spacingHorizontalXS: 'var(--spacingHorizontalXS)',\n spacingHorizontalSNudge: 'var(--spacingHorizontalSNudge)',\n spacingHorizontalS: 'var(--spacingHorizontalS)',\n spacingHorizontalMNudge: 'var(--spacingHorizontalMNudge)',\n spacingHorizontalM: 'var(--spacingHorizontalM)',\n spacingHorizontalL: 'var(--spacingHorizontalL)',\n spacingHorizontalXL: 'var(--spacingHorizontalXL)',\n spacingHorizontalXXL: 'var(--spacingHorizontalXXL)',\n spacingHorizontalXXXL: 'var(--spacingHorizontalXXXL)',\n\n spacingVerticalNone: 'var(--spacingVerticalNone)',\n spacingVerticalXXS: 'var(--spacingVerticalXXS)',\n spacingVerticalXS: 'var(--spacingVerticalXS)',\n spacingVerticalSNudge: 'var(--spacingVerticalSNudge)',\n spacingVerticalS: 'var(--spacingVerticalS)',\n spacingVerticalMNudge: 'var(--spacingVerticalMNudge)',\n spacingVerticalM: 'var(--spacingVerticalM)',\n spacingVerticalL: 'var(--spacingVerticalL)',\n spacingVerticalXL: 'var(--spacingVerticalXL)',\n spacingVerticalXXL: 'var(--spacingVerticalXXL)',\n spacingVerticalXXXL: 'var(--spacingVerticalXXXL)',\n\n // Durations\n durationUltraFast: 'var(--durationUltraFast)',\n durationFaster: 'var(--durationFaster)',\n durationFast: 'var(--durationFast)',\n durationNormal: 'var(--durationNormal)',\n durationGentle: 'var(--durationGentle)',\n durationSlow: 'var(--durationSlow)',\n durationSlower: 'var(--durationSlower)',\n durationUltraSlow: 'var(--durationUltraSlow)',\n\n // Curves\n curveAccelerateMax: 'var(--curveAccelerateMax)',\n curveAccelerateMid: 'var(--curveAccelerateMid)',\n curveAccelerateMin: 'var(--curveAccelerateMin)',\n curveDecelerateMax: 'var(--curveDecelerateMax)',\n curveDecelerateMid: 'var(--curveDecelerateMid)',\n curveDecelerateMin: 'var(--curveDecelerateMin)',\n curveEasyEaseMax: 'var(--curveEasyEaseMax)',\n curveEasyEase: 'var(--curveEasyEase)',\n curveLinear: 'var(--curveLinear)',\n\n /**\n * ZIndexes\n * Special case where the tokens contain default values\n * ZIndexes are not mandatory, so they are not included in the theme, but can be used as tokens with default values\n */\n\n /**\n * Elevation 0\n * Can be used for background elements, like surfaces\n */\n zIndexBackground: 'var(--zIndexBackground, 0)',\n\n /**\n * Elevation 2\n * Can be used content that is on top of the background, like cards\n */\n zIndexContent: 'var(--zIndexContent, 1)',\n\n /**\n * Elevation 4\n * Can be used for overlays, like the backdrop of a modal\n */\n zIndexOverlay: 'var(--zIndexOverlay, 1000)',\n\n /**\n * Elevation 8\n * Can be used for popups, like modals and drawers\n */\n zIndexPopup: 'var(--zIndexPopup, 2000)',\n\n /**\n * Elevation 16\n * Can be used for messages, like snackbars and toasts\n */\n zIndexMessages: 'var(--zIndexMessages, 3000)',\n\n /**\n * Elevation 28\n * Can be used for floating elements, like dropdowns\n */\n zIndexFloating: 'var(--zIndexFloating, 4000)',\n\n /**\n * Elevation 64\n * Can be used for high priority floating elements, like tooltips\n */\n zIndexPriority: 'var(--zIndexPriority, 5000)',\n\n /**\n * Special elevation\n * Can be used for elements that need to be above everything else, like debug overlays\n */\n zIndexDebug: 'var(--zIndexDebug, 6000)',\n};\n"],"names":["tokens","colorNeutralForeground1","colorNeutralForeground1Hover","colorNeutralForeground1Pressed","colorNeutralForeground1Selected","colorNeutralForeground2","colorNeutralForeground2Hover","colorNeutralForeground2Pressed","colorNeutralForeground2Selected","colorNeutralForeground2BrandHover","colorNeutralForeground2BrandPressed","colorNeutralForeground2BrandSelected","colorNeutralForeground3","colorNeutralForeground3Hover","colorNeutralForeground3Pressed","colorNeutralForeground3Selected","colorNeutralForeground3BrandHover","colorNeutralForeground3BrandPressed","colorNeutralForeground3BrandSelected","colorNeutralForeground4","colorNeutralForegroundDisabled","colorBrandForegroundLink","colorBrandForegroundLinkHover","colorBrandForegroundLinkPressed","colorBrandForegroundLinkSelected","colorNeutralForeground2Link","colorNeutralForeground2LinkHover","colorNeutralForeground2LinkPressed","colorNeutralForeground2LinkSelected","colorCompoundBrandForeground1","colorCompoundBrandForeground1Hover","colorCompoundBrandForeground1Pressed","colorNeutralForegroundOnBrand","colorNeutralForegroundInverted","colorNeutralForegroundInvertedHover","colorNeutralForegroundInvertedPressed","colorNeutralForegroundInvertedSelected","colorNeutralForegroundInverted2","colorNeutralForegroundStaticInverted","colorNeutralForegroundInvertedLink","colorNeutralForegroundInvertedLinkHover","colorNeutralForegroundInvertedLinkPressed","colorNeutralForegroundInvertedLinkSelected","colorNeutralForegroundInvertedDisabled","colorBrandForeground1","colorBrandForeground2","colorBrandForeground2Hover","colorBrandForeground2Pressed","colorNeutralForeground1Static","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","colorNeutralBackground5Selected","colorNeutralBackground6","colorNeutralBackgroundInverted","colorNeutralBackgroundStatic","colorNeutralBackgroundAlpha","colorNeutralBackgroundAlpha2","colorSubtleBackground","colorSubtleBackgroundHover","colorSubtleBackgroundPressed","colorSubtleBackgroundSelected","colorSubtleBackgroundLightAlphaHover","colorSubtleBackgroundLightAlphaPressed","colorSubtleBackgroundLightAlphaSelected","colorSubtleBackgroundInverted","colorSubtleBackgroundInvertedHover","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","colorPaletteRedBackground1","colorPaletteRedBackground2","colorPaletteRedBackground3","colorPaletteRedBorderActive","colorPaletteRedBorder1","colorPaletteRedBorder2","colorPaletteRedForeground1","colorPaletteRedForeground2","colorPaletteRedForeground3","colorPaletteRedForegroundInverted","colorPaletteGreenBackground1","colorPaletteGreenBackground2","colorPaletteGreenBackground3","colorPaletteGreenBorderActive","colorPaletteGreenBorder1","colorPaletteGreenBorder2","colorPaletteGreenForeground1","colorPaletteGreenForeground2","colorPaletteGreenForeground3","colorPaletteGreenForegroundInverted","colorPaletteDarkOrangeBackground1","colorPaletteDarkOrangeBackground2","colorPaletteDarkOrangeBackground3","colorPaletteDarkOrangeBorderActive","colorPaletteDarkOrangeBorder1","colorPaletteDarkOrangeBorder2","colorPaletteDarkOrangeForeground1","colorPaletteDarkOrangeForeground2","colorPaletteDarkOrangeForeground3","colorPaletteYellowBackground1","colorPaletteYellowBackground2","colorPaletteYellowBackground3","colorPaletteYellowBorderActive","colorPaletteYellowBorder1","colorPaletteYellowBorder2","colorPaletteYellowForeground1","colorPaletteYellowForeground2","colorPaletteYellowForeground3","colorPaletteYellowForegroundInverted","colorPaletteBerryBackground1","colorPaletteBerryBackground2","colorPaletteBerryBackground3","colorPaletteBerryBorderActive","colorPaletteBerryBorder1","colorPaletteBerryBorder2","colorPaletteBerryForeground1","colorPaletteBerryForeground2","colorPaletteBerryForeground3","colorPaletteMarigoldBackground1","colorPaletteMarigoldBackground2","colorPaletteMarigoldBackground3","colorPaletteMarigoldBorderActive","colorPaletteMarigoldBorder1","colorPaletteMarigoldBorder2","colorPaletteMarigoldForeground1","colorPaletteMarigoldForeground2","colorPaletteMarigoldForeground3","colorPaletteLightGreenBackground1","colorPaletteLightGreenBackground2","colorPaletteLightGreenBackground3","colorPaletteLightGreenBorderActive","colorPaletteLightGreenBorder1","colorPaletteLightGreenBorder2","colorPaletteLightGreenForeground1","colorPaletteLightGreenForeground2","colorPaletteLightGreenForeground3","colorPaletteAnchorBackground2","colorPaletteAnchorBorderActive","colorPaletteAnchorForeground2","colorPaletteBeigeBackground2","colorPaletteBeigeBorderActive","colorPaletteBeigeForeground2","colorPaletteBlueBackground2","colorPaletteBlueBorderActive","colorPaletteBlueForeground2","colorPaletteBrassBackground2","colorPaletteBrassBorderActive","colorPaletteBrassForeground2","colorPaletteBrownBackground2","colorPaletteBrownBorderActive","colorPaletteBrownForeground2","colorPaletteCornflowerBackground2","colorPaletteCornflowerBorderActive","colorPaletteCornflowerForeground2","colorPaletteCranberryBackground2","colorPaletteCranberryBorderActive","colorPaletteCranberryForeground2","colorPaletteDarkGreenBackground2","colorPaletteDarkGreenBorderActive","colorPaletteDarkGreenForeground2","colorPaletteDarkRedBackground2","colorPaletteDarkRedBorderActive","colorPaletteDarkRedForeground2","colorPaletteForestBackground2","colorPaletteForestBorderActive","colorPaletteForestForeground2","colorPaletteGoldBackground2","colorPaletteGoldBorderActive","colorPaletteGoldForeground2","colorPaletteGrapeBackground2","colorPaletteGrapeBorderActive","colorPaletteGrapeForeground2","colorPaletteLavenderBackground2","colorPaletteLavenderBorderActive","colorPaletteLavenderForeground2","colorPaletteLightTealBackground2","colorPaletteLightTealBorderActive","colorPaletteLightTealForeground2","colorPaletteLilacBackground2","colorPaletteLilacBorderActive","colorPaletteLilacForeground2","colorPaletteMagentaBackground2","colorPaletteMagentaBorderActive","colorPaletteMagentaForeground2","colorPaletteMinkBackground2","colorPaletteMinkBorderActive","colorPaletteMinkForeground2","colorPaletteNavyBackground2","colorPaletteNavyBorderActive","colorPaletteNavyForeground2","colorPalettePeachBackground2","colorPalettePeachBorderActive","colorPalettePeachForeground2","colorPalettePinkBackground2","colorPalettePinkBorderActive","colorPalettePinkForeground2","colorPalettePlatinumBackground2","colorPalettePlatinumBorderActive","colorPalettePlatinumForeground2","colorPalettePlumBackground2","colorPalettePlumBorderActive","colorPalettePlumForeground2","colorPalettePumpkinBackground2","colorPalettePumpkinBorderActive","colorPalettePumpkinForeground2","colorPalettePurpleBackground2","colorPalettePurpleBorderActive","colorPalettePurpleForeground2","colorPaletteRoyalBlueBackground2","colorPaletteRoyalBlueBorderActive","colorPaletteRoyalBlueForeground2","colorPaletteSeafoamBackground2","colorPaletteSeafoamBorderActive","colorPaletteSeafoamForeground2","colorPaletteSteelBackground2","colorPaletteSteelBorderActive","colorPaletteSteelForeground2","colorPaletteTealBackground2","colorPaletteTealBorderActive","colorPaletteTealForeground2","colorStatusSuccessBackground1","colorStatusSuccessBackground2","colorStatusSuccessBackground3","colorStatusSuccessForeground1","colorStatusSuccessForeground2","colorStatusSuccessForeground3","colorStatusSuccessForegroundInverted","colorStatusSuccessBorderActive","colorStatusSuccessBorder1","colorStatusSuccessBorder2","colorStatusWarningBackground1","colorStatusWarningBackground2","colorStatusWarningBackground3","colorStatusWarningForeground1","colorStatusWarningForeground2","colorStatusWarningForeground3","colorStatusWarningForegroundInverted","colorStatusWarningBorderActive","colorStatusWarningBorder1","colorStatusWarningBorder2","colorStatusDangerBackground1","colorStatusDangerBackground2","colorStatusDangerBackground3","colorStatusDangerBackground3Hover","colorStatusDangerBackground3Pressed","colorStatusDangerForeground1","colorStatusDangerForeground2","colorStatusDangerForeground3","colorStatusDangerForegroundInverted","colorStatusDangerBorderActive","colorStatusDangerBorder1","colorStatusDangerBorder2","borderRadiusNone","borderRadiusSmall","borderRadiusMedium","borderRadiusLarge","borderRadiusXLarge","borderRadiusCircular","fontFamilyBase","fontFamilyMonospace","fontFamilyNumeric","fontSizeBase100","fontSizeBase200","fontSizeBase300","fontSizeBase400","fontSizeBase500","fontSizeBase600","fontSizeHero700","fontSizeHero800","fontSizeHero900","fontSizeHero1000","fontWeightRegular","fontWeightMedium","fontWeightSemibold","fontWeightBold","lineHeightBase100","lineHeightBase200","lineHeightBase300","lineHeightBase400","lineHeightBase500","lineHeightBase600","lineHeightHero700","lineHeightHero800","lineHeightHero900","lineHeightHero1000","shadow2","shadow4","shadow8","shadow16","shadow28","shadow64","shadow2Brand","shadow4Brand","shadow8Brand","shadow16Brand","shadow28Brand","shadow64Brand","strokeWidthThin","strokeWidthThick","strokeWidthThicker","strokeWidthThickest","spacingHorizontalNone","spacingHorizontalXXS","spacingHorizontalXS","spacingHorizontalSNudge","spacingHorizontalS","spacingHorizontalMNudge","spacingHorizontalM","spacingHorizontalL","spacingHorizontalXL","spacingHorizontalXXL","spacingHorizontalXXXL","spacingVerticalNone","spacingVerticalXXS","spacingVerticalXS","spacingVerticalSNudge","spacingVerticalS","spacingVerticalMNudge","spacingVerticalM","spacingVerticalL","spacingVerticalXL","spacingVerticalXXL","spacingVerticalXXXL","durationUltraFast","durationFaster","durationFast","durationNormal","durationGentle","durationSlow","durationSlower","durationUltraSlow","curveAccelerateMax","curveAccelerateMid","curveAccelerateMin","curveDecelerateMax","curveDecelerateMid","curveDecelerateMin","curveEasyEaseMax","curveEasyEase","curveLinear","zIndexBackground","zIndexContent","zIndexOverlay","zIndexPopup","zIndexMessages","zIndexFloating","zIndexPriority","zIndexDebug"],"mappings":"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"}
1
+ {"version":3,"sources":["../src/tokens.ts"],"sourcesContent":["import type { Theme } from './types';\n\nexport const tokens: Record<keyof Theme, string> = {\n // Color tokens\n colorNeutralForeground1: 'var(--colorNeutralForeground1)',\n colorNeutralForeground1Hover: 'var(--colorNeutralForeground1Hover)',\n colorNeutralForeground1Pressed: 'var(--colorNeutralForeground1Pressed)',\n colorNeutralForeground1Selected: 'var(--colorNeutralForeground1Selected)',\n colorNeutralForeground2: 'var(--colorNeutralForeground2)',\n colorNeutralForeground2Hover: 'var(--colorNeutralForeground2Hover)',\n colorNeutralForeground2Pressed: 'var(--colorNeutralForeground2Pressed)',\n colorNeutralForeground2Selected: 'var(--colorNeutralForeground2Selected)',\n colorNeutralForeground2BrandHover: 'var(--colorNeutralForeground2BrandHover)',\n colorNeutralForeground2BrandPressed: 'var(--colorNeutralForeground2BrandPressed)',\n colorNeutralForeground2BrandSelected: 'var(--colorNeutralForeground2BrandSelected)',\n colorNeutralForeground3: 'var(--colorNeutralForeground3)',\n colorNeutralForeground3Hover: 'var(--colorNeutralForeground3Hover)',\n colorNeutralForeground3Pressed: 'var(--colorNeutralForeground3Pressed)',\n colorNeutralForeground3Selected: 'var(--colorNeutralForeground3Selected)',\n colorNeutralForeground3BrandHover: 'var(--colorNeutralForeground3BrandHover)',\n colorNeutralForeground3BrandPressed: 'var(--colorNeutralForeground3BrandPressed)',\n colorNeutralForeground3BrandSelected: 'var(--colorNeutralForeground3BrandSelected)',\n colorNeutralForeground4: 'var(--colorNeutralForeground4)',\n colorNeutralForeground5: 'var(--colorNeutralForeground5)',\n colorNeutralForeground5Hover: 'var(--colorNeutralForeground5Hover)',\n colorNeutralForeground5Pressed: 'var(--colorNeutralForeground5Pressed)',\n colorNeutralForeground5Selected: 'var(--colorNeutralForeground5Selected)',\n colorNeutralForegroundDisabled: 'var(--colorNeutralForegroundDisabled)',\n colorBrandForegroundLink: 'var(--colorBrandForegroundLink)',\n colorBrandForegroundLinkHover: 'var(--colorBrandForegroundLinkHover)',\n colorBrandForegroundLinkPressed: 'var(--colorBrandForegroundLinkPressed)',\n colorBrandForegroundLinkSelected: 'var(--colorBrandForegroundLinkSelected)',\n colorNeutralForeground2Link: 'var(--colorNeutralForeground2Link)',\n colorNeutralForeground2LinkHover: 'var(--colorNeutralForeground2LinkHover)',\n colorNeutralForeground2LinkPressed: 'var(--colorNeutralForeground2LinkPressed)',\n colorNeutralForeground2LinkSelected: 'var(--colorNeutralForeground2LinkSelected)',\n colorCompoundBrandForeground1: 'var(--colorCompoundBrandForeground1)',\n colorCompoundBrandForeground1Hover: 'var(--colorCompoundBrandForeground1Hover)',\n colorCompoundBrandForeground1Pressed: 'var(--colorCompoundBrandForeground1Pressed)',\n colorNeutralForegroundOnBrand: 'var(--colorNeutralForegroundOnBrand)',\n colorNeutralForegroundInverted: 'var(--colorNeutralForegroundInverted)',\n colorNeutralForegroundInvertedHover: 'var(--colorNeutralForegroundInvertedHover)',\n colorNeutralForegroundInvertedPressed: 'var(--colorNeutralForegroundInvertedPressed)',\n colorNeutralForegroundInvertedSelected: 'var(--colorNeutralForegroundInvertedSelected)',\n colorNeutralForegroundInverted2: 'var(--colorNeutralForegroundInverted2)',\n colorNeutralForegroundStaticInverted: 'var(--colorNeutralForegroundStaticInverted)',\n colorNeutralForegroundInvertedLink: 'var(--colorNeutralForegroundInvertedLink)',\n colorNeutralForegroundInvertedLinkHover: 'var(--colorNeutralForegroundInvertedLinkHover)',\n colorNeutralForegroundInvertedLinkPressed: 'var(--colorNeutralForegroundInvertedLinkPressed)',\n colorNeutralForegroundInvertedLinkSelected: 'var(--colorNeutralForegroundInvertedLinkSelected)',\n colorNeutralForegroundInvertedDisabled: 'var(--colorNeutralForegroundInvertedDisabled)',\n colorBrandForeground1: 'var(--colorBrandForeground1)',\n colorBrandForeground2: 'var(--colorBrandForeground2)',\n colorBrandForeground2Hover: 'var(--colorBrandForeground2Hover)',\n colorBrandForeground2Pressed: 'var(--colorBrandForeground2Pressed)',\n colorNeutralForeground1Static: 'var(--colorNeutralForeground1Static)',\n colorBrandForegroundInverted: 'var(--colorBrandForegroundInverted)',\n colorBrandForegroundInvertedHover: 'var(--colorBrandForegroundInvertedHover)',\n colorBrandForegroundInvertedPressed: 'var(--colorBrandForegroundInvertedPressed)',\n colorBrandForegroundOnLight: 'var(--colorBrandForegroundOnLight)',\n colorBrandForegroundOnLightHover: 'var(--colorBrandForegroundOnLightHover)',\n colorBrandForegroundOnLightPressed: 'var(--colorBrandForegroundOnLightPressed)',\n colorBrandForegroundOnLightSelected: 'var(--colorBrandForegroundOnLightSelected)',\n colorNeutralBackground1: 'var(--colorNeutralBackground1)',\n colorNeutralBackground1Hover: 'var(--colorNeutralBackground1Hover)',\n colorNeutralBackground1Pressed: 'var(--colorNeutralBackground1Pressed)',\n colorNeutralBackground1Selected: 'var(--colorNeutralBackground1Selected)',\n colorNeutralBackground2: 'var(--colorNeutralBackground2)',\n colorNeutralBackground2Hover: 'var(--colorNeutralBackground2Hover)',\n colorNeutralBackground2Pressed: 'var(--colorNeutralBackground2Pressed)',\n colorNeutralBackground2Selected: 'var(--colorNeutralBackground2Selected)',\n colorNeutralBackground3: 'var(--colorNeutralBackground3)',\n colorNeutralBackground3Hover: 'var(--colorNeutralBackground3Hover)',\n colorNeutralBackground3Pressed: 'var(--colorNeutralBackground3Pressed)',\n colorNeutralBackground3Selected: 'var(--colorNeutralBackground3Selected)',\n colorNeutralBackground4: 'var(--colorNeutralBackground4)',\n colorNeutralBackground4Hover: 'var(--colorNeutralBackground4Hover)',\n colorNeutralBackground4Pressed: 'var(--colorNeutralBackground4Pressed)',\n colorNeutralBackground4Selected: 'var(--colorNeutralBackground4Selected)',\n colorNeutralBackground5: 'var(--colorNeutralBackground5)',\n colorNeutralBackground5Hover: 'var(--colorNeutralBackground5Hover)',\n colorNeutralBackground5Pressed: 'var(--colorNeutralBackground5Pressed)',\n colorNeutralBackground5Selected: 'var(--colorNeutralBackground5Selected)',\n colorNeutralBackground6: 'var(--colorNeutralBackground6)',\n colorNeutralBackground7: 'var(--colorNeutralBackground7)',\n colorNeutralBackground7Hover: 'var(--colorNeutralBackground7Hover)',\n colorNeutralBackground7Pressed: 'var(--colorNeutralBackground7Pressed)',\n colorNeutralBackground7Selected: 'var(--colorNeutralBackground7Selected)',\n colorNeutralBackground8: 'var(--colorNeutralBackground8)',\n colorNeutralBackgroundInverted: 'var(--colorNeutralBackgroundInverted)',\n colorNeutralBackgroundInvertedHover: 'var(--colorNeutralBackgroundInvertedHover)',\n colorNeutralBackgroundInvertedPressed: 'var(--colorNeutralBackgroundInvertedPressed)',\n colorNeutralBackgroundInvertedSelected: 'var(--colorNeutralBackgroundInvertedSelected)',\n colorNeutralBackgroundStatic: 'var(--colorNeutralBackgroundStatic)',\n colorNeutralBackgroundAlpha: 'var(--colorNeutralBackgroundAlpha)',\n colorNeutralBackgroundAlpha2: 'var(--colorNeutralBackgroundAlpha2)',\n colorSubtleBackground: 'var(--colorSubtleBackground)',\n colorSubtleBackgroundHover: 'var(--colorSubtleBackgroundHover)',\n colorSubtleBackgroundPressed: 'var(--colorSubtleBackgroundPressed)',\n colorSubtleBackgroundSelected: 'var(--colorSubtleBackgroundSelected)',\n colorSubtleBackgroundLightAlphaHover: 'var(--colorSubtleBackgroundLightAlphaHover)',\n colorSubtleBackgroundLightAlphaPressed: 'var(--colorSubtleBackgroundLightAlphaPressed)',\n colorSubtleBackgroundLightAlphaSelected: 'var(--colorSubtleBackgroundLightAlphaSelected)',\n colorSubtleBackgroundInverted: 'var(--colorSubtleBackgroundInverted)',\n colorSubtleBackgroundInvertedHover: 'var(--colorSubtleBackgroundInvertedHover)',\n colorSubtleBackgroundInvertedPressed: 'var(--colorSubtleBackgroundInvertedPressed)',\n colorSubtleBackgroundInvertedSelected: 'var(--colorSubtleBackgroundInvertedSelected)',\n colorTransparentBackground: 'var(--colorTransparentBackground)',\n colorTransparentBackgroundHover: 'var(--colorTransparentBackgroundHover)',\n colorTransparentBackgroundPressed: 'var(--colorTransparentBackgroundPressed)',\n colorTransparentBackgroundSelected: 'var(--colorTransparentBackgroundSelected)',\n colorNeutralBackgroundDisabled: 'var(--colorNeutralBackgroundDisabled)',\n colorNeutralBackgroundDisabled2: 'var(--colorNeutralBackgroundDisabled2)',\n colorNeutralBackgroundInvertedDisabled: 'var(--colorNeutralBackgroundInvertedDisabled)',\n colorNeutralStencil1: 'var(--colorNeutralStencil1)',\n colorNeutralStencil2: 'var(--colorNeutralStencil2)',\n colorNeutralStencil1Alpha: 'var(--colorNeutralStencil1Alpha)',\n colorNeutralStencil2Alpha: 'var(--colorNeutralStencil2Alpha)',\n colorBackgroundOverlay: 'var(--colorBackgroundOverlay)',\n colorScrollbarOverlay: 'var(--colorScrollbarOverlay)',\n colorBrandBackground: 'var(--colorBrandBackground)',\n colorBrandBackgroundHover: 'var(--colorBrandBackgroundHover)',\n colorBrandBackgroundPressed: 'var(--colorBrandBackgroundPressed)',\n colorBrandBackgroundSelected: 'var(--colorBrandBackgroundSelected)',\n colorCompoundBrandBackground: 'var(--colorCompoundBrandBackground)',\n colorCompoundBrandBackgroundHover: 'var(--colorCompoundBrandBackgroundHover)',\n colorCompoundBrandBackgroundPressed: 'var(--colorCompoundBrandBackgroundPressed)',\n colorBrandBackgroundStatic: 'var(--colorBrandBackgroundStatic)',\n colorBrandBackground2: 'var(--colorBrandBackground2)',\n colorBrandBackground2Hover: 'var(--colorBrandBackground2Hover)',\n colorBrandBackground2Pressed: 'var(--colorBrandBackground2Pressed)',\n colorBrandBackground3Static: 'var(--colorBrandBackground3Static)',\n colorBrandBackground4Static: 'var(--colorBrandBackground4Static)',\n colorBrandBackgroundInverted: 'var(--colorBrandBackgroundInverted)',\n colorBrandBackgroundInvertedHover: 'var(--colorBrandBackgroundInvertedHover)',\n colorBrandBackgroundInvertedPressed: 'var(--colorBrandBackgroundInvertedPressed)',\n colorBrandBackgroundInvertedSelected: 'var(--colorBrandBackgroundInvertedSelected)',\n colorNeutralCardBackground: 'var(--colorNeutralCardBackground)',\n colorNeutralCardBackgroundHover: 'var(--colorNeutralCardBackgroundHover)',\n colorNeutralCardBackgroundPressed: 'var(--colorNeutralCardBackgroundPressed)',\n colorNeutralCardBackgroundSelected: 'var(--colorNeutralCardBackgroundSelected)',\n colorNeutralCardBackgroundDisabled: 'var(--colorNeutralCardBackgroundDisabled)',\n colorNeutralStrokeAccessible: 'var(--colorNeutralStrokeAccessible)',\n colorNeutralStrokeAccessibleHover: 'var(--colorNeutralStrokeAccessibleHover)',\n colorNeutralStrokeAccessiblePressed: 'var(--colorNeutralStrokeAccessiblePressed)',\n colorNeutralStrokeAccessibleSelected: 'var(--colorNeutralStrokeAccessibleSelected)',\n colorNeutralStroke1: 'var(--colorNeutralStroke1)',\n colorNeutralStroke1Hover: 'var(--colorNeutralStroke1Hover)',\n colorNeutralStroke1Pressed: 'var(--colorNeutralStroke1Pressed)',\n colorNeutralStroke1Selected: 'var(--colorNeutralStroke1Selected)',\n colorNeutralStroke2: 'var(--colorNeutralStroke2)',\n colorNeutralStroke3: 'var(--colorNeutralStroke3)',\n colorNeutralStroke4: 'var(--colorNeutralStroke4)',\n colorNeutralStroke4Hover: 'var(--colorNeutralStroke4Hover)',\n colorNeutralStroke4Pressed: 'var(--colorNeutralStroke4Pressed)',\n colorNeutralStroke4Selected: 'var(--colorNeutralStroke4Selected)',\n colorNeutralStrokeSubtle: 'var(--colorNeutralStrokeSubtle)',\n colorNeutralStrokeOnBrand: 'var(--colorNeutralStrokeOnBrand)',\n colorNeutralStrokeOnBrand2: 'var(--colorNeutralStrokeOnBrand2)',\n colorNeutralStrokeOnBrand2Hover: 'var(--colorNeutralStrokeOnBrand2Hover)',\n colorNeutralStrokeOnBrand2Pressed: 'var(--colorNeutralStrokeOnBrand2Pressed)',\n colorNeutralStrokeOnBrand2Selected: 'var(--colorNeutralStrokeOnBrand2Selected)',\n colorBrandStroke1: 'var(--colorBrandStroke1)',\n colorBrandStroke2: 'var(--colorBrandStroke2)',\n colorBrandStroke2Hover: 'var(--colorBrandStroke2Hover)',\n colorBrandStroke2Pressed: 'var(--colorBrandStroke2Pressed)',\n colorBrandStroke2Contrast: 'var(--colorBrandStroke2Contrast)',\n colorCompoundBrandStroke: 'var(--colorCompoundBrandStroke)',\n colorCompoundBrandStrokeHover: 'var(--colorCompoundBrandStrokeHover)',\n colorCompoundBrandStrokePressed: 'var(--colorCompoundBrandStrokePressed)',\n colorNeutralStrokeDisabled: 'var(--colorNeutralStrokeDisabled)',\n colorNeutralStrokeDisabled2: 'var(--colorNeutralStrokeDisabled2)',\n colorNeutralStrokeInvertedDisabled: 'var(--colorNeutralStrokeInvertedDisabled)',\n colorTransparentStroke: 'var(--colorTransparentStroke)',\n colorTransparentStrokeInteractive: 'var(--colorTransparentStrokeInteractive)',\n colorTransparentStrokeDisabled: 'var(--colorTransparentStrokeDisabled)',\n colorNeutralStrokeAlpha: 'var(--colorNeutralStrokeAlpha)',\n colorNeutralStrokeAlpha2: 'var(--colorNeutralStrokeAlpha2)',\n colorStrokeFocus1: 'var(--colorStrokeFocus1)',\n colorStrokeFocus2: 'var(--colorStrokeFocus2)',\n colorNeutralShadowAmbient: 'var(--colorNeutralShadowAmbient)',\n colorNeutralShadowKey: 'var(--colorNeutralShadowKey)',\n colorNeutralShadowAmbientLighter: 'var(--colorNeutralShadowAmbientLighter)',\n colorNeutralShadowKeyLighter: 'var(--colorNeutralShadowKeyLighter)',\n colorNeutralShadowAmbientDarker: 'var(--colorNeutralShadowAmbientDarker)',\n colorNeutralShadowKeyDarker: 'var(--colorNeutralShadowKeyDarker)',\n colorBrandShadowAmbient: 'var(--colorBrandShadowAmbient)',\n colorBrandShadowKey: 'var(--colorBrandShadowKey)',\n\n // Color palette tokens\n\n // Color palette red tokens\n colorPaletteRedBackground1: 'var(--colorPaletteRedBackground1)',\n colorPaletteRedBackground2: 'var(--colorPaletteRedBackground2)',\n colorPaletteRedBackground3: 'var(--colorPaletteRedBackground3)',\n colorPaletteRedBorderActive: 'var(--colorPaletteRedBorderActive)',\n colorPaletteRedBorder1: 'var(--colorPaletteRedBorder1)',\n colorPaletteRedBorder2: 'var(--colorPaletteRedBorder2)',\n colorPaletteRedForeground1: 'var(--colorPaletteRedForeground1)',\n colorPaletteRedForeground2: 'var(--colorPaletteRedForeground2)',\n colorPaletteRedForeground3: 'var(--colorPaletteRedForeground3)',\n colorPaletteRedForegroundInverted: 'var(--colorPaletteRedForegroundInverted)',\n\n // Color palette green tokens\n colorPaletteGreenBackground1: 'var(--colorPaletteGreenBackground1)',\n colorPaletteGreenBackground2: 'var(--colorPaletteGreenBackground2)',\n colorPaletteGreenBackground3: 'var(--colorPaletteGreenBackground3)',\n colorPaletteGreenBorderActive: 'var(--colorPaletteGreenBorderActive)',\n colorPaletteGreenBorder1: 'var(--colorPaletteGreenBorder1)',\n colorPaletteGreenBorder2: 'var(--colorPaletteGreenBorder2)',\n colorPaletteGreenForeground1: 'var(--colorPaletteGreenForeground1)',\n colorPaletteGreenForeground2: 'var(--colorPaletteGreenForeground2)',\n colorPaletteGreenForeground3: 'var(--colorPaletteGreenForeground3)',\n colorPaletteGreenForegroundInverted: 'var(--colorPaletteGreenForegroundInverted)',\n\n // Color palette dark orange tokens\n colorPaletteDarkOrangeBackground1: 'var(--colorPaletteDarkOrangeBackground1)',\n colorPaletteDarkOrangeBackground2: 'var(--colorPaletteDarkOrangeBackground2)',\n colorPaletteDarkOrangeBackground3: 'var(--colorPaletteDarkOrangeBackground3)',\n colorPaletteDarkOrangeBorderActive: 'var(--colorPaletteDarkOrangeBorderActive)',\n colorPaletteDarkOrangeBorder1: 'var(--colorPaletteDarkOrangeBorder1)',\n colorPaletteDarkOrangeBorder2: 'var(--colorPaletteDarkOrangeBorder2)',\n colorPaletteDarkOrangeForeground1: 'var(--colorPaletteDarkOrangeForeground1)',\n colorPaletteDarkOrangeForeground2: 'var(--colorPaletteDarkOrangeForeground2)',\n colorPaletteDarkOrangeForeground3: 'var(--colorPaletteDarkOrangeForeground3)',\n\n // Color palette yellow tokens\n colorPaletteYellowBackground1: 'var(--colorPaletteYellowBackground1)',\n colorPaletteYellowBackground2: 'var(--colorPaletteYellowBackground2)',\n colorPaletteYellowBackground3: 'var(--colorPaletteYellowBackground3)',\n colorPaletteYellowBorderActive: 'var(--colorPaletteYellowBorderActive)',\n colorPaletteYellowBorder1: 'var(--colorPaletteYellowBorder1)',\n colorPaletteYellowBorder2: 'var(--colorPaletteYellowBorder2)',\n colorPaletteYellowForeground1: 'var(--colorPaletteYellowForeground1)',\n colorPaletteYellowForeground2: 'var(--colorPaletteYellowForeground2)',\n colorPaletteYellowForeground3: 'var(--colorPaletteYellowForeground3)',\n colorPaletteYellowForegroundInverted: 'var(--colorPaletteYellowForegroundInverted)',\n\n // Color palette berry tokens\n colorPaletteBerryBackground1: 'var(--colorPaletteBerryBackground1)',\n colorPaletteBerryBackground2: 'var(--colorPaletteBerryBackground2)',\n colorPaletteBerryBackground3: 'var(--colorPaletteBerryBackground3)',\n colorPaletteBerryBorderActive: 'var(--colorPaletteBerryBorderActive)',\n colorPaletteBerryBorder1: 'var(--colorPaletteBerryBorder1)',\n colorPaletteBerryBorder2: 'var(--colorPaletteBerryBorder2)',\n colorPaletteBerryForeground1: 'var(--colorPaletteBerryForeground1)',\n colorPaletteBerryForeground2: 'var(--colorPaletteBerryForeground2)',\n colorPaletteBerryForeground3: 'var(--colorPaletteBerryForeground3)',\n\n // Color palette marigold tokens\n colorPaletteMarigoldBackground1: 'var(--colorPaletteMarigoldBackground1)',\n colorPaletteMarigoldBackground2: 'var(--colorPaletteMarigoldBackground2)',\n colorPaletteMarigoldBackground3: 'var(--colorPaletteMarigoldBackground3)',\n colorPaletteMarigoldBorderActive: 'var(--colorPaletteMarigoldBorderActive)',\n colorPaletteMarigoldBorder1: 'var(--colorPaletteMarigoldBorder1)',\n colorPaletteMarigoldBorder2: 'var(--colorPaletteMarigoldBorder2)',\n colorPaletteMarigoldForeground1: 'var(--colorPaletteMarigoldForeground1)',\n colorPaletteMarigoldForeground2: 'var(--colorPaletteMarigoldForeground2)',\n colorPaletteMarigoldForeground3: 'var(--colorPaletteMarigoldForeground3)',\n\n // Color palette light green tokens\n colorPaletteLightGreenBackground1: 'var(--colorPaletteLightGreenBackground1)',\n colorPaletteLightGreenBackground2: 'var(--colorPaletteLightGreenBackground2)',\n colorPaletteLightGreenBackground3: 'var(--colorPaletteLightGreenBackground3)',\n colorPaletteLightGreenBorderActive: 'var(--colorPaletteLightGreenBorderActive)',\n colorPaletteLightGreenBorder1: 'var(--colorPaletteLightGreenBorder1)',\n colorPaletteLightGreenBorder2: 'var(--colorPaletteLightGreenBorder2)',\n colorPaletteLightGreenForeground1: 'var(--colorPaletteLightGreenForeground1)',\n colorPaletteLightGreenForeground2: 'var(--colorPaletteLightGreenForeground2)',\n colorPaletteLightGreenForeground3: 'var(--colorPaletteLightGreenForeground3)',\n\n // Color palette anchor tokens\n colorPaletteAnchorBackground2: 'var(--colorPaletteAnchorBackground2)',\n colorPaletteAnchorBorderActive: 'var(--colorPaletteAnchorBorderActive)',\n colorPaletteAnchorForeground2: 'var(--colorPaletteAnchorForeground2)',\n\n // Color palette beige tokens\n colorPaletteBeigeBackground2: 'var(--colorPaletteBeigeBackground2)',\n colorPaletteBeigeBorderActive: 'var(--colorPaletteBeigeBorderActive)',\n colorPaletteBeigeForeground2: 'var(--colorPaletteBeigeForeground2)',\n\n // Color palette blue tokens\n colorPaletteBlueBackground2: 'var(--colorPaletteBlueBackground2)',\n colorPaletteBlueBorderActive: 'var(--colorPaletteBlueBorderActive)',\n colorPaletteBlueForeground2: 'var(--colorPaletteBlueForeground2)',\n\n // Color palette brass tokens\n colorPaletteBrassBackground2: 'var(--colorPaletteBrassBackground2)',\n colorPaletteBrassBorderActive: 'var(--colorPaletteBrassBorderActive)',\n colorPaletteBrassForeground2: 'var(--colorPaletteBrassForeground2)',\n\n // Color palette brown tokens\n colorPaletteBrownBackground2: 'var(--colorPaletteBrownBackground2)',\n colorPaletteBrownBorderActive: 'var(--colorPaletteBrownBorderActive)',\n colorPaletteBrownForeground2: 'var(--colorPaletteBrownForeground2)',\n\n // Color palette cornflower tokens\n colorPaletteCornflowerBackground2: 'var(--colorPaletteCornflowerBackground2)',\n colorPaletteCornflowerBorderActive: 'var(--colorPaletteCornflowerBorderActive)',\n colorPaletteCornflowerForeground2: 'var(--colorPaletteCornflowerForeground2)',\n\n // Color palette cranberry tokens\n colorPaletteCranberryBackground2: 'var(--colorPaletteCranberryBackground2)',\n colorPaletteCranberryBorderActive: 'var(--colorPaletteCranberryBorderActive)',\n colorPaletteCranberryForeground2: 'var(--colorPaletteCranberryForeground2)',\n\n // Color palette dark green tokens\n colorPaletteDarkGreenBackground2: 'var(--colorPaletteDarkGreenBackground2)',\n colorPaletteDarkGreenBorderActive: 'var(--colorPaletteDarkGreenBorderActive)',\n colorPaletteDarkGreenForeground2: 'var(--colorPaletteDarkGreenForeground2)',\n\n // Color palette dark red tokens\n colorPaletteDarkRedBackground2: 'var(--colorPaletteDarkRedBackground2)',\n colorPaletteDarkRedBorderActive: 'var(--colorPaletteDarkRedBorderActive)',\n colorPaletteDarkRedForeground2: 'var(--colorPaletteDarkRedForeground2)',\n\n // Color palette forest tokens\n colorPaletteForestBackground2: 'var(--colorPaletteForestBackground2)',\n colorPaletteForestBorderActive: 'var(--colorPaletteForestBorderActive)',\n colorPaletteForestForeground2: 'var(--colorPaletteForestForeground2)',\n\n // Color palette gold tokens\n colorPaletteGoldBackground2: 'var(--colorPaletteGoldBackground2)',\n colorPaletteGoldBorderActive: 'var(--colorPaletteGoldBorderActive)',\n colorPaletteGoldForeground2: 'var(--colorPaletteGoldForeground2)',\n\n // Color palette grape tokens\n colorPaletteGrapeBackground2: 'var(--colorPaletteGrapeBackground2)',\n colorPaletteGrapeBorderActive: 'var(--colorPaletteGrapeBorderActive)',\n colorPaletteGrapeForeground2: 'var(--colorPaletteGrapeForeground2)',\n\n // Color palette lavender tokens\n colorPaletteLavenderBackground2: 'var(--colorPaletteLavenderBackground2)',\n colorPaletteLavenderBorderActive: 'var(--colorPaletteLavenderBorderActive)',\n colorPaletteLavenderForeground2: 'var(--colorPaletteLavenderForeground2)',\n\n // Color palette light teal tokens\n colorPaletteLightTealBackground2: 'var(--colorPaletteLightTealBackground2)',\n colorPaletteLightTealBorderActive: 'var(--colorPaletteLightTealBorderActive)',\n colorPaletteLightTealForeground2: 'var(--colorPaletteLightTealForeground2)',\n\n // Color palette lilac tokens\n colorPaletteLilacBackground2: 'var(--colorPaletteLilacBackground2)',\n colorPaletteLilacBorderActive: 'var(--colorPaletteLilacBorderActive)',\n colorPaletteLilacForeground2: 'var(--colorPaletteLilacForeground2)',\n\n // Color palette magenta tokens\n colorPaletteMagentaBackground2: 'var(--colorPaletteMagentaBackground2)',\n colorPaletteMagentaBorderActive: 'var(--colorPaletteMagentaBorderActive)',\n colorPaletteMagentaForeground2: 'var(--colorPaletteMagentaForeground2)',\n\n // Color palette mink tokens\n colorPaletteMinkBackground2: 'var(--colorPaletteMinkBackground2)',\n colorPaletteMinkBorderActive: 'var(--colorPaletteMinkBorderActive)',\n colorPaletteMinkForeground2: 'var(--colorPaletteMinkForeground2)',\n\n // Color palette navy tokens\n colorPaletteNavyBackground2: 'var(--colorPaletteNavyBackground2)',\n colorPaletteNavyBorderActive: 'var(--colorPaletteNavyBorderActive)',\n colorPaletteNavyForeground2: 'var(--colorPaletteNavyForeground2)',\n\n // Color palette peach tokens\n colorPalettePeachBackground2: 'var(--colorPalettePeachBackground2)',\n colorPalettePeachBorderActive: 'var(--colorPalettePeachBorderActive)',\n colorPalettePeachForeground2: 'var(--colorPalettePeachForeground2)',\n\n // Color palette pink tokens\n colorPalettePinkBackground2: 'var(--colorPalettePinkBackground2)',\n colorPalettePinkBorderActive: 'var(--colorPalettePinkBorderActive)',\n colorPalettePinkForeground2: 'var(--colorPalettePinkForeground2)',\n\n // Color palette platinum tokens\n colorPalettePlatinumBackground2: 'var(--colorPalettePlatinumBackground2)',\n colorPalettePlatinumBorderActive: 'var(--colorPalettePlatinumBorderActive)',\n colorPalettePlatinumForeground2: 'var(--colorPalettePlatinumForeground2)',\n\n // Color palette plum tokens\n colorPalettePlumBackground2: 'var(--colorPalettePlumBackground2)',\n colorPalettePlumBorderActive: 'var(--colorPalettePlumBorderActive)',\n colorPalettePlumForeground2: 'var(--colorPalettePlumForeground2)',\n\n // Color palette pumpkin tokens\n colorPalettePumpkinBackground2: 'var(--colorPalettePumpkinBackground2)',\n colorPalettePumpkinBorderActive: 'var(--colorPalettePumpkinBorderActive)',\n colorPalettePumpkinForeground2: 'var(--colorPalettePumpkinForeground2)',\n\n // Color palette purple tokens\n colorPalettePurpleBackground2: 'var(--colorPalettePurpleBackground2)',\n colorPalettePurpleBorderActive: 'var(--colorPalettePurpleBorderActive)',\n colorPalettePurpleForeground2: 'var(--colorPalettePurpleForeground2)',\n\n // Color palette royal blue tokens\n colorPaletteRoyalBlueBackground2: 'var(--colorPaletteRoyalBlueBackground2)',\n colorPaletteRoyalBlueBorderActive: 'var(--colorPaletteRoyalBlueBorderActive)',\n colorPaletteRoyalBlueForeground2: 'var(--colorPaletteRoyalBlueForeground2)',\n\n // Color palette seafoam tokens\n colorPaletteSeafoamBackground2: 'var(--colorPaletteSeafoamBackground2)',\n colorPaletteSeafoamBorderActive: 'var(--colorPaletteSeafoamBorderActive)',\n colorPaletteSeafoamForeground2: 'var(--colorPaletteSeafoamForeground2)',\n\n // Color palette steel tokens\n colorPaletteSteelBackground2: 'var(--colorPaletteSteelBackground2)',\n colorPaletteSteelBorderActive: 'var(--colorPaletteSteelBorderActive)',\n colorPaletteSteelForeground2: 'var(--colorPaletteSteelForeground2)',\n\n // Color palette teal tokens\n colorPaletteTealBackground2: 'var(--colorPaletteTealBackground2)',\n colorPaletteTealBorderActive: 'var(--colorPaletteTealBorderActive)',\n colorPaletteTealForeground2: 'var(--colorPaletteTealForeground2)',\n\n // Color status success tokens\n colorStatusSuccessBackground1: 'var(--colorStatusSuccessBackground1)',\n colorStatusSuccessBackground2: 'var(--colorStatusSuccessBackground2)',\n colorStatusSuccessBackground3: 'var(--colorStatusSuccessBackground3)',\n colorStatusSuccessForeground1: 'var(--colorStatusSuccessForeground1)',\n colorStatusSuccessForeground2: 'var(--colorStatusSuccessForeground2)',\n colorStatusSuccessForeground3: 'var(--colorStatusSuccessForeground3)',\n colorStatusSuccessForegroundInverted: 'var(--colorStatusSuccessForegroundInverted)',\n colorStatusSuccessBorderActive: 'var(--colorStatusSuccessBorderActive)',\n colorStatusSuccessBorder1: 'var(--colorStatusSuccessBorder1)',\n colorStatusSuccessBorder2: 'var(--colorStatusSuccessBorder2)',\n\n // Color status warning tokens\n colorStatusWarningBackground1: 'var(--colorStatusWarningBackground1)',\n colorStatusWarningBackground2: 'var(--colorStatusWarningBackground2)',\n colorStatusWarningBackground3: 'var(--colorStatusWarningBackground3)',\n colorStatusWarningForeground1: 'var(--colorStatusWarningForeground1)',\n colorStatusWarningForeground2: 'var(--colorStatusWarningForeground2)',\n colorStatusWarningForeground3: 'var(--colorStatusWarningForeground3)',\n colorStatusWarningForegroundInverted: 'var(--colorStatusWarningForegroundInverted)',\n colorStatusWarningBorderActive: 'var(--colorStatusWarningBorderActive)',\n colorStatusWarningBorder1: 'var(--colorStatusWarningBorder1)',\n colorStatusWarningBorder2: 'var(--colorStatusWarningBorder2)',\n\n // Color status danger tokens\n colorStatusDangerBackground1: 'var(--colorStatusDangerBackground1)',\n colorStatusDangerBackground2: 'var(--colorStatusDangerBackground2)',\n colorStatusDangerBackground3: 'var(--colorStatusDangerBackground3)',\n colorStatusDangerBackground3Hover: 'var(--colorStatusDangerBackground3Hover)',\n colorStatusDangerBackground3Pressed: 'var(--colorStatusDangerBackground3Pressed)',\n colorStatusDangerForeground1: 'var(--colorStatusDangerForeground1)',\n colorStatusDangerForeground2: 'var(--colorStatusDangerForeground2)',\n colorStatusDangerForeground3: 'var(--colorStatusDangerForeground3)',\n colorStatusDangerForegroundInverted: 'var(--colorStatusDangerForegroundInverted)',\n colorStatusDangerBorderActive: 'var(--colorStatusDangerBorderActive)',\n colorStatusDangerBorder1: 'var(--colorStatusDangerBorder1)',\n colorStatusDangerBorder2: 'var(--colorStatusDangerBorder2)',\n\n // Border radius tokens\n borderRadiusNone: 'var(--borderRadiusNone)',\n borderRadiusSmall: 'var(--borderRadiusSmall)',\n borderRadiusMedium: 'var(--borderRadiusMedium)',\n borderRadiusLarge: 'var(--borderRadiusLarge)',\n borderRadiusXLarge: 'var(--borderRadiusXLarge)',\n borderRadius2XLarge: 'var(--borderRadius2XLarge)',\n borderRadius3XLarge: 'var(--borderRadius3XLarge)',\n borderRadius4XLarge: 'var(--borderRadius4XLarge)',\n borderRadius5XLarge: 'var(--borderRadius5XLarge)',\n borderRadius6XLarge: 'var(--borderRadius6XLarge)',\n borderRadiusCircular: 'var(--borderRadiusCircular)',\n\n // Font family tokens\n fontFamilyBase: 'var(--fontFamilyBase)',\n fontFamilyMonospace: 'var(--fontFamilyMonospace)',\n fontFamilyNumeric: 'var(--fontFamilyNumeric)',\n\n // Font size tokens\n fontSizeBase100: 'var(--fontSizeBase100)',\n fontSizeBase200: 'var(--fontSizeBase200)',\n fontSizeBase300: 'var(--fontSizeBase300)',\n fontSizeBase400: 'var(--fontSizeBase400)',\n fontSizeBase500: 'var(--fontSizeBase500)',\n fontSizeBase600: 'var(--fontSizeBase600)',\n fontSizeHero700: 'var(--fontSizeHero700)',\n fontSizeHero800: 'var(--fontSizeHero800)',\n fontSizeHero900: 'var(--fontSizeHero900)',\n fontSizeHero1000: 'var(--fontSizeHero1000)',\n\n // Font weight tokens\n fontWeightRegular: 'var(--fontWeightRegular)',\n fontWeightMedium: 'var(--fontWeightMedium)',\n fontWeightSemibold: 'var(--fontWeightSemibold)',\n fontWeightBold: 'var(--fontWeightBold)',\n\n // Line height tokens\n lineHeightBase100: 'var(--lineHeightBase100)',\n lineHeightBase200: 'var(--lineHeightBase200)',\n lineHeightBase300: 'var(--lineHeightBase300)',\n lineHeightBase400: 'var(--lineHeightBase400)',\n lineHeightBase500: 'var(--lineHeightBase500)',\n lineHeightBase600: 'var(--lineHeightBase600)',\n lineHeightHero700: 'var(--lineHeightHero700)',\n lineHeightHero800: 'var(--lineHeightHero800)',\n lineHeightHero900: 'var(--lineHeightHero900)',\n lineHeightHero1000: 'var(--lineHeightHero1000)',\n\n // Shadow tokens\n shadow2: 'var(--shadow2)',\n shadow4: 'var(--shadow4)',\n shadow8: 'var(--shadow8)',\n shadow16: 'var(--shadow16)',\n shadow28: 'var(--shadow28)',\n shadow64: 'var(--shadow64)',\n\n // Shadow brand tokens\n shadow2Brand: 'var(--shadow2Brand)',\n shadow4Brand: 'var(--shadow4Brand)',\n shadow8Brand: 'var(--shadow8Brand)',\n shadow16Brand: 'var(--shadow16Brand)',\n shadow28Brand: 'var(--shadow28Brand)',\n shadow64Brand: 'var(--shadow64Brand)',\n\n // Stroke width tokens\n strokeWidthThin: 'var(--strokeWidthThin)',\n strokeWidthThick: 'var(--strokeWidthThick)',\n strokeWidthThicker: 'var(--strokeWidthThicker)',\n strokeWidthThickest: 'var(--strokeWidthThickest)',\n\n // Spacings\n spacingHorizontalNone: 'var(--spacingHorizontalNone)',\n spacingHorizontalXXS: 'var(--spacingHorizontalXXS)',\n spacingHorizontalXS: 'var(--spacingHorizontalXS)',\n spacingHorizontalSNudge: 'var(--spacingHorizontalSNudge)',\n spacingHorizontalS: 'var(--spacingHorizontalS)',\n spacingHorizontalMNudge: 'var(--spacingHorizontalMNudge)',\n spacingHorizontalM: 'var(--spacingHorizontalM)',\n spacingHorizontalL: 'var(--spacingHorizontalL)',\n spacingHorizontalXL: 'var(--spacingHorizontalXL)',\n spacingHorizontalXXL: 'var(--spacingHorizontalXXL)',\n spacingHorizontalXXXL: 'var(--spacingHorizontalXXXL)',\n\n spacingVerticalNone: 'var(--spacingVerticalNone)',\n spacingVerticalXXS: 'var(--spacingVerticalXXS)',\n spacingVerticalXS: 'var(--spacingVerticalXS)',\n spacingVerticalSNudge: 'var(--spacingVerticalSNudge)',\n spacingVerticalS: 'var(--spacingVerticalS)',\n spacingVerticalMNudge: 'var(--spacingVerticalMNudge)',\n spacingVerticalM: 'var(--spacingVerticalM)',\n spacingVerticalL: 'var(--spacingVerticalL)',\n spacingVerticalXL: 'var(--spacingVerticalXL)',\n spacingVerticalXXL: 'var(--spacingVerticalXXL)',\n spacingVerticalXXXL: 'var(--spacingVerticalXXXL)',\n\n // Durations\n durationUltraFast: 'var(--durationUltraFast)',\n durationFaster: 'var(--durationFaster)',\n durationFast: 'var(--durationFast)',\n durationNormal: 'var(--durationNormal)',\n durationGentle: 'var(--durationGentle)',\n durationSlow: 'var(--durationSlow)',\n durationSlower: 'var(--durationSlower)',\n durationUltraSlow: 'var(--durationUltraSlow)',\n\n // Curves\n curveAccelerateMax: 'var(--curveAccelerateMax)',\n curveAccelerateMid: 'var(--curveAccelerateMid)',\n curveAccelerateMin: 'var(--curveAccelerateMin)',\n curveDecelerateMax: 'var(--curveDecelerateMax)',\n curveDecelerateMid: 'var(--curveDecelerateMid)',\n curveDecelerateMin: 'var(--curveDecelerateMin)',\n curveEasyEaseMax: 'var(--curveEasyEaseMax)',\n curveEasyEase: 'var(--curveEasyEase)',\n curveLinear: 'var(--curveLinear)',\n\n /**\n * ZIndexes\n * Special case where the tokens contain default values\n * ZIndexes are not mandatory, so they are not included in the theme, but can be used as tokens with default values\n */\n\n /**\n * Elevation 0\n * Can be used for background elements, like surfaces\n */\n zIndexBackground: 'var(--zIndexBackground, 0)',\n\n /**\n * Elevation 2\n * Can be used content that is on top of the background, like cards\n */\n zIndexContent: 'var(--zIndexContent, 1)',\n\n /**\n * Elevation 4\n * Can be used for overlays, like the backdrop of a modal\n */\n zIndexOverlay: 'var(--zIndexOverlay, 1000)',\n\n /**\n * Elevation 8\n * Can be used for popups, like modals and drawers\n */\n zIndexPopup: 'var(--zIndexPopup, 2000)',\n\n /**\n * Elevation 16\n * Can be used for messages, like snackbars and toasts\n */\n zIndexMessages: 'var(--zIndexMessages, 3000)',\n\n /**\n * Elevation 28\n * Can be used for floating elements, like dropdowns\n */\n zIndexFloating: 'var(--zIndexFloating, 4000)',\n\n /**\n * Elevation 64\n * Can be used for high priority floating elements, like tooltips\n */\n zIndexPriority: 'var(--zIndexPriority, 5000)',\n\n /**\n * Special elevation\n * Can be used for elements that need to be above everything else, like debug overlays\n */\n zIndexDebug: 'var(--zIndexDebug, 6000)',\n};\n"],"names":["tokens","colorNeutralForeground1","colorNeutralForeground1Hover","colorNeutralForeground1Pressed","colorNeutralForeground1Selected","colorNeutralForeground2","colorNeutralForeground2Hover","colorNeutralForeground2Pressed","colorNeutralForeground2Selected","colorNeutralForeground2BrandHover","colorNeutralForeground2BrandPressed","colorNeutralForeground2BrandSelected","colorNeutralForeground3","colorNeutralForeground3Hover","colorNeutralForeground3Pressed","colorNeutralForeground3Selected","colorNeutralForeground3BrandHover","colorNeutralForeground3BrandPressed","colorNeutralForeground3BrandSelected","colorNeutralForeground4","colorNeutralForeground5","colorNeutralForeground5Hover","colorNeutralForeground5Pressed","colorNeutralForeground5Selected","colorNeutralForegroundDisabled","colorBrandForegroundLink","colorBrandForegroundLinkHover","colorBrandForegroundLinkPressed","colorBrandForegroundLinkSelected","colorNeutralForeground2Link","colorNeutralForeground2LinkHover","colorNeutralForeground2LinkPressed","colorNeutralForeground2LinkSelected","colorCompoundBrandForeground1","colorCompoundBrandForeground1Hover","colorCompoundBrandForeground1Pressed","colorNeutralForegroundOnBrand","colorNeutralForegroundInverted","colorNeutralForegroundInvertedHover","colorNeutralForegroundInvertedPressed","colorNeutralForegroundInvertedSelected","colorNeutralForegroundInverted2","colorNeutralForegroundStaticInverted","colorNeutralForegroundInvertedLink","colorNeutralForegroundInvertedLinkHover","colorNeutralForegroundInvertedLinkPressed","colorNeutralForegroundInvertedLinkSelected","colorNeutralForegroundInvertedDisabled","colorBrandForeground1","colorBrandForeground2","colorBrandForeground2Hover","colorBrandForeground2Pressed","colorNeutralForeground1Static","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","colorNeutralBackground5Selected","colorNeutralBackground6","colorNeutralBackground7","colorNeutralBackground7Hover","colorNeutralBackground7Pressed","colorNeutralBackground7Selected","colorNeutralBackground8","colorNeutralBackgroundInverted","colorNeutralBackgroundInvertedHover","colorNeutralBackgroundInvertedPressed","colorNeutralBackgroundInvertedSelected","colorNeutralBackgroundStatic","colorNeutralBackgroundAlpha","colorNeutralBackgroundAlpha2","colorSubtleBackground","colorSubtleBackgroundHover","colorSubtleBackgroundPressed","colorSubtleBackgroundSelected","colorSubtleBackgroundLightAlphaHover","colorSubtleBackgroundLightAlphaPressed","colorSubtleBackgroundLightAlphaSelected","colorSubtleBackgroundInverted","colorSubtleBackgroundInvertedHover","colorSubtleBackgroundInvertedPressed","colorSubtleBackgroundInvertedSelected","colorTransparentBackground","colorTransparentBackgroundHover","colorTransparentBackgroundPressed","colorTransparentBackgroundSelected","colorNeutralBackgroundDisabled","colorNeutralBackgroundDisabled2","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","colorNeutralStroke4","colorNeutralStroke4Hover","colorNeutralStroke4Pressed","colorNeutralStroke4Selected","colorNeutralStrokeSubtle","colorNeutralStrokeOnBrand","colorNeutralStrokeOnBrand2","colorNeutralStrokeOnBrand2Hover","colorNeutralStrokeOnBrand2Pressed","colorNeutralStrokeOnBrand2Selected","colorBrandStroke1","colorBrandStroke2","colorBrandStroke2Hover","colorBrandStroke2Pressed","colorBrandStroke2Contrast","colorCompoundBrandStroke","colorCompoundBrandStrokeHover","colorCompoundBrandStrokePressed","colorNeutralStrokeDisabled","colorNeutralStrokeDisabled2","colorNeutralStrokeInvertedDisabled","colorTransparentStroke","colorTransparentStrokeInteractive","colorTransparentStrokeDisabled","colorNeutralStrokeAlpha","colorNeutralStrokeAlpha2","colorStrokeFocus1","colorStrokeFocus2","colorNeutralShadowAmbient","colorNeutralShadowKey","colorNeutralShadowAmbientLighter","colorNeutralShadowKeyLighter","colorNeutralShadowAmbientDarker","colorNeutralShadowKeyDarker","colorBrandShadowAmbient","colorBrandShadowKey","colorPaletteRedBackground1","colorPaletteRedBackground2","colorPaletteRedBackground3","colorPaletteRedBorderActive","colorPaletteRedBorder1","colorPaletteRedBorder2","colorPaletteRedForeground1","colorPaletteRedForeground2","colorPaletteRedForeground3","colorPaletteRedForegroundInverted","colorPaletteGreenBackground1","colorPaletteGreenBackground2","colorPaletteGreenBackground3","colorPaletteGreenBorderActive","colorPaletteGreenBorder1","colorPaletteGreenBorder2","colorPaletteGreenForeground1","colorPaletteGreenForeground2","colorPaletteGreenForeground3","colorPaletteGreenForegroundInverted","colorPaletteDarkOrangeBackground1","colorPaletteDarkOrangeBackground2","colorPaletteDarkOrangeBackground3","colorPaletteDarkOrangeBorderActive","colorPaletteDarkOrangeBorder1","colorPaletteDarkOrangeBorder2","colorPaletteDarkOrangeForeground1","colorPaletteDarkOrangeForeground2","colorPaletteDarkOrangeForeground3","colorPaletteYellowBackground1","colorPaletteYellowBackground2","colorPaletteYellowBackground3","colorPaletteYellowBorderActive","colorPaletteYellowBorder1","colorPaletteYellowBorder2","colorPaletteYellowForeground1","colorPaletteYellowForeground2","colorPaletteYellowForeground3","colorPaletteYellowForegroundInverted","colorPaletteBerryBackground1","colorPaletteBerryBackground2","colorPaletteBerryBackground3","colorPaletteBerryBorderActive","colorPaletteBerryBorder1","colorPaletteBerryBorder2","colorPaletteBerryForeground1","colorPaletteBerryForeground2","colorPaletteBerryForeground3","colorPaletteMarigoldBackground1","colorPaletteMarigoldBackground2","colorPaletteMarigoldBackground3","colorPaletteMarigoldBorderActive","colorPaletteMarigoldBorder1","colorPaletteMarigoldBorder2","colorPaletteMarigoldForeground1","colorPaletteMarigoldForeground2","colorPaletteMarigoldForeground3","colorPaletteLightGreenBackground1","colorPaletteLightGreenBackground2","colorPaletteLightGreenBackground3","colorPaletteLightGreenBorderActive","colorPaletteLightGreenBorder1","colorPaletteLightGreenBorder2","colorPaletteLightGreenForeground1","colorPaletteLightGreenForeground2","colorPaletteLightGreenForeground3","colorPaletteAnchorBackground2","colorPaletteAnchorBorderActive","colorPaletteAnchorForeground2","colorPaletteBeigeBackground2","colorPaletteBeigeBorderActive","colorPaletteBeigeForeground2","colorPaletteBlueBackground2","colorPaletteBlueBorderActive","colorPaletteBlueForeground2","colorPaletteBrassBackground2","colorPaletteBrassBorderActive","colorPaletteBrassForeground2","colorPaletteBrownBackground2","colorPaletteBrownBorderActive","colorPaletteBrownForeground2","colorPaletteCornflowerBackground2","colorPaletteCornflowerBorderActive","colorPaletteCornflowerForeground2","colorPaletteCranberryBackground2","colorPaletteCranberryBorderActive","colorPaletteCranberryForeground2","colorPaletteDarkGreenBackground2","colorPaletteDarkGreenBorderActive","colorPaletteDarkGreenForeground2","colorPaletteDarkRedBackground2","colorPaletteDarkRedBorderActive","colorPaletteDarkRedForeground2","colorPaletteForestBackground2","colorPaletteForestBorderActive","colorPaletteForestForeground2","colorPaletteGoldBackground2","colorPaletteGoldBorderActive","colorPaletteGoldForeground2","colorPaletteGrapeBackground2","colorPaletteGrapeBorderActive","colorPaletteGrapeForeground2","colorPaletteLavenderBackground2","colorPaletteLavenderBorderActive","colorPaletteLavenderForeground2","colorPaletteLightTealBackground2","colorPaletteLightTealBorderActive","colorPaletteLightTealForeground2","colorPaletteLilacBackground2","colorPaletteLilacBorderActive","colorPaletteLilacForeground2","colorPaletteMagentaBackground2","colorPaletteMagentaBorderActive","colorPaletteMagentaForeground2","colorPaletteMinkBackground2","colorPaletteMinkBorderActive","colorPaletteMinkForeground2","colorPaletteNavyBackground2","colorPaletteNavyBorderActive","colorPaletteNavyForeground2","colorPalettePeachBackground2","colorPalettePeachBorderActive","colorPalettePeachForeground2","colorPalettePinkBackground2","colorPalettePinkBorderActive","colorPalettePinkForeground2","colorPalettePlatinumBackground2","colorPalettePlatinumBorderActive","colorPalettePlatinumForeground2","colorPalettePlumBackground2","colorPalettePlumBorderActive","colorPalettePlumForeground2","colorPalettePumpkinBackground2","colorPalettePumpkinBorderActive","colorPalettePumpkinForeground2","colorPalettePurpleBackground2","colorPalettePurpleBorderActive","colorPalettePurpleForeground2","colorPaletteRoyalBlueBackground2","colorPaletteRoyalBlueBorderActive","colorPaletteRoyalBlueForeground2","colorPaletteSeafoamBackground2","colorPaletteSeafoamBorderActive","colorPaletteSeafoamForeground2","colorPaletteSteelBackground2","colorPaletteSteelBorderActive","colorPaletteSteelForeground2","colorPaletteTealBackground2","colorPaletteTealBorderActive","colorPaletteTealForeground2","colorStatusSuccessBackground1","colorStatusSuccessBackground2","colorStatusSuccessBackground3","colorStatusSuccessForeground1","colorStatusSuccessForeground2","colorStatusSuccessForeground3","colorStatusSuccessForegroundInverted","colorStatusSuccessBorderActive","colorStatusSuccessBorder1","colorStatusSuccessBorder2","colorStatusWarningBackground1","colorStatusWarningBackground2","colorStatusWarningBackground3","colorStatusWarningForeground1","colorStatusWarningForeground2","colorStatusWarningForeground3","colorStatusWarningForegroundInverted","colorStatusWarningBorderActive","colorStatusWarningBorder1","colorStatusWarningBorder2","colorStatusDangerBackground1","colorStatusDangerBackground2","colorStatusDangerBackground3","colorStatusDangerBackground3Hover","colorStatusDangerBackground3Pressed","colorStatusDangerForeground1","colorStatusDangerForeground2","colorStatusDangerForeground3","colorStatusDangerForegroundInverted","colorStatusDangerBorderActive","colorStatusDangerBorder1","colorStatusDangerBorder2","borderRadiusNone","borderRadiusSmall","borderRadiusMedium","borderRadiusLarge","borderRadiusXLarge","borderRadius2XLarge","borderRadius3XLarge","borderRadius4XLarge","borderRadius5XLarge","borderRadius6XLarge","borderRadiusCircular","fontFamilyBase","fontFamilyMonospace","fontFamilyNumeric","fontSizeBase100","fontSizeBase200","fontSizeBase300","fontSizeBase400","fontSizeBase500","fontSizeBase600","fontSizeHero700","fontSizeHero800","fontSizeHero900","fontSizeHero1000","fontWeightRegular","fontWeightMedium","fontWeightSemibold","fontWeightBold","lineHeightBase100","lineHeightBase200","lineHeightBase300","lineHeightBase400","lineHeightBase500","lineHeightBase600","lineHeightHero700","lineHeightHero800","lineHeightHero900","lineHeightHero1000","shadow2","shadow4","shadow8","shadow16","shadow28","shadow64","shadow2Brand","shadow4Brand","shadow8Brand","shadow16Brand","shadow28Brand","shadow64Brand","strokeWidthThin","strokeWidthThick","strokeWidthThicker","strokeWidthThickest","spacingHorizontalNone","spacingHorizontalXXS","spacingHorizontalXS","spacingHorizontalSNudge","spacingHorizontalS","spacingHorizontalMNudge","spacingHorizontalM","spacingHorizontalL","spacingHorizontalXL","spacingHorizontalXXL","spacingHorizontalXXXL","spacingVerticalNone","spacingVerticalXXS","spacingVerticalXS","spacingVerticalSNudge","spacingVerticalS","spacingVerticalMNudge","spacingVerticalM","spacingVerticalL","spacingVerticalXL","spacingVerticalXXL","spacingVerticalXXXL","durationUltraFast","durationFaster","durationFast","durationNormal","durationGentle","durationSlow","durationSlower","durationUltraSlow","curveAccelerateMax","curveAccelerateMid","curveAccelerateMin","curveDecelerateMax","curveDecelerateMid","curveDecelerateMin","curveEasyEaseMax","curveEasyEase","curveLinear","zIndexBackground","zIndexContent","zIndexOverlay","zIndexPopup","zIndexMessages","zIndexFloating","zIndexPriority","zIndexDebug"],"mappings":"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"}
package/lib/types.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/types.ts"],"sourcesContent":["import {\n statusSharedColorNames,\n personaSharedColorNames,\n unusedSharedColorNames,\n mappedStatusColorNames,\n} 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 colorBrandForeground2Hover: string;\n colorBrandForeground2Pressed: 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 colorBrandBackground2Hover: string;\n colorBrandBackground2Pressed: string;\n colorBrandBackground3Static: string;\n colorBrandBackground4Static: string;\n colorBrandBackgroundInverted: string;\n colorBrandBackgroundInvertedHover: string;\n colorBrandBackgroundInvertedPressed: string;\n colorBrandBackgroundInvertedSelected: string;\n colorNeutralCardBackground: string;\n colorNeutralCardBackgroundHover: string;\n colorNeutralCardBackgroundPressed: string;\n colorNeutralCardBackgroundSelected: string;\n colorNeutralCardBackgroundDisabled: 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 colorNeutralStrokeSubtle: string;\n colorNeutralStrokeOnBrand: string;\n colorNeutralStrokeOnBrand2: string;\n colorNeutralStrokeOnBrand2Hover: string;\n colorNeutralStrokeOnBrand2Pressed: string;\n colorNeutralStrokeOnBrand2Selected: string;\n colorBrandStroke1: string;\n colorBrandStroke2: string;\n colorBrandStroke2Hover: string;\n colorBrandStroke2Pressed: string;\n colorBrandStroke2Contrast: 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 colorNeutralStrokeAlpha2: 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 ColorStatusSuccess =\n | 'colorStatusSuccessBackground1'\n | 'colorStatusSuccessBackground2'\n | 'colorStatusSuccessBackground3'\n | 'colorStatusSuccessForeground1'\n | 'colorStatusSuccessForeground2'\n | 'colorStatusSuccessForeground3'\n | 'colorStatusSuccessForegroundInverted'\n | 'colorStatusSuccessBorderActive'\n | 'colorStatusSuccessBorder1'\n | 'colorStatusSuccessBorder2';\n\nexport type ColorStatusWarning =\n | 'colorStatusWarningBackground1'\n | 'colorStatusWarningBackground2'\n | 'colorStatusWarningBackground3'\n | 'colorStatusWarningForeground1'\n | 'colorStatusWarningForeground2'\n | 'colorStatusWarningForeground3'\n | 'colorStatusWarningForegroundInverted'\n | 'colorStatusWarningBorderActive'\n | 'colorStatusWarningBorder1'\n | 'colorStatusWarningBorder2';\n\nexport type ColorStatusDanger =\n | 'colorStatusDangerBackground1'\n | 'colorStatusDangerBackground2'\n | 'colorStatusDangerBackground3'\n | 'colorStatusDangerBackground3Hover'\n | 'colorStatusDangerBackground3Pressed'\n | 'colorStatusDangerForeground1'\n | 'colorStatusDangerForeground2'\n | 'colorStatusDangerForeground3'\n | 'colorStatusDangerForegroundInverted'\n | 'colorStatusDangerBorderActive'\n | 'colorStatusDangerBorder1'\n | 'colorStatusDangerBorder2';\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 ColorStatusTokens = Record<ColorStatusSuccess | ColorStatusWarning | ColorStatusDanger, string>;\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];\nexport type MappedStatusColorNames = (typeof mappedStatusColorNames)[number];\ntype UnusedSharedColorNames = (typeof unusedSharedColorNames)[number];\n\nexport type StatusSharedColors = Record<StatusSharedColorNames, ColorVariants>;\nexport type PersonaSharedColors = Record<PersonaSharedColorNames, ColorVariants>;\nexport type MappedStatusColors = Record<MappedStatusColorNames, 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 durationGentle: 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 z-index groups and levels\n */\nexport type ZIndexTokens = {\n zIndexBackground?: string;\n zIndexContent?: string;\n zIndexOverlay?: string;\n zIndexPopup?: string;\n zIndexMessages?: string;\n zIndexFloating?: string;\n zIndexPriority?: string;\n zIndexDebug?: 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 ColorStatusTokens &\n ColorTokens &\n ZIndexTokens;\n\nexport type PartialTheme = Partial<Theme>;\n"],"names":[],"mappings":"AAwxBA,WAA0C"}
1
+ {"version":3,"sources":["../src/types.ts"],"sourcesContent":["import type {\n statusSharedColorNames,\n personaSharedColorNames,\n unusedSharedColorNames,\n mappedStatusColorNames,\n} 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 colorNeutralForeground5: string;\n colorNeutralForeground5Hover: string;\n colorNeutralForeground5Pressed: string;\n colorNeutralForeground5Selected: 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 colorBrandForeground2Hover: string;\n colorBrandForeground2Pressed: 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 colorNeutralBackground7: string;\n colorNeutralBackground7Hover: string;\n colorNeutralBackground7Pressed: string;\n colorNeutralBackground7Selected: string;\n colorNeutralBackground8: string;\n colorNeutralBackgroundInverted: string;\n colorNeutralBackgroundInvertedHover: string;\n colorNeutralBackgroundInvertedPressed: string;\n colorNeutralBackgroundInvertedSelected: 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 colorNeutralBackgroundDisabled2: 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 colorBrandBackground2Hover: string;\n colorBrandBackground2Pressed: string;\n colorBrandBackground3Static: string;\n colorBrandBackground4Static: string;\n colorBrandBackgroundInverted: string;\n colorBrandBackgroundInvertedHover: string;\n colorBrandBackgroundInvertedPressed: string;\n colorBrandBackgroundInvertedSelected: string;\n colorNeutralCardBackground: string;\n colorNeutralCardBackgroundHover: string;\n colorNeutralCardBackgroundPressed: string;\n colorNeutralCardBackgroundSelected: string;\n colorNeutralCardBackgroundDisabled: 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 colorNeutralStroke4: string;\n colorNeutralStroke4Hover: string;\n colorNeutralStroke4Pressed: string;\n colorNeutralStroke4Selected: string;\n colorNeutralStrokeSubtle: string;\n colorNeutralStrokeOnBrand: string;\n colorNeutralStrokeOnBrand2: string;\n colorNeutralStrokeOnBrand2Hover: string;\n colorNeutralStrokeOnBrand2Pressed: string;\n colorNeutralStrokeOnBrand2Selected: string;\n colorBrandStroke1: string;\n colorBrandStroke2: string;\n colorBrandStroke2Hover: string;\n colorBrandStroke2Pressed: string;\n colorBrandStroke2Contrast: string;\n colorCompoundBrandStroke: string;\n colorCompoundBrandStrokeHover: string;\n colorCompoundBrandStrokePressed: string;\n colorNeutralStrokeDisabled: string;\n colorNeutralStrokeDisabled2: string;\n colorNeutralStrokeInvertedDisabled: string;\n colorTransparentStroke: string;\n colorTransparentStrokeInteractive: string;\n colorTransparentStrokeDisabled: string;\n colorNeutralStrokeAlpha: string;\n colorNeutralStrokeAlpha2: 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 ColorStatusSuccess =\n | 'colorStatusSuccessBackground1'\n | 'colorStatusSuccessBackground2'\n | 'colorStatusSuccessBackground3'\n | 'colorStatusSuccessForeground1'\n | 'colorStatusSuccessForeground2'\n | 'colorStatusSuccessForeground3'\n | 'colorStatusSuccessForegroundInverted'\n | 'colorStatusSuccessBorderActive'\n | 'colorStatusSuccessBorder1'\n | 'colorStatusSuccessBorder2';\n\nexport type ColorStatusWarning =\n | 'colorStatusWarningBackground1'\n | 'colorStatusWarningBackground2'\n | 'colorStatusWarningBackground3'\n | 'colorStatusWarningForeground1'\n | 'colorStatusWarningForeground2'\n | 'colorStatusWarningForeground3'\n | 'colorStatusWarningForegroundInverted'\n | 'colorStatusWarningBorderActive'\n | 'colorStatusWarningBorder1'\n | 'colorStatusWarningBorder2';\n\nexport type ColorStatusDanger =\n | 'colorStatusDangerBackground1'\n | 'colorStatusDangerBackground2'\n | 'colorStatusDangerBackground3'\n | 'colorStatusDangerBackground3Hover'\n | 'colorStatusDangerBackground3Pressed'\n | 'colorStatusDangerForeground1'\n | 'colorStatusDangerForeground2'\n | 'colorStatusDangerForeground3'\n | 'colorStatusDangerForegroundInverted'\n | 'colorStatusDangerBorderActive'\n | 'colorStatusDangerBorder1'\n | 'colorStatusDangerBorder2';\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 ColorStatusTokens = Record<ColorStatusSuccess | ColorStatusWarning | ColorStatusDanger, string>;\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];\nexport type MappedStatusColorNames = (typeof mappedStatusColorNames)[number];\ntype UnusedSharedColorNames = (typeof unusedSharedColorNames)[number];\n\nexport type StatusSharedColors = Record<StatusSharedColorNames, ColorVariants>;\nexport type PersonaSharedColors = Record<PersonaSharedColorNames, ColorVariants>;\nexport type MappedStatusColors = Record<MappedStatusColorNames, 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 borderRadius2XLarge: string;\n borderRadius3XLarge: string;\n borderRadius4XLarge: string;\n borderRadius5XLarge: string;\n borderRadius6XLarge: 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 durationGentle: 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 z-index groups and levels\n */\nexport type ZIndexTokens = {\n zIndexBackground?: string;\n zIndexContent?: string;\n zIndexOverlay?: string;\n zIndexPopup?: string;\n zIndexMessages?: string;\n zIndexFloating?: string;\n zIndexPriority?: string;\n zIndexDebug?: 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 | 99;\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 ColorStatusTokens &\n ColorTokens &\n ZIndexTokens;\n\nexport type PartialTheme = Partial<Theme>;\n"],"names":[],"mappings":"AAgzBA,WAA0C"}
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "generateColorTokens", {
8
8
  return generateColorTokens;
9
9
  }
10
10
  });
11
- const _colors = require("../global/colors.js");
11
+ const _colors = require("../global/colors.cjs");
12
12
  const generateColorTokens = (brand)=>({
13
13
  colorNeutralForeground1: _colors.white,
14
14
  colorNeutralForeground1Hover: _colors.white,
@@ -29,6 +29,10 @@ const generateColorTokens = (brand)=>({
29
29
  colorNeutralForeground3BrandPressed: brand[90],
30
30
  colorNeutralForeground3BrandSelected: brand[100],
31
31
  colorNeutralForeground4: _colors.grey[60],
32
+ colorNeutralForeground5: _colors.grey[68],
33
+ colorNeutralForeground5Hover: _colors.white,
34
+ colorNeutralForeground5Pressed: _colors.white,
35
+ colorNeutralForeground5Selected: _colors.white,
32
36
  colorNeutralForegroundDisabled: _colors.grey[36],
33
37
  colorNeutralForegroundInvertedDisabled: _colors.whiteAlpha[40],
34
38
  colorBrandForegroundLink: brand[100],
@@ -86,7 +90,15 @@ const generateColorTokens = (brand)=>({
86
90
  colorNeutralBackground5Pressed: _colors.grey[2],
87
91
  colorNeutralBackground5Selected: _colors.grey[6],
88
92
  colorNeutralBackground6: _colors.grey[20],
93
+ colorNeutralBackground7: '#00000000',
94
+ colorNeutralBackground7Hover: _colors.grey[10],
95
+ colorNeutralBackground7Pressed: _colors.grey[4],
96
+ colorNeutralBackground7Selected: '#00000000',
97
+ colorNeutralBackground8: _colors.grey[16],
89
98
  colorNeutralBackgroundInverted: _colors.white,
99
+ colorNeutralBackgroundInvertedHover: _colors.grey[96],
100
+ colorNeutralBackgroundInvertedPressed: _colors.grey[88],
101
+ colorNeutralBackgroundInvertedSelected: _colors.grey[92],
90
102
  colorNeutralBackgroundStatic: _colors.grey[24],
91
103
  colorNeutralBackgroundAlpha: _colors.grey10Alpha[50],
92
104
  colorNeutralBackgroundAlpha2: _colors.grey12Alpha[70],
@@ -106,6 +118,7 @@ const generateColorTokens = (brand)=>({
106
118
  colorTransparentBackgroundPressed: 'transparent',
107
119
  colorTransparentBackgroundSelected: 'transparent',
108
120
  colorNeutralBackgroundDisabled: _colors.grey[8],
121
+ colorNeutralBackgroundDisabled2: _colors.grey[16],
109
122
  colorNeutralBackgroundInvertedDisabled: _colors.whiteAlpha[10],
110
123
  colorNeutralStencil1: _colors.grey[34],
111
124
  colorNeutralStencil2: _colors.grey[20],
@@ -145,6 +158,10 @@ const generateColorTokens = (brand)=>({
145
158
  colorNeutralStroke1Selected: _colors.grey[44],
146
159
  colorNeutralStroke2: _colors.grey[32],
147
160
  colorNeutralStroke3: _colors.grey[24],
161
+ colorNeutralStroke4: _colors.grey[24],
162
+ colorNeutralStroke4Hover: _colors.grey[18],
163
+ colorNeutralStroke4Pressed: _colors.grey[14],
164
+ colorNeutralStroke4Selected: _colors.grey[24],
148
165
  colorNeutralStrokeSubtle: _colors.grey[4],
149
166
  colorNeutralStrokeOnBrand: _colors.grey[16],
150
167
  colorNeutralStrokeOnBrand2: _colors.white,
@@ -160,6 +177,7 @@ const generateColorTokens = (brand)=>({
160
177
  colorCompoundBrandStrokeHover: brand[110],
161
178
  colorCompoundBrandStrokePressed: brand[90],
162
179
  colorNeutralStrokeDisabled: _colors.grey[26],
180
+ colorNeutralStrokeDisabled2: _colors.grey[24],
163
181
  colorNeutralStrokeInvertedDisabled: _colors.whiteAlpha[40],
164
182
  colorTransparentStroke: 'transparent',
165
183
  colorTransparentStrokeInteractive: 'transparent',
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../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 colorNeutralForeground5: grey[68], // #adadad Global.Color.Grey.68\n colorNeutralForeground5Hover: white, // #ffffff Global.Color.White\n colorNeutralForeground5Pressed: white, // #ffffff Global.Color.White\n colorNeutralForeground5Selected: white, // #ffffff Global.Color.White\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 colorBrandForeground2Hover: brand[130], // #82c7ff Global.Color.Brand.130\n colorBrandForeground2Pressed: brand[160], // #eff6fc Global.Color.Brand.160\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 colorNeutralBackground7: '#00000000', // transparent\n colorNeutralBackground7Hover: grey[10], // #1a1a1a Global.Color.Grey.10\n colorNeutralBackground7Pressed: grey[4], // #0a0a0a Global.Color.Grey.4\n colorNeutralBackground7Selected: '#00000000', // transparent\n colorNeutralBackground8: grey[16], // #292929 Global.Color.Grey.16\n colorNeutralBackgroundInverted: white, // #ffffff Global.Color.White\n colorNeutralBackgroundInvertedHover: grey[96], // #f5f5f5 Global.Color.Grey.96\n colorNeutralBackgroundInvertedPressed: grey[88], // #e0e0e0 Global.Color.Grey.88\n colorNeutralBackgroundInvertedSelected: grey[92], // #ebebeb Global.Color.Grey.92\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 colorNeutralBackgroundDisabled2: grey[16], // #292929 Global.Color.Grey.16\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[20], // #002848 Global.Color.Brand.20\n colorBrandBackground2Hover: brand[40], // #004578 Global.Color.Brand.40\n colorBrandBackground2Pressed: brand[10], // #001526 Global.Color.Brand.10\n colorBrandBackground3Static: brand[60], // #005a9e Global.Color.Brand.60\n colorBrandBackground4Static: 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 colorNeutralCardBackground: grey[20], // #333333 Global.Color.Grey.20\n colorNeutralCardBackgroundHover: grey[24], // #3d3d3d Global.Color.Grey.24\n colorNeutralCardBackgroundPressed: grey[18], // #2e2e2e Global.Color.Grey.18\n colorNeutralCardBackgroundSelected: grey[22], // #383838 Global.Color.Grey.22\n colorNeutralCardBackgroundDisabled: grey[8], // #141414 Global.Color.Grey.8\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 colorNeutralStroke4: grey[24], // #3d3d3d Global.Color.Grey.24\n colorNeutralStroke4Hover: grey[18], // #2e2e2e Global.Color.Grey.18\n colorNeutralStroke4Pressed: grey[14], // #242424 Global.Color.Grey.14\n colorNeutralStroke4Selected: grey[24], // #3d3d3d Global.Color.Grey.24\n colorNeutralStrokeSubtle: grey[4], // #0a0a0a Global.Color.Grey.4\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 colorBrandStroke2Hover: brand[50], // #004c87 Global.Color.Brand.50\n colorBrandStroke2Pressed: brand[30], // #043862 Global.Color.Brand.30\n colorBrandStroke2Contrast: 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 colorNeutralStrokeDisabled2: grey[24], // #3d3d3d Global.Color.Grey.24\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 colorNeutralStrokeAlpha2: whiteAlpha[20], // rgba(255, 255, 255, 0.2) Global.Color.WhiteAlpha.20\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"],"names":["generateColorTokens","brand","colorNeutralForeground1","white","colorNeutralForeground1Hover","colorNeutralForeground1Pressed","colorNeutralForeground1Selected","colorNeutralForeground2","grey","colorNeutralForeground2Hover","colorNeutralForeground2Pressed","colorNeutralForeground2Selected","colorNeutralForeground2BrandHover","colorNeutralForeground2BrandPressed","colorNeutralForeground2BrandSelected","colorNeutralForeground3","colorNeutralForeground3Hover","colorNeutralForeground3Pressed","colorNeutralForeground3Selected","colorNeutralForeground3BrandHover","colorNeutralForeground3BrandPressed","colorNeutralForeground3BrandSelected","colorNeutralForeground4","colorNeutralForeground5","colorNeutralForeground5Hover","colorNeutralForeground5Pressed","colorNeutralForeground5Selected","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","black","colorNeutralBackground4Selected","colorNeutralBackground5","colorNeutralBackground5Hover","colorNeutralBackground5Pressed","colorNeutralBackground5Selected","colorNeutralBackground6","colorNeutralBackground7","colorNeutralBackground7Hover","colorNeutralBackground7Pressed","colorNeutralBackground7Selected","colorNeutralBackground8","colorNeutralBackgroundInverted","colorNeutralBackgroundInvertedHover","colorNeutralBackgroundInvertedPressed","colorNeutralBackgroundInvertedSelected","colorNeutralBackgroundStatic","colorNeutralBackgroundAlpha","grey10Alpha","colorNeutralBackgroundAlpha2","grey12Alpha","colorSubtleBackground","colorSubtleBackgroundHover","colorSubtleBackgroundPressed","colorSubtleBackgroundSelected","colorSubtleBackgroundLightAlphaHover","grey14Alpha","colorSubtleBackgroundLightAlphaPressed","colorSubtleBackgroundLightAlphaSelected","colorSubtleBackgroundInverted","colorSubtleBackgroundInvertedHover","blackAlpha","colorSubtleBackgroundInvertedPressed","colorSubtleBackgroundInvertedSelected","colorTransparentBackground","colorTransparentBackgroundHover","colorTransparentBackgroundPressed","colorTransparentBackgroundSelected","colorNeutralBackgroundDisabled","colorNeutralBackgroundDisabled2","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","colorNeutralStroke4","colorNeutralStroke4Hover","colorNeutralStroke4Pressed","colorNeutralStroke4Selected","colorNeutralStrokeSubtle","colorNeutralStrokeOnBrand","colorNeutralStrokeOnBrand2","colorNeutralStrokeOnBrand2Hover","colorNeutralStrokeOnBrand2Pressed","colorNeutralStrokeOnBrand2Selected","colorBrandStroke1","colorBrandStroke2","colorBrandStroke2Hover","colorBrandStroke2Pressed","colorBrandStroke2Contrast","colorCompoundBrandStroke","colorCompoundBrandStrokeHover","colorCompoundBrandStrokePressed","colorNeutralStrokeDisabled","colorNeutralStrokeDisabled2","colorNeutralStrokeInvertedDisabled","colorTransparentStroke","colorTransparentStrokeInteractive","colorTransparentStrokeDisabled","colorNeutralStrokeAlpha","colorNeutralStrokeAlpha2","colorStrokeFocus1","colorStrokeFocus2","colorNeutralShadowAmbient","colorNeutralShadowKey","colorNeutralShadowAmbientLighter","colorNeutralShadowKeyLighter","colorNeutralShadowAmbientDarker","colorNeutralShadowKeyDarker","colorBrandShadowAmbient","colorBrandShadowKey"],"mappings":"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"}
@@ -16,9 +16,9 @@ _export(exports, {
16
16
  return colorStatusTokens;
17
17
  }
18
18
  });
19
- const _colorPalette = require("../global/colorPalette.js");
20
- const _sharedColorNames = require("../sharedColorNames.js");
21
- const _statusColorMapping = require("../statusColorMapping.js");
19
+ const _colorPalette = require("../global/colorPalette.cjs");
20
+ const _sharedColorNames = require("../sharedColorNames.cjs");
21
+ const _statusColorMapping = require("../statusColorMapping.cjs");
22
22
  const statusColorPaletteTokens = _sharedColorNames.statusSharedColorNames.reduce((acc, sharedColor)=>{
23
23
  const color = sharedColor.slice(0, 1).toUpperCase() + sharedColor.slice(1);
24
24
  const sharedColorTokens = {
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/alias/darkColorPalette.ts"],"sourcesContent":["/* color palette used in both darkTheme and teamsDarkTheme */\n\nimport { statusSharedColors, personaSharedColors, mappedStatusColors } from '../global/colorPalette';\nimport { statusSharedColorNames, personaSharedColorNames } from '../sharedColorNames';\nimport type {\n ColorPaletteTokens,\n ColorStatusTokens,\n PersonaColorPaletteTokens,\n StatusColorPaletteTokens,\n} from '../types';\nimport { statusColorMapping } from '../statusColorMapping';\n\nconst statusColorPaletteTokens = statusSharedColorNames.reduce((acc, sharedColor) => {\n const color = sharedColor.slice(0, 1).toUpperCase() + sharedColor.slice(1);\n const sharedColorTokens = {\n [`colorPalette${color}Background1`]: statusSharedColors[sharedColor].shade40,\n [`colorPalette${color}Background2`]: statusSharedColors[sharedColor].shade30,\n [`colorPalette${color}Background3`]: statusSharedColors[sharedColor].primary,\n [`colorPalette${color}Foreground1`]: statusSharedColors[sharedColor].tint30,\n [`colorPalette${color}Foreground2`]: statusSharedColors[sharedColor].tint40,\n [`colorPalette${color}Foreground3`]: statusSharedColors[sharedColor].tint20,\n [`colorPalette${color}BorderActive`]: statusSharedColors[sharedColor].tint30,\n [`colorPalette${color}Border1`]: statusSharedColors[sharedColor].primary,\n [`colorPalette${color}Border2`]: statusSharedColors[sharedColor].tint20,\n };\n\n return Object.assign(acc, sharedColorTokens);\n}, {} as StatusColorPaletteTokens);\n\n// one-off patches\nstatusColorPaletteTokens.colorPaletteRedForeground3 = statusSharedColors.red.tint30;\nstatusColorPaletteTokens.colorPaletteRedBorder2 = statusSharedColors.red.tint30;\nstatusColorPaletteTokens.colorPaletteGreenForeground3 = statusSharedColors.green.tint40;\nstatusColorPaletteTokens.colorPaletteGreenBorder2 = statusSharedColors.green.tint40;\nstatusColorPaletteTokens.colorPaletteDarkOrangeForeground3 = statusSharedColors.darkOrange.tint30;\nstatusColorPaletteTokens.colorPaletteDarkOrangeBorder2 = statusSharedColors.darkOrange.tint30;\n\nstatusColorPaletteTokens.colorPaletteRedForegroundInverted = statusSharedColors.red.primary;\nstatusColorPaletteTokens.colorPaletteGreenForegroundInverted = statusSharedColors.green.primary;\nstatusColorPaletteTokens.colorPaletteYellowForegroundInverted = statusSharedColors.yellow.shade30;\n\nconst personaColorPaletteTokens = personaSharedColorNames.reduce((acc, sharedColor) => {\n const color = sharedColor.slice(0, 1).toUpperCase() + sharedColor.slice(1);\n const sharedColorTokens = {\n [`colorPalette${color}Background2`]: personaSharedColors[sharedColor].shade30,\n [`colorPalette${color}Foreground2`]: personaSharedColors[sharedColor].tint40,\n [`colorPalette${color}BorderActive`]: personaSharedColors[sharedColor].tint30,\n };\n\n return Object.assign(acc, sharedColorTokens);\n}, {} as PersonaColorPaletteTokens);\n\n// one-off patches\npersonaColorPaletteTokens.colorPaletteDarkRedBackground2 = personaSharedColors.darkRed.shade20;\npersonaColorPaletteTokens.colorPalettePlumBackground2 = personaSharedColors.plum.shade20;\n\nexport const colorPaletteTokens: ColorPaletteTokens = { ...statusColorPaletteTokens, ...personaColorPaletteTokens };\n\nexport const colorStatusTokens: ColorStatusTokens = Object.entries(statusColorMapping).reduce(\n (acc, [statusColor, sharedColor]) => {\n const color = statusColor.slice(0, 1).toUpperCase() + statusColor.slice(1);\n\n // TODO: double check the mapping with design - see the one-off patches above\n const statusColorTokens = {\n [`colorStatus${color}Background1`]: mappedStatusColors[sharedColor].shade40,\n [`colorStatus${color}Background2`]: mappedStatusColors[sharedColor].shade30,\n [`colorStatus${color}Background3`]: mappedStatusColors[sharedColor].primary,\n [`colorStatus${color}Foreground1`]: mappedStatusColors[sharedColor].tint30,\n [`colorStatus${color}Foreground2`]: mappedStatusColors[sharedColor].tint40,\n [`colorStatus${color}Foreground3`]: mappedStatusColors[sharedColor].tint20,\n [`colorStatus${color}BorderActive`]: mappedStatusColors[sharedColor].tint30,\n [`colorStatus${color}ForegroundInverted`]: mappedStatusColors[sharedColor].shade10,\n [`colorStatus${color}Border1`]: mappedStatusColors[sharedColor].primary,\n [`colorStatus${color}Border2`]: mappedStatusColors[sharedColor].tint20,\n };\n\n return Object.assign(acc, statusColorTokens);\n },\n {} as ColorStatusTokens,\n);\n\n// one-off overrides for colorStatus tokens\ncolorStatusTokens.colorStatusDangerBackground3Hover = mappedStatusColors[statusColorMapping.danger].shade10;\ncolorStatusTokens.colorStatusDangerBackground3Pressed = mappedStatusColors[statusColorMapping.danger].shade20;\n\ncolorStatusTokens.colorStatusDangerForeground3 = mappedStatusColors[statusColorMapping.danger].tint40;\ncolorStatusTokens.colorStatusDangerBorder2 = mappedStatusColors[statusColorMapping.danger].tint30;\ncolorStatusTokens.colorStatusSuccessForeground3 = mappedStatusColors[statusColorMapping.success].tint40;\ncolorStatusTokens.colorStatusSuccessBorder2 = mappedStatusColors[statusColorMapping.success].tint40;\ncolorStatusTokens.colorStatusWarningForegroundInverted = mappedStatusColors[statusColorMapping.warning].shade20;\n"],"names":["colorPaletteTokens","colorStatusTokens","statusColorPaletteTokens","statusSharedColorNames","reduce","acc","sharedColor","color","slice","toUpperCase","sharedColorTokens","statusSharedColors","shade40","shade30","primary","tint30","tint40","tint20","Object","assign","colorPaletteRedForeground3","red","colorPaletteRedBorder2","colorPaletteGreenForeground3","green","colorPaletteGreenBorder2","colorPaletteDarkOrangeForeground3","darkOrange","colorPaletteDarkOrangeBorder2","colorPaletteRedForegroundInverted","colorPaletteGreenForegroundInverted","colorPaletteYellowForegroundInverted","yellow","personaColorPaletteTokens","personaSharedColorNames","personaSharedColors","colorPaletteDarkRedBackground2","darkRed","shade20","colorPalettePlumBackground2","plum","entries","statusColorMapping","statusColor","statusColorTokens","mappedStatusColors","shade10","colorStatusDangerBackground3Hover","danger","colorStatusDangerBackground3Pressed","colorStatusDangerForeground3","colorStatusDangerBorder2","colorStatusSuccessForeground3","success","colorStatusSuccessBorder2","colorStatusWarningForegroundInverted","warning"],"mappings":"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"}