@fluentui/tokens 1.0.0-alpha.4 → 1.0.0-alpha.6

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 (153) hide show
  1. package/CHANGELOG.json +75 -1
  2. package/CHANGELOG.md +21 -2
  3. package/dist/index.d.ts +7 -0
  4. package/lib/alias/darkColor.js +160 -154
  5. package/lib/alias/darkColor.js.map +1 -1
  6. package/lib/alias/darkColorPalette.js +25 -26
  7. package/lib/alias/darkColorPalette.js.map +1 -1
  8. package/lib/alias/highContrastColor.js +160 -154
  9. package/lib/alias/highContrastColor.js.map +1 -1
  10. package/lib/alias/highContrastColorPalette.js +24 -25
  11. package/lib/alias/highContrastColorPalette.js.map +1 -1
  12. package/lib/alias/lightColor.js +160 -154
  13. package/lib/alias/lightColor.js.map +1 -1
  14. package/lib/alias/lightColorPalette.js +24 -25
  15. package/lib/alias/lightColorPalette.js.map +1 -1
  16. package/lib/alias/teamsDarkColor.js +160 -154
  17. package/lib/alias/teamsDarkColor.js.map +1 -1
  18. package/lib/global/borderRadius.js +6 -7
  19. package/lib/global/borderRadius.js.map +1 -1
  20. package/lib/global/brandColors.js +48 -49
  21. package/lib/global/brandColors.js.map +1 -1
  22. package/lib/global/colorPalette.js +35 -36
  23. package/lib/global/colorPalette.js.map +1 -1
  24. package/lib/global/colors.js +689 -690
  25. package/lib/global/colors.js.map +1 -1
  26. package/lib/global/curves.js +9 -10
  27. package/lib/global/curves.js.map +1 -1
  28. package/lib/global/durations.js +7 -8
  29. package/lib/global/durations.js.map +1 -1
  30. package/lib/global/fonts.js +29 -32
  31. package/lib/global/fonts.js.map +1 -1
  32. package/lib/global/index.js +0 -1
  33. package/lib/global/index.js.map +1 -1
  34. package/lib/global/spacings.js +33 -34
  35. package/lib/global/spacings.js.map +1 -1
  36. package/lib/global/strokeWidths.js +4 -5
  37. package/lib/global/strokeWidths.js.map +1 -1
  38. package/lib/global/typographyStyles.js +103 -105
  39. package/lib/global/typographyStyles.js.map +1 -1
  40. package/lib/index.js +0 -1
  41. package/lib/index.js.map +1 -1
  42. package/lib/sharedColorNames.js +55 -6
  43. package/lib/sharedColorNames.js.map +1 -1
  44. package/lib/themeToTokensObject.js +7 -8
  45. package/lib/themeToTokensObject.js.map +1 -1
  46. package/lib/themes/index.js +0 -1
  47. package/lib/themes/index.js.map +1 -1
  48. package/lib/themes/teams/darkTheme.js +1 -2
  49. package/lib/themes/teams/darkTheme.js.map +1 -1
  50. package/lib/themes/teams/highContrastTheme.js +1 -2
  51. package/lib/themes/teams/highContrastTheme.js.map +1 -1
  52. package/lib/themes/teams/index.js +0 -1
  53. package/lib/themes/teams/index.js.map +1 -1
  54. package/lib/themes/teams/lightTheme.js +1 -2
  55. package/lib/themes/teams/lightTheme.js.map +1 -1
  56. package/lib/themes/web/darkTheme.js +1 -2
  57. package/lib/themes/web/darkTheme.js.map +1 -1
  58. package/lib/themes/web/index.js +0 -1
  59. package/lib/themes/web/index.js.map +1 -1
  60. package/lib/themes/web/lightTheme.js +1 -2
  61. package/lib/themes/web/lightTheme.js.map +1 -1
  62. package/lib/tokens.js +442 -436
  63. package/lib/tokens.js.map +1 -1
  64. package/lib/types.js +1 -2
  65. package/lib/types.js.map +1 -1
  66. package/lib/utils/createDarkTheme.js +18 -19
  67. package/lib/utils/createDarkTheme.js.map +1 -1
  68. package/lib/utils/createHighContrastTheme.js +18 -19
  69. package/lib/utils/createHighContrastTheme.js.map +1 -1
  70. package/lib/utils/createLightTheme.js +18 -19
  71. package/lib/utils/createLightTheme.js.map +1 -1
  72. package/lib/utils/createTeamsDarkTheme.js +18 -19
  73. package/lib/utils/createTeamsDarkTheme.js.map +1 -1
  74. package/lib/utils/index.js +0 -1
  75. package/lib/utils/index.js.map +1 -1
  76. package/lib/utils/shadows.js +8 -9
  77. package/lib/utils/shadows.js.map +1 -1
  78. package/lib-commonjs/alias/darkColor.js +9 -4
  79. package/lib-commonjs/alias/darkColor.js.map +1 -1
  80. package/lib-commonjs/alias/darkColorPalette.js +3 -5
  81. package/lib-commonjs/alias/darkColorPalette.js.map +1 -1
  82. package/lib-commonjs/alias/highContrastColor.js +10 -5
  83. package/lib-commonjs/alias/highContrastColor.js.map +1 -1
  84. package/lib-commonjs/alias/highContrastColorPalette.js +3 -5
  85. package/lib-commonjs/alias/highContrastColorPalette.js.map +1 -1
  86. package/lib-commonjs/alias/lightColor.js +8 -3
  87. package/lib-commonjs/alias/lightColor.js.map +1 -1
  88. package/lib-commonjs/alias/lightColorPalette.js +3 -5
  89. package/lib-commonjs/alias/lightColorPalette.js.map +1 -1
  90. package/lib-commonjs/alias/teamsDarkColor.js +9 -4
  91. package/lib-commonjs/alias/teamsDarkColor.js.map +1 -1
  92. package/lib-commonjs/global/borderRadius.js +1 -3
  93. package/lib-commonjs/global/borderRadius.js.map +1 -1
  94. package/lib-commonjs/global/brandColors.js +1 -3
  95. package/lib-commonjs/global/brandColors.js.map +1 -1
  96. package/lib-commonjs/global/colorPalette.js +1 -3
  97. package/lib-commonjs/global/colorPalette.js.map +1 -1
  98. package/lib-commonjs/global/colors.js +1 -3
  99. package/lib-commonjs/global/colors.js.map +1 -1
  100. package/lib-commonjs/global/curves.js +1 -3
  101. package/lib-commonjs/global/curves.js.map +1 -1
  102. package/lib-commonjs/global/durations.js +1 -3
  103. package/lib-commonjs/global/durations.js.map +1 -1
  104. package/lib-commonjs/global/fonts.js +3 -7
  105. package/lib-commonjs/global/fonts.js.map +1 -1
  106. package/lib-commonjs/global/index.js +0 -3
  107. package/lib-commonjs/global/index.js.map +1 -1
  108. package/lib-commonjs/global/spacings.js +1 -3
  109. package/lib-commonjs/global/spacings.js.map +1 -1
  110. package/lib-commonjs/global/strokeWidths.js +1 -3
  111. package/lib-commonjs/global/strokeWidths.js.map +1 -1
  112. package/lib-commonjs/global/typographyStyles.js +1 -3
  113. package/lib-commonjs/global/typographyStyles.js.map +1 -1
  114. package/lib-commonjs/index.js +0 -3
  115. package/lib-commonjs/index.js.map +1 -1
  116. package/lib-commonjs/sharedColorNames.js +1 -3
  117. package/lib-commonjs/sharedColorNames.js.map +1 -1
  118. package/lib-commonjs/themeToTokensObject.js +2 -4
  119. package/lib-commonjs/themeToTokensObject.js.map +1 -1
  120. package/lib-commonjs/themes/index.js +0 -3
  121. package/lib-commonjs/themes/index.js.map +1 -1
  122. package/lib-commonjs/themes/teams/darkTheme.js +1 -3
  123. package/lib-commonjs/themes/teams/darkTheme.js.map +1 -1
  124. package/lib-commonjs/themes/teams/highContrastTheme.js +1 -3
  125. package/lib-commonjs/themes/teams/highContrastTheme.js.map +1 -1
  126. package/lib-commonjs/themes/teams/index.js +0 -3
  127. package/lib-commonjs/themes/teams/index.js.map +1 -1
  128. package/lib-commonjs/themes/teams/lightTheme.js +1 -3
  129. package/lib-commonjs/themes/teams/lightTheme.js.map +1 -1
  130. package/lib-commonjs/themes/web/darkTheme.js +1 -3
  131. package/lib-commonjs/themes/web/darkTheme.js.map +1 -1
  132. package/lib-commonjs/themes/web/index.js +0 -3
  133. package/lib-commonjs/themes/web/index.js.map +1 -1
  134. package/lib-commonjs/themes/web/lightTheme.js +1 -3
  135. package/lib-commonjs/themes/web/lightTheme.js.map +1 -1
  136. package/lib-commonjs/tokens.js +8 -3
  137. package/lib-commonjs/tokens.js.map +1 -1
  138. package/lib-commonjs/types.js +0 -3
  139. package/lib-commonjs/types.js.map +1 -1
  140. package/lib-commonjs/utils/createDarkTheme.js +1 -3
  141. package/lib-commonjs/utils/createDarkTheme.js.map +1 -1
  142. package/lib-commonjs/utils/createHighContrastTheme.js +1 -3
  143. package/lib-commonjs/utils/createHighContrastTheme.js.map +1 -1
  144. package/lib-commonjs/utils/createLightTheme.js +1 -3
  145. package/lib-commonjs/utils/createLightTheme.js.map +1 -1
  146. package/lib-commonjs/utils/createTeamsDarkTheme.js +1 -3
  147. package/lib-commonjs/utils/createTeamsDarkTheme.js.map +1 -1
  148. package/lib-commonjs/utils/index.js +0 -3
  149. package/lib-commonjs/utils/index.js.map +1 -1
  150. package/lib-commonjs/utils/shadows.js +1 -3
  151. package/lib-commonjs/utils/shadows.js.map +1 -1
  152. package/package.json +1 -1
  153. package/.swcrc +0 -30
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "colorPaletteTokens", {
8
8
  });
9
9
  const _colorPalette = require("../global/colorPalette");
10
10
  const _sharedColorNames = require("../sharedColorNames");
11
- const statusColorPaletteTokens = /*#__PURE__*/ _sharedColorNames.statusSharedColorNames.reduce((acc, sharedColor)=>{
11
+ const statusColorPaletteTokens = _sharedColorNames.statusSharedColorNames.reduce((acc, sharedColor)=>{
12
12
  const color = sharedColor.slice(0, 1).toUpperCase() + sharedColor.slice(1);
13
13
  const sharedColorTokens = {
14
14
  [`colorPalette${color}Background1`]: _colorPalette.statusSharedColors[sharedColor].tint60,
@@ -28,7 +28,7 @@ statusColorPaletteTokens.colorPaletteYellowForeground1 = _colorPalette.statusSha
28
28
  statusColorPaletteTokens.colorPaletteRedForegroundInverted = _colorPalette.statusSharedColors.red.tint20;
29
29
  statusColorPaletteTokens.colorPaletteGreenForegroundInverted = _colorPalette.statusSharedColors.green.tint20;
30
30
  statusColorPaletteTokens.colorPaletteYellowForegroundInverted = _colorPalette.statusSharedColors.yellow.tint40;
31
- const personaColorPaletteTokens = /*#__PURE__*/ _sharedColorNames.personaSharedColorNames.reduce((acc, sharedColor)=>{
31
+ const personaColorPaletteTokens = _sharedColorNames.personaSharedColorNames.reduce((acc, sharedColor)=>{
32
32
  const color = sharedColor.slice(0, 1).toUpperCase() + sharedColor.slice(1);
33
33
  const sharedColorTokens = {
34
34
  [`colorPalette${color}Background2`]: _colorPalette.personaSharedColors[sharedColor].tint40,
@@ -40,6 +40,4 @@ const personaColorPaletteTokens = /*#__PURE__*/ _sharedColorNames.personaSharedC
40
40
  const colorPaletteTokens = {
41
41
  ...statusColorPaletteTokens,
42
42
  ...personaColorPaletteTokens
43
- }; //# sourceMappingURL=lightColorPalette.js.map
44
-
45
- //# sourceMappingURL=lightColorPalette.js.map
43
+ };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../lib/alias/lightColorPalette.js"],"sourcesContent":["import { statusSharedColors, personaSharedColors } from '../global/colorPalette';\nimport { statusSharedColorNames, personaSharedColorNames } from '../sharedColorNames';\nconst statusColorPaletteTokens = /*#__PURE__*/statusSharedColorNames.reduce((acc, sharedColor) => {\n const color = sharedColor.slice(0, 1).toUpperCase() + sharedColor.slice(1);\n const sharedColorTokens = {\n [`colorPalette${color}Background1`]: statusSharedColors[sharedColor].tint60,\n [`colorPalette${color}Background2`]: statusSharedColors[sharedColor].tint40,\n [`colorPalette${color}Background3`]: statusSharedColors[sharedColor].primary,\n [`colorPalette${color}Foreground1`]: statusSharedColors[sharedColor].shade10,\n [`colorPalette${color}Foreground2`]: statusSharedColors[sharedColor].shade30,\n [`colorPalette${color}Foreground3`]: statusSharedColors[sharedColor].primary,\n [`colorPalette${color}BorderActive`]: statusSharedColors[sharedColor].primary,\n [`colorPalette${color}Border1`]: statusSharedColors[sharedColor].tint40,\n [`colorPalette${color}Border2`]: statusSharedColors[sharedColor].primary\n };\n return Object.assign(acc, sharedColorTokens);\n}, {});\n// one-off patch for yellow\nstatusColorPaletteTokens.colorPaletteYellowForeground1 = statusSharedColors.yellow.shade30;\nstatusColorPaletteTokens.colorPaletteRedForegroundInverted = statusSharedColors.red.tint20;\nstatusColorPaletteTokens.colorPaletteGreenForegroundInverted = statusSharedColors.green.tint20;\nstatusColorPaletteTokens.colorPaletteYellowForegroundInverted = statusSharedColors.yellow.tint40;\nconst personaColorPaletteTokens = /*#__PURE__*/personaSharedColorNames.reduce((acc, sharedColor) => {\n const color = sharedColor.slice(0, 1).toUpperCase() + sharedColor.slice(1);\n const sharedColorTokens = {\n [`colorPalette${color}Background2`]: personaSharedColors[sharedColor].tint40,\n [`colorPalette${color}Foreground2`]: personaSharedColors[sharedColor].shade30,\n [`colorPalette${color}BorderActive`]: personaSharedColors[sharedColor].primary\n };\n return Object.assign(acc, sharedColorTokens);\n}, {});\nexport const colorPaletteTokens = {\n ...statusColorPaletteTokens,\n ...personaColorPaletteTokens\n};\n//# sourceMappingURL=lightColorPalette.js.map"],"names":["colorPaletteTokens","statusColorPaletteTokens","statusSharedColorNames","reduce","acc","sharedColor","color","slice","toUpperCase","sharedColorTokens","statusSharedColors","tint60","tint40","primary","shade10","shade30","Object","assign","colorPaletteYellowForeground1","yellow","colorPaletteRedForegroundInverted","red","tint20","colorPaletteGreenForegroundInverted","green","colorPaletteYellowForegroundInverted","personaColorPaletteTokens","personaSharedColorNames","personaSharedColors"],"mappings":";;;;+BA+BaA;;aAAAA;;8BA/B2C;kCACQ;AAChE,MAAMC,2BAA2B,WAAW,GAAEC,wCAAsB,CAACC,MAAM,CAAC,CAACC,KAAKC,cAAgB;IAChG,MAAMC,QAAQD,YAAYE,KAAK,CAAC,GAAG,GAAGC,WAAW,KAAKH,YAAYE,KAAK,CAAC;IACxE,MAAME,oBAAoB;QACxB,CAAC,CAAC,YAAY,EAAEH,MAAM,WAAW,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACM,MAAM;QAC3E,CAAC,CAAC,YAAY,EAAEL,MAAM,WAAW,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACO,MAAM;QAC3E,CAAC,CAAC,YAAY,EAAEN,MAAM,WAAW,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACQ,OAAO;QAC5E,CAAC,CAAC,YAAY,EAAEP,MAAM,WAAW,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACS,OAAO;QAC5E,CAAC,CAAC,YAAY,EAAER,MAAM,WAAW,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACU,OAAO;QAC5E,CAAC,CAAC,YAAY,EAAET,MAAM,WAAW,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACQ,OAAO;QAC5E,CAAC,CAAC,YAAY,EAAEP,MAAM,YAAY,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACQ,OAAO;QAC7E,CAAC,CAAC,YAAY,EAAEP,MAAM,OAAO,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACO,MAAM;QACvE,CAAC,CAAC,YAAY,EAAEN,MAAM,OAAO,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACQ,OAAO;IAC1E;IACA,OAAOG,OAAOC,MAAM,CAACb,KAAKK;AAC5B,GAAG,CAAC;AACJ,2BAA2B;AAC3BR,yBAAyBiB,6BAA6B,GAAGR,gCAAkB,CAACS,MAAM,CAACJ,OAAO;AAC1Fd,yBAAyBmB,iCAAiC,GAAGV,gCAAkB,CAACW,GAAG,CAACC,MAAM;AAC1FrB,yBAAyBsB,mCAAmC,GAAGb,gCAAkB,CAACc,KAAK,CAACF,MAAM;AAC9FrB,yBAAyBwB,oCAAoC,GAAGf,gCAAkB,CAACS,MAAM,CAACP,MAAM;AAChG,MAAMc,4BAA4B,WAAW,GAAEC,yCAAuB,CAACxB,MAAM,CAAC,CAACC,KAAKC,cAAgB;IAClG,MAAMC,QAAQD,YAAYE,KAAK,CAAC,GAAG,GAAGC,WAAW,KAAKH,YAAYE,KAAK,CAAC;IACxE,MAAME,oBAAoB;QACxB,CAAC,CAAC,YAAY,EAAEH,MAAM,WAAW,CAAC,CAAC,EAAEsB,iCAAmB,CAACvB,YAAY,CAACO,MAAM;QAC5E,CAAC,CAAC,YAAY,EAAEN,MAAM,WAAW,CAAC,CAAC,EAAEsB,iCAAmB,CAACvB,YAAY,CAACU,OAAO;QAC7E,CAAC,CAAC,YAAY,EAAET,MAAM,YAAY,CAAC,CAAC,EAAEsB,iCAAmB,CAACvB,YAAY,CAACQ,OAAO;IAChF;IACA,OAAOG,OAAOC,MAAM,CAACb,KAAKK;AAC5B,GAAG,CAAC;AACG,MAAMT,qBAAqB;IAChC,GAAGC,wBAAwB;IAC3B,GAAGyB,yBAAyB;AAC9B,GACA,6CAA6C"}
1
+ {"version":3,"sources":["lightColorPalette.js"],"sourcesContent":["import { statusSharedColors, personaSharedColors } from '../global/colorPalette';\nimport { statusSharedColorNames, personaSharedColorNames } from '../sharedColorNames';\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].tint60,\n [`colorPalette${color}Background2`]: statusSharedColors[sharedColor].tint40,\n [`colorPalette${color}Background3`]: statusSharedColors[sharedColor].primary,\n [`colorPalette${color}Foreground1`]: statusSharedColors[sharedColor].shade10,\n [`colorPalette${color}Foreground2`]: statusSharedColors[sharedColor].shade30,\n [`colorPalette${color}Foreground3`]: statusSharedColors[sharedColor].primary,\n [`colorPalette${color}BorderActive`]: statusSharedColors[sharedColor].primary,\n [`colorPalette${color}Border1`]: statusSharedColors[sharedColor].tint40,\n [`colorPalette${color}Border2`]: statusSharedColors[sharedColor].primary\n };\n return Object.assign(acc, sharedColorTokens);\n}, {});\n// one-off patch for yellow\nstatusColorPaletteTokens.colorPaletteYellowForeground1 = statusSharedColors.yellow.shade30;\nstatusColorPaletteTokens.colorPaletteRedForegroundInverted = statusSharedColors.red.tint20;\nstatusColorPaletteTokens.colorPaletteGreenForegroundInverted = statusSharedColors.green.tint20;\nstatusColorPaletteTokens.colorPaletteYellowForegroundInverted = statusSharedColors.yellow.tint40;\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].tint40,\n [`colorPalette${color}Foreground2`]: personaSharedColors[sharedColor].shade30,\n [`colorPalette${color}BorderActive`]: personaSharedColors[sharedColor].primary\n };\n return Object.assign(acc, sharedColorTokens);\n}, {});\nexport const colorPaletteTokens = {\n ...statusColorPaletteTokens,\n ...personaColorPaletteTokens\n};\n"],"names":["colorPaletteTokens","statusColorPaletteTokens","statusSharedColorNames","reduce","acc","sharedColor","color","slice","toUpperCase","sharedColorTokens","statusSharedColors","tint60","tint40","primary","shade10","shade30","Object","assign","colorPaletteYellowForeground1","yellow","colorPaletteRedForegroundInverted","red","tint20","colorPaletteGreenForegroundInverted","green","colorPaletteYellowForegroundInverted","personaColorPaletteTokens","personaSharedColorNames","personaSharedColors"],"mappings":";;;;+BA+BaA;;aAAAA;;8BA/B2C;kCACQ;AAChE,MAAMC,2BAA2BC,wCAAsB,CAACC,MAAM,CAAC,CAACC,KAAKC,cAAc;IAC/E,MAAMC,QAAQD,YAAYE,KAAK,CAAC,GAAG,GAAGC,WAAW,KAAKH,YAAYE,KAAK,CAAC;IACxE,MAAME,oBAAoB;QACtB,CAAC,CAAC,YAAY,EAAEH,MAAM,WAAW,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACM,MAAM;QAC3E,CAAC,CAAC,YAAY,EAAEL,MAAM,WAAW,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACO,MAAM;QAC3E,CAAC,CAAC,YAAY,EAAEN,MAAM,WAAW,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACQ,OAAO;QAC5E,CAAC,CAAC,YAAY,EAAEP,MAAM,WAAW,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACS,OAAO;QAC5E,CAAC,CAAC,YAAY,EAAER,MAAM,WAAW,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACU,OAAO;QAC5E,CAAC,CAAC,YAAY,EAAET,MAAM,WAAW,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACQ,OAAO;QAC5E,CAAC,CAAC,YAAY,EAAEP,MAAM,YAAY,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACQ,OAAO;QAC7E,CAAC,CAAC,YAAY,EAAEP,MAAM,OAAO,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACO,MAAM;QACvE,CAAC,CAAC,YAAY,EAAEN,MAAM,OAAO,CAAC,CAAC,EAAEI,gCAAkB,CAACL,YAAY,CAACQ,OAAO;IAC5E;IACA,OAAOG,OAAOC,MAAM,CAACb,KAAKK;AAC9B,GAAG,CAAC;AACJ,2BAA2B;AAC3BR,yBAAyBiB,6BAA6B,GAAGR,gCAAkB,CAACS,MAAM,CAACJ,OAAO;AAC1Fd,yBAAyBmB,iCAAiC,GAAGV,gCAAkB,CAACW,GAAG,CAACC,MAAM;AAC1FrB,yBAAyBsB,mCAAmC,GAAGb,gCAAkB,CAACc,KAAK,CAACF,MAAM;AAC9FrB,yBAAyBwB,oCAAoC,GAAGf,gCAAkB,CAACS,MAAM,CAACP,MAAM;AAChG,MAAMc,4BAA4BC,yCAAuB,CAACxB,MAAM,CAAC,CAACC,KAAKC,cAAc;IACjF,MAAMC,QAAQD,YAAYE,KAAK,CAAC,GAAG,GAAGC,WAAW,KAAKH,YAAYE,KAAK,CAAC;IACxE,MAAME,oBAAoB;QACtB,CAAC,CAAC,YAAY,EAAEH,MAAM,WAAW,CAAC,CAAC,EAAEsB,iCAAmB,CAACvB,YAAY,CAACO,MAAM;QAC5E,CAAC,CAAC,YAAY,EAAEN,MAAM,WAAW,CAAC,CAAC,EAAEsB,iCAAmB,CAACvB,YAAY,CAACU,OAAO;QAC7E,CAAC,CAAC,YAAY,EAAET,MAAM,YAAY,CAAC,CAAC,EAAEsB,iCAAmB,CAACvB,YAAY,CAACQ,OAAO;IAClF;IACA,OAAOG,OAAOC,MAAM,CAACb,KAAKK;AAC9B,GAAG,CAAC;AACG,MAAMT,qBAAqB;IAC9B,GAAGC,wBAAwB;IAC3B,GAAGyB,yBAAyB;AAChC"}
@@ -42,6 +42,8 @@ const generateColorTokens = (brand)=>({
42
42
  colorCompoundBrandForeground1Pressed: brand[90],
43
43
  colorBrandForeground1: brand[100],
44
44
  colorBrandForeground2: brand[120],
45
+ colorBrandForeground2Hover: brand[130],
46
+ colorBrandForeground2Pressed: brand[160],
45
47
  colorNeutralForeground1Static: _colors.grey[14],
46
48
  colorNeutralForegroundStaticInverted: _colors.white,
47
49
  colorNeutralForegroundInverted: _colors.grey[14],
@@ -117,7 +119,9 @@ const generateColorTokens = (brand)=>({
117
119
  colorCompoundBrandBackgroundHover: brand[110],
118
120
  colorCompoundBrandBackgroundPressed: brand[90],
119
121
  colorBrandBackgroundStatic: brand[80],
120
- colorBrandBackground2: brand[40],
122
+ colorBrandBackground2: brand[20],
123
+ colorBrandBackground2Hover: brand[40],
124
+ colorBrandBackground2Pressed: brand[10],
121
125
  colorBrandBackgroundInverted: _colors.white,
122
126
  colorBrandBackgroundInvertedHover: brand[160],
123
127
  colorBrandBackgroundInvertedPressed: brand[140],
@@ -132,6 +136,7 @@ const generateColorTokens = (brand)=>({
132
136
  colorNeutralStroke1Selected: _colors.grey[44],
133
137
  colorNeutralStroke2: _colors.grey[32],
134
138
  colorNeutralStroke3: _colors.grey[24],
139
+ colorNeutralStrokeSubtle: _colors.grey[4],
135
140
  colorNeutralStrokeOnBrand: _colors.grey[16],
136
141
  colorNeutralStrokeOnBrand2: _colors.white,
137
142
  colorNeutralStrokeOnBrand2Hover: _colors.white,
@@ -139,6 +144,8 @@ const generateColorTokens = (brand)=>({
139
144
  colorNeutralStrokeOnBrand2Selected: _colors.white,
140
145
  colorBrandStroke1: brand[100],
141
146
  colorBrandStroke2: brand[50],
147
+ colorBrandStroke2Hover: brand[50],
148
+ colorBrandStroke2Pressed: brand[30],
142
149
  colorCompoundBrandStroke: brand[90],
143
150
  colorCompoundBrandStrokeHover: brand[100],
144
151
  colorCompoundBrandStrokePressed: brand[80],
@@ -158,6 +165,4 @@ const generateColorTokens = (brand)=>({
158
165
  colorNeutralShadowKeyDarker: 'rgba(0,0,0,0.48)',
159
166
  colorBrandShadowAmbient: 'rgba(0,0,0,0.30)',
160
167
  colorBrandShadowKey: 'rgba(0,0,0,0.25)'
161
- }); //# sourceMappingURL=teamsDarkColor.js.map
162
-
163
- //# sourceMappingURL=teamsDarkColor.js.map
168
+ });
@@ -1 +1 @@
1
- {"version":3,"sources":["../../lib/alias/teamsDarkColor.js"],"sourcesContent":["/* !!! DO NOT EDIT !!! */ /* This file has been generated by the token pipeline */import { black, blackAlpha, grey, grey10Alpha, grey12Alpha, grey14Alpha, white, whiteAlpha } from '../global/colors';\nexport const generateColorTokens = brand => ({\n colorNeutralForeground1: white,\n colorNeutralForeground1Hover: white,\n colorNeutralForeground1Pressed: white,\n colorNeutralForeground1Selected: white,\n colorNeutralForeground2: grey[84],\n colorNeutralForeground2Hover: white,\n colorNeutralForeground2Pressed: white,\n colorNeutralForeground2Selected: white,\n colorNeutralForeground2BrandHover: brand[100],\n colorNeutralForeground2BrandPressed: brand[90],\n colorNeutralForeground2BrandSelected: brand[100],\n colorNeutralForeground3: grey[68],\n colorNeutralForeground3Hover: grey[84],\n colorNeutralForeground3Pressed: grey[84],\n colorNeutralForeground3Selected: grey[84],\n colorNeutralForeground3BrandHover: brand[100],\n colorNeutralForeground3BrandPressed: brand[90],\n colorNeutralForeground3BrandSelected: brand[100],\n colorNeutralForeground4: grey[60],\n colorNeutralForegroundDisabled: grey[36],\n colorNeutralForegroundInvertedDisabled: whiteAlpha[40],\n colorBrandForegroundLink: brand[100],\n colorBrandForegroundLinkHover: brand[110],\n colorBrandForegroundLinkPressed: brand[90],\n colorBrandForegroundLinkSelected: brand[100],\n colorNeutralForeground2Link: grey[84],\n colorNeutralForeground2LinkHover: white,\n colorNeutralForeground2LinkPressed: white,\n colorNeutralForeground2LinkSelected: white,\n colorCompoundBrandForeground1: brand[100],\n colorCompoundBrandForeground1Hover: brand[110],\n colorCompoundBrandForeground1Pressed: brand[90],\n colorBrandForeground1: brand[100],\n colorBrandForeground2: brand[120],\n colorNeutralForeground1Static: grey[14],\n colorNeutralForegroundStaticInverted: white,\n colorNeutralForegroundInverted: grey[14],\n colorNeutralForegroundInvertedHover: grey[14],\n colorNeutralForegroundInvertedPressed: grey[14],\n colorNeutralForegroundInvertedSelected: grey[14],\n colorNeutralForegroundInverted2: grey[14],\n colorNeutralForegroundOnBrand: white,\n colorNeutralForegroundInvertedLink: white,\n colorNeutralForegroundInvertedLinkHover: white,\n colorNeutralForegroundInvertedLinkPressed: white,\n colorNeutralForegroundInvertedLinkSelected: white,\n colorBrandForegroundInverted: brand[80],\n colorBrandForegroundInvertedHover: brand[70],\n colorBrandForegroundInvertedPressed: brand[60],\n colorBrandForegroundOnLight: brand[80],\n colorBrandForegroundOnLightHover: brand[70],\n colorBrandForegroundOnLightPressed: brand[50],\n colorBrandForegroundOnLightSelected: brand[60],\n colorNeutralBackground1: grey[16],\n colorNeutralBackground1Hover: grey[24],\n colorNeutralBackground1Pressed: grey[12],\n colorNeutralBackground1Selected: grey[22],\n colorNeutralBackground2: grey[14],\n colorNeutralBackground2Hover: grey[22],\n colorNeutralBackground2Pressed: grey[10],\n colorNeutralBackground2Selected: grey[20],\n colorNeutralBackground3: grey[12],\n colorNeutralBackground3Hover: grey[20],\n colorNeutralBackground3Pressed: grey[8],\n colorNeutralBackground3Selected: grey[18],\n colorNeutralBackground4: grey[8],\n colorNeutralBackground4Hover: grey[16],\n colorNeutralBackground4Pressed: grey[4],\n colorNeutralBackground4Selected: grey[14],\n colorNeutralBackground5: grey[4],\n colorNeutralBackground5Hover: grey[12],\n colorNeutralBackground5Pressed: black,\n colorNeutralBackground5Selected: grey[10],\n colorNeutralBackground6: grey[20],\n colorNeutralBackgroundInverted: white,\n colorNeutralBackgroundStatic: grey[24],\n colorNeutralBackgroundAlpha: grey10Alpha[50],\n colorNeutralBackgroundAlpha2: grey12Alpha[70],\n colorSubtleBackground: 'transparent',\n colorSubtleBackgroundHover: grey[22],\n colorSubtleBackgroundPressed: grey[18],\n colorSubtleBackgroundSelected: grey[20],\n colorSubtleBackgroundLightAlphaHover: grey14Alpha[80],\n colorSubtleBackgroundLightAlphaPressed: grey14Alpha[50],\n colorSubtleBackgroundLightAlphaSelected: 'transparent',\n colorSubtleBackgroundInverted: 'transparent',\n colorSubtleBackgroundInvertedHover: blackAlpha[10],\n colorSubtleBackgroundInvertedPressed: blackAlpha[30],\n colorSubtleBackgroundInvertedSelected: blackAlpha[20],\n colorTransparentBackground: 'transparent',\n colorTransparentBackgroundHover: 'transparent',\n colorTransparentBackgroundPressed: 'transparent',\n colorTransparentBackgroundSelected: 'transparent',\n colorNeutralBackgroundDisabled: grey[8],\n colorNeutralBackgroundInvertedDisabled: whiteAlpha[10],\n colorNeutralStencil1: grey[34],\n colorNeutralStencil2: grey[20],\n colorNeutralStencil1Alpha: whiteAlpha[10],\n colorNeutralStencil2Alpha: whiteAlpha[5],\n colorBackgroundOverlay: blackAlpha[50],\n colorScrollbarOverlay: whiteAlpha[60],\n colorBrandBackground: brand[70],\n colorBrandBackgroundHover: brand[80],\n colorBrandBackgroundPressed: brand[40],\n colorBrandBackgroundSelected: brand[60],\n colorCompoundBrandBackground: brand[100],\n colorCompoundBrandBackgroundHover: brand[110],\n colorCompoundBrandBackgroundPressed: brand[90],\n colorBrandBackgroundStatic: brand[80],\n colorBrandBackground2: brand[40],\n colorBrandBackgroundInverted: white,\n colorBrandBackgroundInvertedHover: brand[160],\n colorBrandBackgroundInvertedPressed: brand[140],\n colorBrandBackgroundInvertedSelected: brand[150],\n colorNeutralStrokeAccessible: grey[68],\n colorNeutralStrokeAccessibleHover: grey[74],\n colorNeutralStrokeAccessiblePressed: grey[70],\n colorNeutralStrokeAccessibleSelected: brand[100],\n colorNeutralStroke1: grey[40],\n colorNeutralStroke1Hover: grey[46],\n colorNeutralStroke1Pressed: grey[42],\n colorNeutralStroke1Selected: grey[44],\n colorNeutralStroke2: grey[32],\n colorNeutralStroke3: grey[24],\n colorNeutralStrokeOnBrand: grey[16],\n colorNeutralStrokeOnBrand2: white,\n colorNeutralStrokeOnBrand2Hover: white,\n colorNeutralStrokeOnBrand2Pressed: white,\n colorNeutralStrokeOnBrand2Selected: white,\n colorBrandStroke1: brand[100],\n colorBrandStroke2: brand[50],\n colorCompoundBrandStroke: brand[90],\n colorCompoundBrandStrokeHover: brand[100],\n colorCompoundBrandStrokePressed: brand[80],\n colorNeutralStrokeDisabled: grey[26],\n colorNeutralStrokeInvertedDisabled: whiteAlpha[40],\n colorTransparentStroke: 'transparent',\n colorTransparentStrokeInteractive: 'transparent',\n colorTransparentStrokeDisabled: 'transparent',\n colorNeutralStrokeAlpha: whiteAlpha[10],\n colorStrokeFocus1: black,\n colorStrokeFocus2: white,\n colorNeutralShadowAmbient: 'rgba(0,0,0,0.24)',\n colorNeutralShadowKey: 'rgba(0,0,0,0.28)',\n colorNeutralShadowAmbientLighter: 'rgba(0,0,0,0.12)',\n colorNeutralShadowKeyLighter: 'rgba(0,0,0,0.14)',\n colorNeutralShadowAmbientDarker: 'rgba(0,0,0,0.40)',\n colorNeutralShadowKeyDarker: 'rgba(0,0,0,0.48)',\n colorBrandShadowAmbient: 'rgba(0,0,0,0.30)',\n colorBrandShadowKey: 'rgba(0,0,0,0.25)'\n});\n//# sourceMappingURL=teamsDarkColor.js.map"],"names":["generateColorTokens","brand","colorNeutralForeground1","white","colorNeutralForeground1Hover","colorNeutralForeground1Pressed","colorNeutralForeground1Selected","colorNeutralForeground2","grey","colorNeutralForeground2Hover","colorNeutralForeground2Pressed","colorNeutralForeground2Selected","colorNeutralForeground2BrandHover","colorNeutralForeground2BrandPressed","colorNeutralForeground2BrandSelected","colorNeutralForeground3","colorNeutralForeground3Hover","colorNeutralForeground3Pressed","colorNeutralForeground3Selected","colorNeutralForeground3BrandHover","colorNeutralForeground3BrandPressed","colorNeutralForeground3BrandSelected","colorNeutralForeground4","colorNeutralForegroundDisabled","colorNeutralForegroundInvertedDisabled","whiteAlpha","colorBrandForegroundLink","colorBrandForegroundLinkHover","colorBrandForegroundLinkPressed","colorBrandForegroundLinkSelected","colorNeutralForeground2Link","colorNeutralForeground2LinkHover","colorNeutralForeground2LinkPressed","colorNeutralForeground2LinkSelected","colorCompoundBrandForeground1","colorCompoundBrandForeground1Hover","colorCompoundBrandForeground1Pressed","colorBrandForeground1","colorBrandForeground2","colorNeutralForeground1Static","colorNeutralForegroundStaticInverted","colorNeutralForegroundInverted","colorNeutralForegroundInvertedHover","colorNeutralForegroundInvertedPressed","colorNeutralForegroundInvertedSelected","colorNeutralForegroundInverted2","colorNeutralForegroundOnBrand","colorNeutralForegroundInvertedLink","colorNeutralForegroundInvertedLinkHover","colorNeutralForegroundInvertedLinkPressed","colorNeutralForegroundInvertedLinkSelected","colorBrandForegroundInverted","colorBrandForegroundInvertedHover","colorBrandForegroundInvertedPressed","colorBrandForegroundOnLight","colorBrandForegroundOnLightHover","colorBrandForegroundOnLightPressed","colorBrandForegroundOnLightSelected","colorNeutralBackground1","colorNeutralBackground1Hover","colorNeutralBackground1Pressed","colorNeutralBackground1Selected","colorNeutralBackground2","colorNeutralBackground2Hover","colorNeutralBackground2Pressed","colorNeutralBackground2Selected","colorNeutralBackground3","colorNeutralBackground3Hover","colorNeutralBackground3Pressed","colorNeutralBackground3Selected","colorNeutralBackground4","colorNeutralBackground4Hover","colorNeutralBackground4Pressed","colorNeutralBackground4Selected","colorNeutralBackground5","colorNeutralBackground5Hover","colorNeutralBackground5Pressed","black","colorNeutralBackground5Selected","colorNeutralBackground6","colorNeutralBackgroundInverted","colorNeutralBackgroundStatic","colorNeutralBackgroundAlpha","grey10Alpha","colorNeutralBackgroundAlpha2","grey12Alpha","colorSubtleBackground","colorSubtleBackgroundHover","colorSubtleBackgroundPressed","colorSubtleBackgroundSelected","colorSubtleBackgroundLightAlphaHover","grey14Alpha","colorSubtleBackgroundLightAlphaPressed","colorSubtleBackgroundLightAlphaSelected","colorSubtleBackgroundInverted","colorSubtleBackgroundInvertedHover","blackAlpha","colorSubtleBackgroundInvertedPressed","colorSubtleBackgroundInvertedSelected","colorTransparentBackground","colorTransparentBackgroundHover","colorTransparentBackgroundPressed","colorTransparentBackgroundSelected","colorNeutralBackgroundDisabled","colorNeutralBackgroundInvertedDisabled","colorNeutralStencil1","colorNeutralStencil2","colorNeutralStencil1Alpha","colorNeutralStencil2Alpha","colorBackgroundOverlay","colorScrollbarOverlay","colorBrandBackground","colorBrandBackgroundHover","colorBrandBackgroundPressed","colorBrandBackgroundSelected","colorCompoundBrandBackground","colorCompoundBrandBackgroundHover","colorCompoundBrandBackgroundPressed","colorBrandBackgroundStatic","colorBrandBackground2","colorBrandBackgroundInverted","colorBrandBackgroundInvertedHover","colorBrandBackgroundInvertedPressed","colorBrandBackgroundInvertedSelected","colorNeutralStrokeAccessible","colorNeutralStrokeAccessibleHover","colorNeutralStrokeAccessiblePressed","colorNeutralStrokeAccessibleSelected","colorNeutralStroke1","colorNeutralStroke1Hover","colorNeutralStroke1Pressed","colorNeutralStroke1Selected","colorNeutralStroke2","colorNeutralStroke3","colorNeutralStrokeOnBrand","colorNeutralStrokeOnBrand2","colorNeutralStrokeOnBrand2Hover","colorNeutralStrokeOnBrand2Pressed","colorNeutralStrokeOnBrand2Selected","colorBrandStroke1","colorBrandStroke2","colorCompoundBrandStroke","colorCompoundBrandStrokeHover","colorCompoundBrandStrokePressed","colorNeutralStrokeDisabled","colorNeutralStrokeInvertedDisabled","colorTransparentStroke","colorTransparentStrokeInteractive","colorTransparentStrokeDisabled","colorNeutralStrokeAlpha","colorStrokeFocus1","colorStrokeFocus2","colorNeutralShadowAmbient","colorNeutralShadowKey","colorNeutralShadowAmbientLighter","colorNeutralShadowKeyLighter","colorNeutralShadowAmbientDarker","colorNeutralShadowKeyDarker","colorBrandShadowAmbient","colorBrandShadowKey"],"mappings":"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"}
1
+ {"version":3,"sources":["teamsDarkColor.js"],"sourcesContent":["/* !!! DO NOT EDIT !!! */ /* This file has been generated by the token pipeline */ import { black, blackAlpha, grey, grey10Alpha, grey12Alpha, grey14Alpha, white, whiteAlpha } from '../global/colors';\nexport const generateColorTokens = (brand)=>({\n colorNeutralForeground1: white,\n colorNeutralForeground1Hover: white,\n colorNeutralForeground1Pressed: white,\n colorNeutralForeground1Selected: white,\n colorNeutralForeground2: grey[84],\n colorNeutralForeground2Hover: white,\n colorNeutralForeground2Pressed: white,\n colorNeutralForeground2Selected: white,\n colorNeutralForeground2BrandHover: brand[100],\n colorNeutralForeground2BrandPressed: brand[90],\n colorNeutralForeground2BrandSelected: brand[100],\n colorNeutralForeground3: grey[68],\n colorNeutralForeground3Hover: grey[84],\n colorNeutralForeground3Pressed: grey[84],\n colorNeutralForeground3Selected: grey[84],\n colorNeutralForeground3BrandHover: brand[100],\n colorNeutralForeground3BrandPressed: brand[90],\n colorNeutralForeground3BrandSelected: brand[100],\n colorNeutralForeground4: grey[60],\n colorNeutralForegroundDisabled: grey[36],\n colorNeutralForegroundInvertedDisabled: whiteAlpha[40],\n colorBrandForegroundLink: brand[100],\n colorBrandForegroundLinkHover: brand[110],\n colorBrandForegroundLinkPressed: brand[90],\n colorBrandForegroundLinkSelected: brand[100],\n colorNeutralForeground2Link: grey[84],\n colorNeutralForeground2LinkHover: white,\n colorNeutralForeground2LinkPressed: white,\n colorNeutralForeground2LinkSelected: white,\n colorCompoundBrandForeground1: brand[100],\n colorCompoundBrandForeground1Hover: brand[110],\n colorCompoundBrandForeground1Pressed: brand[90],\n colorBrandForeground1: brand[100],\n colorBrandForeground2: brand[120],\n colorBrandForeground2Hover: brand[130],\n colorBrandForeground2Pressed: brand[160],\n colorNeutralForeground1Static: grey[14],\n colorNeutralForegroundStaticInverted: white,\n colorNeutralForegroundInverted: grey[14],\n colorNeutralForegroundInvertedHover: grey[14],\n colorNeutralForegroundInvertedPressed: grey[14],\n colorNeutralForegroundInvertedSelected: grey[14],\n colorNeutralForegroundInverted2: grey[14],\n colorNeutralForegroundOnBrand: white,\n colorNeutralForegroundInvertedLink: white,\n colorNeutralForegroundInvertedLinkHover: white,\n colorNeutralForegroundInvertedLinkPressed: white,\n colorNeutralForegroundInvertedLinkSelected: white,\n colorBrandForegroundInverted: brand[80],\n colorBrandForegroundInvertedHover: brand[70],\n colorBrandForegroundInvertedPressed: brand[60],\n colorBrandForegroundOnLight: brand[80],\n colorBrandForegroundOnLightHover: brand[70],\n colorBrandForegroundOnLightPressed: brand[50],\n colorBrandForegroundOnLightSelected: brand[60],\n colorNeutralBackground1: grey[16],\n colorNeutralBackground1Hover: grey[24],\n colorNeutralBackground1Pressed: grey[12],\n colorNeutralBackground1Selected: grey[22],\n colorNeutralBackground2: grey[14],\n colorNeutralBackground2Hover: grey[22],\n colorNeutralBackground2Pressed: grey[10],\n colorNeutralBackground2Selected: grey[20],\n colorNeutralBackground3: grey[12],\n colorNeutralBackground3Hover: grey[20],\n colorNeutralBackground3Pressed: grey[8],\n colorNeutralBackground3Selected: grey[18],\n colorNeutralBackground4: grey[8],\n colorNeutralBackground4Hover: grey[16],\n colorNeutralBackground4Pressed: grey[4],\n colorNeutralBackground4Selected: grey[14],\n colorNeutralBackground5: grey[4],\n colorNeutralBackground5Hover: grey[12],\n colorNeutralBackground5Pressed: black,\n colorNeutralBackground5Selected: grey[10],\n colorNeutralBackground6: grey[20],\n colorNeutralBackgroundInverted: white,\n colorNeutralBackgroundStatic: grey[24],\n colorNeutralBackgroundAlpha: grey10Alpha[50],\n colorNeutralBackgroundAlpha2: grey12Alpha[70],\n colorSubtleBackground: 'transparent',\n colorSubtleBackgroundHover: grey[22],\n colorSubtleBackgroundPressed: grey[18],\n colorSubtleBackgroundSelected: grey[20],\n colorSubtleBackgroundLightAlphaHover: grey14Alpha[80],\n colorSubtleBackgroundLightAlphaPressed: grey14Alpha[50],\n colorSubtleBackgroundLightAlphaSelected: 'transparent',\n colorSubtleBackgroundInverted: 'transparent',\n colorSubtleBackgroundInvertedHover: blackAlpha[10],\n colorSubtleBackgroundInvertedPressed: blackAlpha[30],\n colorSubtleBackgroundInvertedSelected: blackAlpha[20],\n colorTransparentBackground: 'transparent',\n colorTransparentBackgroundHover: 'transparent',\n colorTransparentBackgroundPressed: 'transparent',\n colorTransparentBackgroundSelected: 'transparent',\n colorNeutralBackgroundDisabled: grey[8],\n colorNeutralBackgroundInvertedDisabled: whiteAlpha[10],\n colorNeutralStencil1: grey[34],\n colorNeutralStencil2: grey[20],\n colorNeutralStencil1Alpha: whiteAlpha[10],\n colorNeutralStencil2Alpha: whiteAlpha[5],\n colorBackgroundOverlay: blackAlpha[50],\n colorScrollbarOverlay: whiteAlpha[60],\n colorBrandBackground: brand[70],\n colorBrandBackgroundHover: brand[80],\n colorBrandBackgroundPressed: brand[40],\n colorBrandBackgroundSelected: brand[60],\n colorCompoundBrandBackground: brand[100],\n colorCompoundBrandBackgroundHover: brand[110],\n colorCompoundBrandBackgroundPressed: brand[90],\n colorBrandBackgroundStatic: brand[80],\n colorBrandBackground2: brand[20],\n colorBrandBackground2Hover: brand[40],\n colorBrandBackground2Pressed: brand[10],\n colorBrandBackgroundInverted: white,\n colorBrandBackgroundInvertedHover: brand[160],\n colorBrandBackgroundInvertedPressed: brand[140],\n colorBrandBackgroundInvertedSelected: brand[150],\n colorNeutralStrokeAccessible: grey[68],\n colorNeutralStrokeAccessibleHover: grey[74],\n colorNeutralStrokeAccessiblePressed: grey[70],\n colorNeutralStrokeAccessibleSelected: brand[100],\n colorNeutralStroke1: grey[40],\n colorNeutralStroke1Hover: grey[46],\n colorNeutralStroke1Pressed: grey[42],\n colorNeutralStroke1Selected: grey[44],\n colorNeutralStroke2: grey[32],\n colorNeutralStroke3: grey[24],\n colorNeutralStrokeSubtle: grey[4],\n colorNeutralStrokeOnBrand: grey[16],\n colorNeutralStrokeOnBrand2: white,\n colorNeutralStrokeOnBrand2Hover: white,\n colorNeutralStrokeOnBrand2Pressed: white,\n colorNeutralStrokeOnBrand2Selected: white,\n colorBrandStroke1: brand[100],\n colorBrandStroke2: brand[50],\n colorBrandStroke2Hover: brand[50],\n colorBrandStroke2Pressed: brand[30],\n colorCompoundBrandStroke: brand[90],\n colorCompoundBrandStrokeHover: brand[100],\n colorCompoundBrandStrokePressed: brand[80],\n colorNeutralStrokeDisabled: grey[26],\n colorNeutralStrokeInvertedDisabled: whiteAlpha[40],\n colorTransparentStroke: 'transparent',\n colorTransparentStrokeInteractive: 'transparent',\n colorTransparentStrokeDisabled: 'transparent',\n colorNeutralStrokeAlpha: whiteAlpha[10],\n colorStrokeFocus1: black,\n colorStrokeFocus2: white,\n colorNeutralShadowAmbient: 'rgba(0,0,0,0.24)',\n colorNeutralShadowKey: 'rgba(0,0,0,0.28)',\n colorNeutralShadowAmbientLighter: 'rgba(0,0,0,0.12)',\n colorNeutralShadowKeyLighter: 'rgba(0,0,0,0.14)',\n colorNeutralShadowAmbientDarker: 'rgba(0,0,0,0.40)',\n colorNeutralShadowKeyDarker: 'rgba(0,0,0,0.48)',\n colorBrandShadowAmbient: 'rgba(0,0,0,0.30)',\n colorBrandShadowKey: 'rgba(0,0,0,0.25)'\n });\n"],"names":["generateColorTokens","brand","colorNeutralForeground1","white","colorNeutralForeground1Hover","colorNeutralForeground1Pressed","colorNeutralForeground1Selected","colorNeutralForeground2","grey","colorNeutralForeground2Hover","colorNeutralForeground2Pressed","colorNeutralForeground2Selected","colorNeutralForeground2BrandHover","colorNeutralForeground2BrandPressed","colorNeutralForeground2BrandSelected","colorNeutralForeground3","colorNeutralForeground3Hover","colorNeutralForeground3Pressed","colorNeutralForeground3Selected","colorNeutralForeground3BrandHover","colorNeutralForeground3BrandPressed","colorNeutralForeground3BrandSelected","colorNeutralForeground4","colorNeutralForegroundDisabled","colorNeutralForegroundInvertedDisabled","whiteAlpha","colorBrandForegroundLink","colorBrandForegroundLinkHover","colorBrandForegroundLinkPressed","colorBrandForegroundLinkSelected","colorNeutralForeground2Link","colorNeutralForeground2LinkHover","colorNeutralForeground2LinkPressed","colorNeutralForeground2LinkSelected","colorCompoundBrandForeground1","colorCompoundBrandForeground1Hover","colorCompoundBrandForeground1Pressed","colorBrandForeground1","colorBrandForeground2","colorBrandForeground2Hover","colorBrandForeground2Pressed","colorNeutralForeground1Static","colorNeutralForegroundStaticInverted","colorNeutralForegroundInverted","colorNeutralForegroundInvertedHover","colorNeutralForegroundInvertedPressed","colorNeutralForegroundInvertedSelected","colorNeutralForegroundInverted2","colorNeutralForegroundOnBrand","colorNeutralForegroundInvertedLink","colorNeutralForegroundInvertedLinkHover","colorNeutralForegroundInvertedLinkPressed","colorNeutralForegroundInvertedLinkSelected","colorBrandForegroundInverted","colorBrandForegroundInvertedHover","colorBrandForegroundInvertedPressed","colorBrandForegroundOnLight","colorBrandForegroundOnLightHover","colorBrandForegroundOnLightPressed","colorBrandForegroundOnLightSelected","colorNeutralBackground1","colorNeutralBackground1Hover","colorNeutralBackground1Pressed","colorNeutralBackground1Selected","colorNeutralBackground2","colorNeutralBackground2Hover","colorNeutralBackground2Pressed","colorNeutralBackground2Selected","colorNeutralBackground3","colorNeutralBackground3Hover","colorNeutralBackground3Pressed","colorNeutralBackground3Selected","colorNeutralBackground4","colorNeutralBackground4Hover","colorNeutralBackground4Pressed","colorNeutralBackground4Selected","colorNeutralBackground5","colorNeutralBackground5Hover","colorNeutralBackground5Pressed","black","colorNeutralBackground5Selected","colorNeutralBackground6","colorNeutralBackgroundInverted","colorNeutralBackgroundStatic","colorNeutralBackgroundAlpha","grey10Alpha","colorNeutralBackgroundAlpha2","grey12Alpha","colorSubtleBackground","colorSubtleBackgroundHover","colorSubtleBackgroundPressed","colorSubtleBackgroundSelected","colorSubtleBackgroundLightAlphaHover","grey14Alpha","colorSubtleBackgroundLightAlphaPressed","colorSubtleBackgroundLightAlphaSelected","colorSubtleBackgroundInverted","colorSubtleBackgroundInvertedHover","blackAlpha","colorSubtleBackgroundInvertedPressed","colorSubtleBackgroundInvertedSelected","colorTransparentBackground","colorTransparentBackgroundHover","colorTransparentBackgroundPressed","colorTransparentBackgroundSelected","colorNeutralBackgroundDisabled","colorNeutralBackgroundInvertedDisabled","colorNeutralStencil1","colorNeutralStencil2","colorNeutralStencil1Alpha","colorNeutralStencil2Alpha","colorBackgroundOverlay","colorScrollbarOverlay","colorBrandBackground","colorBrandBackgroundHover","colorBrandBackgroundPressed","colorBrandBackgroundSelected","colorCompoundBrandBackground","colorCompoundBrandBackgroundHover","colorCompoundBrandBackgroundPressed","colorBrandBackgroundStatic","colorBrandBackground2","colorBrandBackground2Hover","colorBrandBackground2Pressed","colorBrandBackgroundInverted","colorBrandBackgroundInvertedHover","colorBrandBackgroundInvertedPressed","colorBrandBackgroundInvertedSelected","colorNeutralStrokeAccessible","colorNeutralStrokeAccessibleHover","colorNeutralStrokeAccessiblePressed","colorNeutralStrokeAccessibleSelected","colorNeutralStroke1","colorNeutralStroke1Hover","colorNeutralStroke1Pressed","colorNeutralStroke1Selected","colorNeutralStroke2","colorNeutralStroke3","colorNeutralStrokeSubtle","colorNeutralStrokeOnBrand","colorNeutralStrokeOnBrand2","colorNeutralStrokeOnBrand2Hover","colorNeutralStrokeOnBrand2Pressed","colorNeutralStrokeOnBrand2Selected","colorBrandStroke1","colorBrandStroke2","colorBrandStroke2Hover","colorBrandStroke2Pressed","colorCompoundBrandStroke","colorCompoundBrandStrokeHover","colorCompoundBrandStrokePressed","colorNeutralStrokeDisabled","colorNeutralStrokeInvertedDisabled","colorTransparentStroke","colorTransparentStrokeInteractive","colorTransparentStrokeDisabled","colorNeutralStrokeAlpha","colorStrokeFocus1","colorStrokeFocus2","colorNeutralShadowAmbient","colorNeutralShadowKey","colorNeutralShadowAmbientLighter","colorNeutralShadowKeyLighter","colorNeutralShadowAmbientDarker","colorNeutralShadowKeyDarker","colorBrandShadowAmbient","colorBrandShadowKey"],"mappings":"AAAA,uBAAuB,GAAG,sDAAsD;;;;+BACnEA;;aAAAA;;wBADwK;AAC9K,MAAMA,sBAAsB,CAACC,QAAS,CAAA;QACrCC,yBAAyBC,aAAK;QAC9BC,8BAA8BD,aAAK;QACnCE,gCAAgCF,aAAK;QACrCG,iCAAiCH,aAAK;QACtCI,yBAAyBC,YAAI,CAAC,GAAG;QACjCC,8BAA8BN,aAAK;QACnCO,gCAAgCP,aAAK;QACrCQ,iCAAiCR,aAAK;QACtCS,mCAAmCX,KAAK,CAAC,IAAI;QAC7CY,qCAAqCZ,KAAK,CAAC,GAAG;QAC9Ca,sCAAsCb,KAAK,CAAC,IAAI;QAChDc,yBAAyBP,YAAI,CAAC,GAAG;QACjCQ,8BAA8BR,YAAI,CAAC,GAAG;QACtCS,gCAAgCT,YAAI,CAAC,GAAG;QACxCU,iCAAiCV,YAAI,CAAC,GAAG;QACzCW,mCAAmClB,KAAK,CAAC,IAAI;QAC7CmB,qCAAqCnB,KAAK,CAAC,GAAG;QAC9CoB,sCAAsCpB,KAAK,CAAC,IAAI;QAChDqB,yBAAyBd,YAAI,CAAC,GAAG;QACjCe,gCAAgCf,YAAI,CAAC,GAAG;QACxCgB,wCAAwCC,kBAAU,CAAC,GAAG;QACtDC,0BAA0BzB,KAAK,CAAC,IAAI;QACpC0B,+BAA+B1B,KAAK,CAAC,IAAI;QACzC2B,iCAAiC3B,KAAK,CAAC,GAAG;QAC1C4B,kCAAkC5B,KAAK,CAAC,IAAI;QAC5C6B,6BAA6BtB,YAAI,CAAC,GAAG;QACrCuB,kCAAkC5B,aAAK;QACvC6B,oCAAoC7B,aAAK;QACzC8B,qCAAqC9B,aAAK;QAC1C+B,+BAA+BjC,KAAK,CAAC,IAAI;QACzCkC,oCAAoClC,KAAK,CAAC,IAAI;QAC9CmC,sCAAsCnC,KAAK,CAAC,GAAG;QAC/CoC,uBAAuBpC,KAAK,CAAC,IAAI;QACjCqC,uBAAuBrC,KAAK,CAAC,IAAI;QACjCsC,4BAA4BtC,KAAK,CAAC,IAAI;QACtCuC,8BAA8BvC,KAAK,CAAC,IAAI;QACxCwC,+BAA+BjC,YAAI,CAAC,GAAG;QACvCkC,sCAAsCvC,aAAK;QAC3CwC,gCAAgCnC,YAAI,CAAC,GAAG;QACxCoC,qCAAqCpC,YAAI,CAAC,GAAG;QAC7CqC,uCAAuCrC,YAAI,CAAC,GAAG;QAC/CsC,wCAAwCtC,YAAI,CAAC,GAAG;QAChDuC,iCAAiCvC,YAAI,CAAC,GAAG;QACzCwC,+BAA+B7C,aAAK;QACpC8C,oCAAoC9C,aAAK;QACzC+C,yCAAyC/C,aAAK;QAC9CgD,2CAA2ChD,aAAK;QAChDiD,4CAA4CjD,aAAK;QACjDkD,8BAA8BpD,KAAK,CAAC,GAAG;QACvCqD,mCAAmCrD,KAAK,CAAC,GAAG;QAC5CsD,qCAAqCtD,KAAK,CAAC,GAAG;QAC9CuD,6BAA6BvD,KAAK,CAAC,GAAG;QACtCwD,kCAAkCxD,KAAK,CAAC,GAAG;QAC3CyD,oCAAoCzD,KAAK,CAAC,GAAG;QAC7C0D,qCAAqC1D,KAAK,CAAC,GAAG;QAC9C2D,yBAAyBpD,YAAI,CAAC,GAAG;QACjCqD,8BAA8BrD,YAAI,CAAC,GAAG;QACtCsD,gCAAgCtD,YAAI,CAAC,GAAG;QACxCuD,iCAAiCvD,YAAI,CAAC,GAAG;QACzCwD,yBAAyBxD,YAAI,CAAC,GAAG;QACjCyD,8BAA8BzD,YAAI,CAAC,GAAG;QACtC0D,gCAAgC1D,YAAI,CAAC,GAAG;QACxC2D,iCAAiC3D,YAAI,CAAC,GAAG;QACzC4D,yBAAyB5D,YAAI,CAAC,GAAG;QACjC6D,8BAA8B7D,YAAI,CAAC,GAAG;QACtC8D,gCAAgC9D,YAAI,CAAC,EAAE;QACvC+D,iCAAiC/D,YAAI,CAAC,GAAG;QACzCgE,yBAAyBhE,YAAI,CAAC,EAAE;QAChCiE,8BAA8BjE,YAAI,CAAC,GAAG;QACtCkE,gCAAgClE,YAAI,CAAC,EAAE;QACvCmE,iCAAiCnE,YAAI,CAAC,GAAG;QACzCoE,yBAAyBpE,YAAI,CAAC,EAAE;QAChCqE,8BAA8BrE,YAAI,CAAC,GAAG;QACtCsE,gCAAgCC,aAAK;QACrCC,iCAAiCxE,YAAI,CAAC,GAAG;QACzCyE,yBAAyBzE,YAAI,CAAC,GAAG;QACjC0E,gCAAgC/E,aAAK;QACrCgF,8BAA8B3E,YAAI,CAAC,GAAG;QACtC4E,6BAA6BC,mBAAW,CAAC,GAAG;QAC5CC,8BAA8BC,mBAAW,CAAC,GAAG;QAC7CC,uBAAuB;QACvBC,4BAA4BjF,YAAI,CAAC,GAAG;QACpCkF,8BAA8BlF,YAAI,CAAC,GAAG;QACtCmF,+BAA+BnF,YAAI,CAAC,GAAG;QACvCoF,sCAAsCC,mBAAW,CAAC,GAAG;QACrDC,wCAAwCD,mBAAW,CAAC,GAAG;QACvDE,yCAAyC;QACzCC,+BAA+B;QAC/BC,oCAAoCC,kBAAU,CAAC,GAAG;QAClDC,sCAAsCD,kBAAU,CAAC,GAAG;QACpDE,uCAAuCF,kBAAU,CAAC,GAAG;QACrDG,4BAA4B;QAC5BC,iCAAiC;QACjCC,mCAAmC;QACnCC,oCAAoC;QACpCC,gCAAgCjG,YAAI,CAAC,EAAE;QACvCkG,wCAAwCjF,kBAAU,CAAC,GAAG;QACtDkF,sBAAsBnG,YAAI,CAAC,GAAG;QAC9BoG,sBAAsBpG,YAAI,CAAC,GAAG;QAC9BqG,2BAA2BpF,kBAAU,CAAC,GAAG;QACzCqF,2BAA2BrF,kBAAU,CAAC,EAAE;QACxCsF,wBAAwBb,kBAAU,CAAC,GAAG;QACtCc,uBAAuBvF,kBAAU,CAAC,GAAG;QACrCwF,sBAAsBhH,KAAK,CAAC,GAAG;QAC/BiH,2BAA2BjH,KAAK,CAAC,GAAG;QACpCkH,6BAA6BlH,KAAK,CAAC,GAAG;QACtCmH,8BAA8BnH,KAAK,CAAC,GAAG;QACvCoH,8BAA8BpH,KAAK,CAAC,IAAI;QACxCqH,mCAAmCrH,KAAK,CAAC,IAAI;QAC7CsH,qCAAqCtH,KAAK,CAAC,GAAG;QAC9CuH,4BAA4BvH,KAAK,CAAC,GAAG;QACrCwH,uBAAuBxH,KAAK,CAAC,GAAG;QAChCyH,4BAA4BzH,KAAK,CAAC,GAAG;QACrC0H,8BAA8B1H,KAAK,CAAC,GAAG;QACvC2H,8BAA8BzH,aAAK;QACnC0H,mCAAmC5H,KAAK,CAAC,IAAI;QAC7C6H,qCAAqC7H,KAAK,CAAC,IAAI;QAC/C8H,sCAAsC9H,KAAK,CAAC,IAAI;QAChD+H,8BAA8BxH,YAAI,CAAC,GAAG;QACtCyH,mCAAmCzH,YAAI,CAAC,GAAG;QAC3C0H,qCAAqC1H,YAAI,CAAC,GAAG;QAC7C2H,sCAAsClI,KAAK,CAAC,IAAI;QAChDmI,qBAAqB5H,YAAI,CAAC,GAAG;QAC7B6H,0BAA0B7H,YAAI,CAAC,GAAG;QAClC8H,4BAA4B9H,YAAI,CAAC,GAAG;QACpC+H,6BAA6B/H,YAAI,CAAC,GAAG;QACrCgI,qBAAqBhI,YAAI,CAAC,GAAG;QAC7BiI,qBAAqBjI,YAAI,CAAC,GAAG;QAC7BkI,0BAA0BlI,YAAI,CAAC,EAAE;QACjCmI,2BAA2BnI,YAAI,CAAC,GAAG;QACnCoI,4BAA4BzI,aAAK;QACjC0I,iCAAiC1I,aAAK;QACtC2I,mCAAmC3I,aAAK;QACxC4I,oCAAoC5I,aAAK;QACzC6I,mBAAmB/I,KAAK,CAAC,IAAI;QAC7BgJ,mBAAmBhJ,KAAK,CAAC,GAAG;QAC5BiJ,wBAAwBjJ,KAAK,CAAC,GAAG;QACjCkJ,0BAA0BlJ,KAAK,CAAC,GAAG;QACnCmJ,0BAA0BnJ,KAAK,CAAC,GAAG;QACnCoJ,+BAA+BpJ,KAAK,CAAC,IAAI;QACzCqJ,iCAAiCrJ,KAAK,CAAC,GAAG;QAC1CsJ,4BAA4B/I,YAAI,CAAC,GAAG;QACpCgJ,oCAAoC/H,kBAAU,CAAC,GAAG;QAClDgI,wBAAwB;QACxBC,mCAAmC;QACnCC,gCAAgC;QAChCC,yBAAyBnI,kBAAU,CAAC,GAAG;QACvCoI,mBAAmB9E,aAAK;QACxB+E,mBAAmB3J,aAAK;QACxB4J,2BAA2B;QAC3BC,uBAAuB;QACvBC,kCAAkC;QAClCC,8BAA8B;QAC9BC,iCAAiC;QACjCC,6BAA6B;QAC7BC,yBAAyB;QACzBC,qBAAqB;IACzB,CAAA"}
@@ -13,6 +13,4 @@ const borderRadius = {
13
13
  borderRadiusLarge: '6px',
14
14
  borderRadiusXLarge: '8px',
15
15
  borderRadiusCircular: '10000px'
16
- }; //# sourceMappingURL=borderRadius.js.map
17
-
18
- //# sourceMappingURL=borderRadius.js.map
16
+ };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../lib/global/borderRadius.js"],"sourcesContent":["export const borderRadius = {\n borderRadiusNone: '0',\n borderRadiusSmall: '2px',\n borderRadiusMedium: '4px',\n borderRadiusLarge: '6px',\n borderRadiusXLarge: '8px',\n borderRadiusCircular: '10000px'\n};\n//# sourceMappingURL=borderRadius.js.map"],"names":["borderRadius","borderRadiusNone","borderRadiusSmall","borderRadiusMedium","borderRadiusLarge","borderRadiusXLarge","borderRadiusCircular"],"mappings":";;;;+BAAaA;;aAAAA;;AAAN,MAAMA,eAAe;IAC1BC,kBAAkB;IAClBC,mBAAmB;IACnBC,oBAAoB;IACpBC,mBAAmB;IACnBC,oBAAoB;IACpBC,sBAAsB;AACxB,GACA,wCAAwC"}
1
+ {"version":3,"sources":["borderRadius.js"],"sourcesContent":["export const borderRadius = {\n borderRadiusNone: '0',\n borderRadiusSmall: '2px',\n borderRadiusMedium: '4px',\n borderRadiusLarge: '6px',\n borderRadiusXLarge: '8px',\n borderRadiusCircular: '10000px'\n};\n"],"names":["borderRadius","borderRadiusNone","borderRadiusSmall","borderRadiusMedium","borderRadiusLarge","borderRadiusXLarge","borderRadiusCircular"],"mappings":";;;;+BAAaA;;aAAAA;;AAAN,MAAMA,eAAe;IACxBC,kBAAkB;IAClBC,mBAAmB;IACnBC,oBAAoB;IACpBC,mBAAmB;IACnBC,oBAAoB;IACpBC,sBAAsB;AAC1B"}
@@ -66,6 +66,4 @@ const brandOffice = {
66
66
  140: `#ffb498`,
67
67
  150: `#f4beaa`,
68
68
  160: `#f9dcd1`
69
- }; //# sourceMappingURL=brandColors.js.map
70
-
71
- //# sourceMappingURL=brandColors.js.map
69
+ };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../lib/global/brandColors.js"],"sourcesContent":["export const brandWeb = {\n 10: `#061724`,\n 20: `#082338`,\n 30: `#0a2e4a`,\n 40: `#0c3b5e`,\n 50: `#0e4775`,\n 60: `#0f548c`,\n 70: `#115ea3`,\n 80: `#0f6cbd`,\n 90: `#2886de`,\n 100: `#479ef5`,\n 110: `#62abf5`,\n 120: `#77b7f7`,\n 130: `#96c6fa`,\n 140: `#b4d6fa`,\n 150: `#cfe4fa`,\n 160: `#ebf3fc`\n};\nexport const brandTeams = {\n 10: `#2b2b40`,\n 20: `#2f2f4a`,\n 30: `#333357`,\n 40: `#383966`,\n 50: `#3d3e78`,\n 60: `#444791`,\n 70: `#4f52b2`,\n 80: `#5b5fc7`,\n 90: `#7579eb`,\n 100: `#7f85f5`,\n 110: `#9299f7`,\n 120: `#aab1fa`,\n 130: `#b6bcfa`,\n 140: `#c5cbfa`,\n 150: `#dce0fa`,\n 160: `#e8ebfa`\n};\nexport const brandOffice = {\n 10: `#29130b`,\n 20: `#4d2415`,\n 30: `#792000`,\n 40: `#99482b`,\n 50: `#a52c00`,\n 60: `#c33400`,\n 70: `#e06a3f`,\n 80: `#d83b01`,\n 90: `#dd4f1b`,\n 100: `#fe7948`,\n 110: `#ff865a`,\n 120: `#ff9973`,\n 130: `#e8825d`,\n 140: `#ffb498`,\n 150: `#f4beaa`,\n 160: `#f9dcd1`\n};\n//# sourceMappingURL=brandColors.js.map"],"names":["brandWeb","brandTeams","brandOffice"],"mappings":";;;;;;;;;;;IAAaA,QAAQ,MAARA;IAkBAC,UAAU,MAAVA;IAkBAC,WAAW,MAAXA;;AApCN,MAAMF,WAAW;IACtB,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;AAChB;AACO,MAAMC,aAAa;IACxB,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;AAChB;AACO,MAAMC,cAAc;IACzB,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;AAChB,GACA,uCAAuC"}
1
+ {"version":3,"sources":["brandColors.js"],"sourcesContent":["export const brandWeb = {\n 10: `#061724`,\n 20: `#082338`,\n 30: `#0a2e4a`,\n 40: `#0c3b5e`,\n 50: `#0e4775`,\n 60: `#0f548c`,\n 70: `#115ea3`,\n 80: `#0f6cbd`,\n 90: `#2886de`,\n 100: `#479ef5`,\n 110: `#62abf5`,\n 120: `#77b7f7`,\n 130: `#96c6fa`,\n 140: `#b4d6fa`,\n 150: `#cfe4fa`,\n 160: `#ebf3fc`\n};\nexport const brandTeams = {\n 10: `#2b2b40`,\n 20: `#2f2f4a`,\n 30: `#333357`,\n 40: `#383966`,\n 50: `#3d3e78`,\n 60: `#444791`,\n 70: `#4f52b2`,\n 80: `#5b5fc7`,\n 90: `#7579eb`,\n 100: `#7f85f5`,\n 110: `#9299f7`,\n 120: `#aab1fa`,\n 130: `#b6bcfa`,\n 140: `#c5cbfa`,\n 150: `#dce0fa`,\n 160: `#e8ebfa`\n};\nexport const brandOffice = {\n 10: `#29130b`,\n 20: `#4d2415`,\n 30: `#792000`,\n 40: `#99482b`,\n 50: `#a52c00`,\n 60: `#c33400`,\n 70: `#e06a3f`,\n 80: `#d83b01`,\n 90: `#dd4f1b`,\n 100: `#fe7948`,\n 110: `#ff865a`,\n 120: `#ff9973`,\n 130: `#e8825d`,\n 140: `#ffb498`,\n 150: `#f4beaa`,\n 160: `#f9dcd1`\n};\n"],"names":["brandWeb","brandTeams","brandOffice"],"mappings":";;;;;;;;;;;IAAaA,QAAQ,MAARA;IAkBAC,UAAU,MAAVA;IAkBAC,WAAW,MAAXA;;AApCN,MAAMF,WAAW;IACpB,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;AAClB;AACO,MAAMC,aAAa;IACtB,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;AAClB;AACO,MAAMC,cAAc;IACvB,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,IAAI,CAAC,OAAO,CAAC;IACb,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;IACd,KAAK,CAAC,OAAO,CAAC;AAClB"}
@@ -51,6 +51,4 @@ const personaSharedColors = {
51
51
  mink: _colors.mink,
52
52
  platinum: _colors.platinum,
53
53
  anchor: _colors.anchor
54
- }; //# sourceMappingURL=colorPalette.js.map
55
-
56
- //# sourceMappingURL=colorPalette.js.map
54
+ };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../lib/global/colorPalette.js"],"sourcesContent":["import { red, green, darkOrange, yellow, berry, lightGreen, marigold, darkRed, cranberry, pumpkin, peach, gold, brass, brown, forest, seafoam, darkGreen, lightTeal, teal, steel, blue, royalBlue, cornflower, navy, lavender, purple, grape, lilac, pink, magenta, plum, beige, mink, platinum, anchor } from './colors';\nexport const statusSharedColors = {\n red,\n green,\n darkOrange,\n yellow,\n berry,\n lightGreen,\n marigold\n};\nexport const personaSharedColors = {\n darkRed,\n cranberry,\n pumpkin,\n peach,\n gold,\n brass,\n brown,\n forest,\n seafoam,\n darkGreen,\n lightTeal,\n teal,\n steel,\n blue,\n royalBlue,\n cornflower,\n navy,\n lavender,\n purple,\n grape,\n lilac,\n pink,\n magenta,\n plum,\n beige,\n mink,\n platinum,\n anchor\n};\n//# sourceMappingURL=colorPalette.js.map"],"names":["statusSharedColors","personaSharedColors","red","green","darkOrange","yellow","berry","lightGreen","marigold","darkRed","cranberry","pumpkin","peach","gold","brass","brown","forest","seafoam","darkGreen","lightTeal","teal","steel","blue","royalBlue","cornflower","navy","lavender","purple","grape","lilac","pink","magenta","plum","beige","mink","platinum","anchor"],"mappings":";;;;;;;;;;;IACaA,kBAAkB,MAAlBA;IASAC,mBAAmB,MAAnBA;;wBAVkS;AACxS,MAAMD,qBAAqB;IAChCE,KAAAA,WAAG;IACHC,OAAAA,aAAK;IACLC,YAAAA,kBAAU;IACVC,QAAAA,cAAM;IACNC,OAAAA,aAAK;IACLC,YAAAA,kBAAU;IACVC,UAAAA,gBAAQ;AACV;AACO,MAAMP,sBAAsB;IACjCQ,SAAAA,eAAO;IACPC,WAAAA,iBAAS;IACTC,SAAAA,eAAO;IACPC,OAAAA,aAAK;IACLC,MAAAA,YAAI;IACJC,OAAAA,aAAK;IACLC,OAAAA,aAAK;IACLC,QAAAA,cAAM;IACNC,SAAAA,eAAO;IACPC,WAAAA,iBAAS;IACTC,WAAAA,iBAAS;IACTC,MAAAA,YAAI;IACJC,OAAAA,aAAK;IACLC,MAAAA,YAAI;IACJC,WAAAA,iBAAS;IACTC,YAAAA,kBAAU;IACVC,MAAAA,YAAI;IACJC,UAAAA,gBAAQ;IACRC,QAAAA,cAAM;IACNC,OAAAA,aAAK;IACLC,OAAAA,aAAK;IACLC,MAAAA,YAAI;IACJC,SAAAA,eAAO;IACPC,MAAAA,YAAI;IACJC,OAAAA,aAAK;IACLC,MAAAA,YAAI;IACJC,UAAAA,gBAAQ;IACRC,QAAAA,cAAM;AACR,GACA,wCAAwC"}
1
+ {"version":3,"sources":["colorPalette.js"],"sourcesContent":["import { red, green, darkOrange, yellow, berry, lightGreen, marigold, darkRed, cranberry, pumpkin, peach, gold, brass, brown, forest, seafoam, darkGreen, lightTeal, teal, steel, blue, royalBlue, cornflower, navy, lavender, purple, grape, lilac, pink, magenta, plum, beige, mink, platinum, anchor } from './colors';\nexport const statusSharedColors = {\n red,\n green,\n darkOrange,\n yellow,\n berry,\n lightGreen,\n marigold\n};\nexport const personaSharedColors = {\n darkRed,\n cranberry,\n pumpkin,\n peach,\n gold,\n brass,\n brown,\n forest,\n seafoam,\n darkGreen,\n lightTeal,\n teal,\n steel,\n blue,\n royalBlue,\n cornflower,\n navy,\n lavender,\n purple,\n grape,\n lilac,\n pink,\n magenta,\n plum,\n beige,\n mink,\n platinum,\n anchor\n};\n"],"names":["statusSharedColors","personaSharedColors","red","green","darkOrange","yellow","berry","lightGreen","marigold","darkRed","cranberry","pumpkin","peach","gold","brass","brown","forest","seafoam","darkGreen","lightTeal","teal","steel","blue","royalBlue","cornflower","navy","lavender","purple","grape","lilac","pink","magenta","plum","beige","mink","platinum","anchor"],"mappings":";;;;;;;;;;;IACaA,kBAAkB,MAAlBA;IASAC,mBAAmB,MAAnBA;;wBAVkS;AACxS,MAAMD,qBAAqB;IAC9BE,KAAAA,WAAG;IACHC,OAAAA,aAAK;IACLC,YAAAA,kBAAU;IACVC,QAAAA,cAAM;IACNC,OAAAA,aAAK;IACLC,YAAAA,kBAAU;IACVC,UAAAA,gBAAQ;AACZ;AACO,MAAMP,sBAAsB;IAC/BQ,SAAAA,eAAO;IACPC,WAAAA,iBAAS;IACTC,SAAAA,eAAO;IACPC,OAAAA,aAAK;IACLC,MAAAA,YAAI;IACJC,OAAAA,aAAK;IACLC,OAAAA,aAAK;IACLC,QAAAA,cAAM;IACNC,SAAAA,eAAO;IACPC,WAAAA,iBAAS;IACTC,WAAAA,iBAAS;IACTC,MAAAA,YAAI;IACJC,OAAAA,aAAK;IACLC,MAAAA,YAAI;IACJC,WAAAA,iBAAS;IACTC,YAAAA,kBAAU;IACVC,MAAAA,YAAI;IACJC,UAAAA,gBAAQ;IACRC,QAAAA,cAAM;IACNC,OAAAA,aAAK;IACLC,OAAAA,aAAK;IACLC,MAAAA,YAAI;IACJC,SAAAA,eAAO;IACPC,MAAAA,YAAI;IACJC,OAAAA,aAAK;IACLC,MAAAA,YAAI;IACJC,UAAAA,gBAAQ;IACRC,QAAAA,cAAM;AACV"}
@@ -881,6 +881,4 @@ const charcoal = {
881
881
  tint40: '#c4c4c4',
882
882
  tint50: '#dfdfdf',
883
883
  tint60: '#f7f7f7'
884
- }; //# sourceMappingURL=colors.js.map
885
-
886
- //# sourceMappingURL=colors.js.map
884
+ };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../lib/global/colors.js"],"sourcesContent":["/* !!! DO NOT EDIT !!! */ /* This file has been generated by the token pipeline */export const grey = {\n '2': '#050505',\n '4': '#0a0a0a',\n '6': '#0f0f0f',\n '8': '#141414',\n '10': '#1a1a1a',\n '12': '#1f1f1f',\n '14': '#242424',\n '16': '#292929',\n '18': '#2e2e2e',\n '20': '#333333',\n '22': '#383838',\n '24': '#3d3d3d',\n '26': '#424242',\n '28': '#474747',\n '30': '#4d4d4d',\n '32': '#525252',\n '34': '#575757',\n '36': '#5c5c5c',\n '38': '#616161',\n '40': '#666666',\n '42': '#6b6b6b',\n '44': '#707070',\n '46': '#757575',\n '48': '#7a7a7a',\n '50': '#808080',\n '52': '#858585',\n '54': '#8a8a8a',\n '56': '#8f8f8f',\n '58': '#949494',\n '60': '#999999',\n '62': '#9e9e9e',\n '64': '#a3a3a3',\n '66': '#a8a8a8',\n '68': '#adadad',\n '70': '#b3b3b3',\n '72': '#b8b8b8',\n '74': '#bdbdbd',\n '76': '#c2c2c2',\n '78': '#c7c7c7',\n '80': '#cccccc',\n '82': '#d1d1d1',\n '84': '#d6d6d6',\n '86': '#dbdbdb',\n '88': '#e0e0e0',\n '90': '#e6e6e6',\n '92': '#ebebeb',\n '94': '#f0f0f0',\n '96': '#f5f5f5',\n '98': '#fafafa'\n};\nexport const whiteAlpha = {\n '5': 'rgba(255, 255, 255, 0.05)',\n '10': 'rgba(255, 255, 255, 0.1)',\n '20': 'rgba(255, 255, 255, 0.2)',\n '30': 'rgba(255, 255, 255, 0.3)',\n '40': 'rgba(255, 255, 255, 0.4)',\n '50': 'rgba(255, 255, 255, 0.5)',\n '60': 'rgba(255, 255, 255, 0.6)',\n '70': 'rgba(255, 255, 255, 0.7)',\n '80': 'rgba(255, 255, 255, 0.8)',\n '90': 'rgba(255, 255, 255, 0.9)'\n};\nexport const blackAlpha = {\n '5': 'rgba(0, 0, 0, 0.05)',\n '10': 'rgba(0, 0, 0, 0.1)',\n '20': 'rgba(0, 0, 0, 0.2)',\n '30': 'rgba(0, 0, 0, 0.3)',\n '40': 'rgba(0, 0, 0, 0.4)',\n '50': 'rgba(0, 0, 0, 0.5)',\n '60': 'rgba(0, 0, 0, 0.6)',\n '70': 'rgba(0, 0, 0, 0.7)',\n '80': 'rgba(0, 0, 0, 0.8)',\n '90': 'rgba(0, 0, 0, 0.9)'\n};\nexport const grey10Alpha = {\n '5': 'rgba(26, 26, 26, 0.05)',\n '10': 'rgba(26, 26, 26, 0.1)',\n '20': 'rgba(26, 26, 26, 0.2)',\n '30': 'rgba(26, 26, 26, 0.3)',\n '40': 'rgba(26, 26, 26, 0.4)',\n '50': 'rgba(26, 26, 26, 0.5)',\n '60': 'rgba(26, 26, 26, 0.6)',\n '70': 'rgba(26, 26, 26, 0.7)',\n '80': 'rgba(26, 26, 26, 0.8)',\n '90': 'rgba(26, 26, 26, 0.9)'\n};\nexport const grey12Alpha = {\n '5': 'rgba(31, 31, 31, 0.05)',\n '10': 'rgba(31, 31, 31, 0.1)',\n '20': 'rgba(31, 31, 31, 0.2)',\n '30': 'rgba(31, 31, 31, 0.3)',\n '40': 'rgba(31, 31, 31, 0.4)',\n '50': 'rgba(31, 31, 31, 0.5)',\n '60': 'rgba(31, 31, 31, 0.6)',\n '70': 'rgba(31, 31, 31, 0.7)',\n '80': 'rgba(31, 31, 31, 0.8)',\n '90': 'rgba(31, 31, 31, 0.9)'\n};\nexport const grey14Alpha = {\n '5': 'rgba(36, 36, 36, 0.05)',\n '10': 'rgba(36, 36, 36, 0.1)',\n '20': 'rgba(36, 36, 36, 0.2)',\n '30': 'rgba(36, 36, 36, 0.3)',\n '40': 'rgba(36, 36, 36, 0.4)',\n '50': 'rgba(36, 36, 36, 0.5)',\n '60': 'rgba(36, 36, 36, 0.6)',\n '70': 'rgba(36, 36, 36, 0.7)',\n '80': 'rgba(36, 36, 36, 0.8)',\n '90': 'rgba(36, 36, 36, 0.9)'\n};\nexport const white = '#ffffff';\nexport const black = '#000000';\nexport const hcHyperlink = '#ffff00';\nexport const hcHighlight = '#1aebff';\nexport const hcDisabled = '#3ff23f';\nexport const hcCanvas = '#000000';\nexport const hcCanvasText = '#ffffff';\nexport const hcHighlightText = '#000000';\nexport const hcButtonText = '#000000';\nexport const hcButtonFace = '#ffffff';\nexport const darkRed = {\n shade50: '#130204',\n shade40: '#230308',\n shade30: '#420610',\n shade20: '#590815',\n shade10: '#690a19',\n primary: '#750b1c',\n tint10: '#861b2c',\n tint20: '#962f3f',\n tint30: '#ac4f5e',\n tint40: '#d69ca5',\n tint50: '#e9c7cd',\n tint60: '#f9f0f2'\n};\nexport const burgundy = {\n shade50: '#1a0607',\n shade40: '#310b0d',\n shade30: '#5c1519',\n shade20: '#7d1d21',\n shade10: '#942228',\n primary: '#a4262c',\n tint10: '#af393e',\n tint20: '#ba4d52',\n tint30: '#c86c70',\n tint40: '#e4afb2',\n tint50: '#f0d3d4',\n tint60: '#fbf4f4'\n};\nexport const cranberry = {\n shade50: '#200205',\n shade40: '#3b0509',\n shade30: '#6e0811',\n shade20: '#960b18',\n shade10: '#b10e1c',\n primary: '#c50f1f',\n tint10: '#cc2635',\n tint20: '#d33f4c',\n tint30: '#dc626d',\n tint40: '#eeacb2',\n tint50: '#f6d1d5',\n tint60: '#fdf3f4'\n};\nexport const red = {\n shade50: '#210809',\n shade40: '#3f1011',\n shade30: '#751d1f',\n shade20: '#9f282b',\n shade10: '#bc2f32',\n primary: '#d13438',\n tint10: '#d7494c',\n tint20: '#dc5e62',\n tint30: '#e37d80',\n tint40: '#f1bbbc',\n tint50: '#f8dadb',\n tint60: '#fdf6f6'\n};\nexport const darkOrange = {\n shade50: '#230900',\n shade40: '#411200',\n shade30: '#7a2101',\n shade20: '#a62d01',\n shade10: '#c43501',\n primary: '#da3b01',\n tint10: '#de501c',\n tint20: '#e36537',\n tint30: '#e9835e',\n tint40: '#f4bfab',\n tint50: '#f9dcd1',\n tint60: '#fdf6f3'\n};\nexport const bronze = {\n shade50: '#1b0a01',\n shade40: '#321303',\n shade30: '#5e2405',\n shade20: '#7f3107',\n shade10: '#963a08',\n primary: '#a74109',\n tint10: '#b2521e',\n tint20: '#bc6535',\n tint30: '#ca8057',\n tint40: '#e5bba4',\n tint50: '#f1d9cc',\n tint60: '#fbf5f2'\n};\nexport const pumpkin = {\n shade50: '#200d03',\n shade40: '#3d1805',\n shade30: '#712d09',\n shade20: '#9a3d0c',\n shade10: '#b6480e',\n primary: '#ca5010',\n tint10: '#d06228',\n tint20: '#d77440',\n tint30: '#df8e64',\n tint40: '#efc4ad',\n tint50: '#f7dfd2',\n tint60: '#fdf7f4'\n};\nexport const orange = {\n shade50: '#271002',\n shade40: '#4a1e04',\n shade30: '#8a3707',\n shade20: '#bc4b09',\n shade10: '#de590b',\n primary: '#f7630c',\n tint10: '#f87528',\n tint20: '#f98845',\n tint30: '#faa06b',\n tint40: '#fdcfb4',\n tint50: '#fee5d7',\n tint60: '#fff9f5'\n};\nexport const peach = {\n shade50: '#291600',\n shade40: '#4d2a00',\n shade30: '#8f4e00',\n shade20: '#c26a00',\n shade10: '#e67e00',\n primary: '#ff8c00',\n tint10: '#ff9a1f',\n tint20: '#ffa83d',\n tint30: '#ffba66',\n tint40: '#ffddb3',\n tint50: '#ffedd6',\n tint60: '#fffaf5'\n};\nexport const marigold = {\n shade50: '#251a00',\n shade40: '#463100',\n shade30: '#835b00',\n shade20: '#b27c00',\n shade10: '#d39300',\n primary: '#eaa300',\n tint10: '#edad1c',\n tint20: '#efb839',\n tint30: '#f2c661',\n tint40: '#f9e2ae',\n tint50: '#fcefd3',\n tint60: '#fefbf4'\n};\nexport const yellow = {\n primary: '#fde300',\n shade10: '#e4cc00',\n shade20: '#c0ad00',\n shade30: '#817400',\n shade40: '#4c4400',\n shade50: '#282400',\n tint10: '#fde61e',\n tint20: '#fdea3d',\n tint30: '#feee66',\n tint40: '#fef7b2',\n tint50: '#fffad6',\n tint60: '#fffef5'\n};\nexport const gold = {\n shade50: '#1f1900',\n shade40: '#3a2f00',\n shade30: '#6c5700',\n shade20: '#937700',\n shade10: '#ae8c00',\n primary: '#c19c00',\n tint10: '#c8a718',\n tint20: '#d0b232',\n tint30: '#dac157',\n tint40: '#ecdfa5',\n tint50: '#f5eece',\n tint60: '#fdfbf2'\n};\nexport const brass = {\n shade50: '#181202',\n shade40: '#2e2103',\n shade30: '#553e06',\n shade20: '#745408',\n shade10: '#89640a',\n primary: '#986f0b',\n tint10: '#a47d1e',\n tint20: '#b18c34',\n tint30: '#c1a256',\n tint40: '#e0cea2',\n tint50: '#efe4cb',\n tint60: '#fbf8f2'\n};\nexport const brown = {\n shade50: '#170e07',\n shade40: '#2b1a0e',\n shade30: '#50301a',\n shade20: '#6c4123',\n shade10: '#804d29',\n primary: '#8e562e',\n tint10: '#9c663f',\n tint20: '#a97652',\n tint30: '#bb8f6f',\n tint40: '#ddc3b0',\n tint50: '#edded3',\n tint60: '#faf7f4'\n};\nexport const darkBrown = {\n shade50: '#0c0704',\n shade40: '#170c08',\n shade30: '#2b1710',\n shade20: '#3a1f15',\n shade10: '#452519',\n primary: '#4d291c',\n tint10: '#623a2b',\n tint20: '#784d3e',\n tint30: '#946b5c',\n tint40: '#caada3',\n tint50: '#e3d2cb',\n tint60: '#f8f3f2'\n};\nexport const lime = {\n shade50: '#121b06',\n shade40: '#23330b',\n shade30: '#405f14',\n shade20: '#57811b',\n shade10: '#689920',\n primary: '#73aa24',\n tint10: '#81b437',\n tint20: '#90be4c',\n tint30: '#a4cc6c',\n tint40: '#cfe5af',\n tint50: '#e5f1d3',\n tint60: '#f8fcf4'\n};\nexport const forest = {\n shade50: '#0c1501',\n shade40: '#162702',\n shade30: '#294903',\n shade20: '#376304',\n shade10: '#427505',\n primary: '#498205',\n tint10: '#599116',\n tint20: '#6ba02b',\n tint30: '#85b44c',\n tint40: '#bdd99b',\n tint50: '#dbebc7',\n tint60: '#f6faf0'\n};\nexport const seafoam = {\n shade50: '#002111',\n shade40: '#003d20',\n shade30: '#00723b',\n shade20: '#009b51',\n shade10: '#00b85f',\n primary: '#00cc6a',\n tint10: '#19d279',\n tint20: '#34d889',\n tint30: '#5ae0a0',\n tint40: '#a8f0cd',\n tint50: '#cff7e4',\n tint60: '#f3fdf8'\n};\nexport const lightGreen = {\n shade50: '#031a02',\n shade40: '#063004',\n shade30: '#0b5a08',\n shade20: '#0e7a0b',\n shade10: '#11910d',\n primary: '#13a10e',\n tint10: '#27ac22',\n tint20: '#3db838',\n tint30: '#5ec75a',\n tint40: '#a7e3a5',\n tint50: '#cef0cd',\n tint60: '#f2fbf2'\n};\nexport const green = {\n shade50: '#031403',\n shade40: '#052505',\n shade30: '#094509',\n shade20: '#0c5e0c',\n shade10: '#0e700e',\n primary: '#107c10',\n tint10: '#218c21',\n tint20: '#359b35',\n tint30: '#54b054',\n tint40: '#9fd89f',\n tint50: '#c9eac9',\n tint60: '#f1faf1'\n};\nexport const darkGreen = {\n shade50: '#021102',\n shade40: '#032003',\n shade30: '#063b06',\n shade20: '#085108',\n shade10: '#0a5f0a',\n primary: '#0b6a0b',\n tint10: '#1a7c1a',\n tint20: '#2d8e2d',\n tint30: '#4da64d',\n tint40: '#9ad29a',\n tint50: '#c6e7c6',\n tint60: '#f0f9f0'\n};\nexport const lightTeal = {\n shade50: '#001d1f',\n shade40: '#00373a',\n shade30: '#00666d',\n shade20: '#008b94',\n shade10: '#00a5af',\n primary: '#00b7c3',\n tint10: '#18bfca',\n tint20: '#32c8d1',\n tint30: '#58d3db',\n tint40: '#a6e9ed',\n tint50: '#cef3f5',\n tint60: '#f2fcfd'\n};\nexport const teal = {\n shade50: '#001516',\n shade40: '#012728',\n shade30: '#02494c',\n shade20: '#026467',\n shade10: '#037679',\n primary: '#038387',\n tint10: '#159195',\n tint20: '#2aa0a4',\n tint30: '#4cb4b7',\n tint40: '#9bd9db',\n tint50: '#c7ebec',\n tint60: '#f0fafa'\n};\nexport const darkTeal = {\n shade50: '#001010',\n shade40: '#001f1f',\n shade30: '#003939',\n shade20: '#004e4e',\n shade10: '#005c5c',\n primary: '#006666',\n tint10: '#0e7878',\n tint20: '#218b8b',\n tint30: '#41a3a3',\n tint40: '#92d1d1',\n tint50: '#c2e7e7',\n tint60: '#eff9f9'\n};\nexport const cyan = {\n shade50: '#00181e',\n shade40: '#002e38',\n shade30: '#005669',\n shade20: '#00748f',\n shade10: '#008aa9',\n primary: '#0099bc',\n tint10: '#18a4c4',\n tint20: '#31afcc',\n tint30: '#56bfd7',\n tint40: '#a4deeb',\n tint50: '#cdedf4',\n tint60: '#f2fafc'\n};\nexport const steel = {\n shade50: '#000f12',\n shade40: '#001b22',\n shade30: '#00333f',\n shade20: '#004555',\n shade10: '#005265',\n primary: '#005b70',\n tint10: '#0f6c81',\n tint20: '#237d92',\n tint30: '#4496a9',\n tint40: '#94c8d4',\n tint50: '#c3e1e8',\n tint60: '#eff7f9'\n};\nexport const lightBlue = {\n shade50: '#091823',\n shade40: '#112d42',\n shade30: '#20547c',\n shade20: '#2c72a8',\n shade10: '#3487c7',\n primary: '#3a96dd',\n tint10: '#4fa1e1',\n tint20: '#65ade5',\n tint30: '#83bdeb',\n tint40: '#bfddf5',\n tint50: '#dcedfa',\n tint60: '#f6fafe'\n};\nexport const blue = {\n shade50: '#001322',\n shade40: '#002440',\n shade30: '#004377',\n shade20: '#005ba1',\n shade10: '#006cbf',\n primary: '#0078d4',\n tint10: '#1a86d9',\n tint20: '#3595de',\n tint30: '#5caae5',\n tint40: '#a9d3f2',\n tint50: '#d0e7f8',\n tint60: '#f3f9fd'\n};\nexport const royalBlue = {\n shade50: '#000c16',\n shade40: '#00172a',\n shade30: '#002c4e',\n shade20: '#003b6a',\n shade10: '#00467e',\n primary: '#004e8c',\n tint10: '#125e9a',\n tint20: '#286fa8',\n tint30: '#4a89ba',\n tint40: '#9abfdc',\n tint50: '#c7dced',\n tint60: '#f0f6fa'\n};\nexport const darkBlue = {\n shade50: '#000910',\n shade40: '#00111f',\n shade30: '#002039',\n shade20: '#002b4e',\n shade10: '#00335c',\n primary: '#003966',\n tint10: '#0e4a78',\n tint20: '#215c8b',\n tint30: '#4178a3',\n tint40: '#92b5d1',\n tint50: '#c2d6e7',\n tint60: '#eff4f9'\n};\nexport const cornflower = {\n shade50: '#0d1126',\n shade40: '#182047',\n shade30: '#2c3c85',\n shade20: '#3c51b4',\n shade10: '#4760d5',\n primary: '#4f6bed',\n tint10: '#637cef',\n tint20: '#778df1',\n tint30: '#93a4f4',\n tint40: '#c8d1fa',\n tint50: '#e1e6fc',\n tint60: '#f7f9fe'\n};\nexport const navy = {\n shade50: '#00061d',\n shade40: '#000c36',\n shade30: '#001665',\n shade20: '#001e89',\n shade10: '#0023a2',\n primary: '#0027b4',\n tint10: '#173bbd',\n tint20: '#3050c6',\n tint30: '#546fd2',\n tint40: '#a3b2e8',\n tint50: '#ccd5f3',\n tint60: '#f2f4fc'\n};\nexport const lavender = {\n shade50: '#120f25',\n shade40: '#221d46',\n shade30: '#3f3682',\n shade20: '#5649b0',\n shade10: '#6656d1',\n primary: '#7160e8',\n tint10: '#8172eb',\n tint20: '#9184ee',\n tint30: '#a79cf1',\n tint40: '#d2ccf8',\n tint50: '#e7e4fb',\n tint60: '#f9f8fe'\n};\nexport const purple = {\n shade50: '#0f0717',\n shade40: '#1c0e2b',\n shade30: '#341a51',\n shade20: '#46236e',\n shade10: '#532982',\n primary: '#5c2e91',\n tint10: '#6b3f9e',\n tint20: '#7c52ab',\n tint30: '#9470bd',\n tint40: '#c6b1de',\n tint50: '#e0d3ed',\n tint60: '#f7f4fb'\n};\nexport const darkPurple = {\n shade50: '#0a0411',\n shade40: '#130820',\n shade30: '#240f3c',\n shade20: '#311552',\n shade10: '#3a1861',\n primary: '#401b6c',\n tint10: '#512b7e',\n tint20: '#633e8f',\n tint30: '#7e5ca7',\n tint40: '#b9a3d3',\n tint50: '#d8cce7',\n tint60: '#f5f2f9'\n};\nexport const orchid = {\n shade50: '#16101d',\n shade40: '#281e37',\n shade30: '#4c3867',\n shade20: '#674c8c',\n shade10: '#795aa6',\n primary: '#8764b8',\n tint10: '#9373c0',\n tint20: '#a083c9',\n tint30: '#b29ad4',\n tint40: '#d7caea',\n tint50: '#e9e2f4',\n tint60: '#f9f8fc'\n};\nexport const grape = {\n shade50: '#160418',\n shade40: '#29072e',\n shade30: '#4c0d55',\n shade20: '#671174',\n shade10: '#7a1589',\n primary: '#881798',\n tint10: '#952aa4',\n tint20: '#a33fb1',\n tint30: '#b55fc1',\n tint40: '#d9a7e0',\n tint50: '#eaceef',\n tint60: '#faf2fb'\n};\nexport const berry = {\n shade50: '#1f091d',\n shade40: '#3a1136',\n shade30: '#6d2064',\n shade20: '#932b88',\n shade10: '#af33a1',\n primary: '#c239b3',\n tint10: '#c94cbc',\n tint20: '#d161c4',\n tint30: '#da7ed0',\n tint40: '#edbbe7',\n tint50: '#f5daf2',\n tint60: '#fdf5fc'\n};\nexport const lilac = {\n shade50: '#1c0b1f',\n shade40: '#35153a',\n shade30: '#63276d',\n shade20: '#863593',\n shade10: '#9f3faf',\n primary: '#b146c2',\n tint10: '#ba58c9',\n tint20: '#c36bd1',\n tint30: '#cf87da',\n tint40: '#e6bfed',\n tint50: '#f2dcf5',\n tint60: '#fcf6fd'\n};\nexport const pink = {\n shade50: '#24091b',\n shade40: '#441232',\n shade30: '#80215d',\n shade20: '#ad2d7e',\n shade10: '#cd3595',\n primary: '#e43ba6',\n tint10: '#e750b0',\n tint20: '#ea66ba',\n tint30: '#ef85c8',\n tint40: '#f7c0e3',\n tint50: '#fbddf0',\n tint60: '#fef6fb'\n};\nexport const hotPink = {\n shade50: '#240016',\n shade40: '#44002a',\n shade30: '#7f004e',\n shade20: '#ad006a',\n shade10: '#cc007e',\n primary: '#e3008c',\n tint10: '#e61c99',\n tint20: '#ea38a6',\n tint30: '#ee5fb7',\n tint40: '#f7adda',\n tint50: '#fbd2eb',\n tint60: '#fef4fa'\n};\nexport const magenta = {\n shade50: '#1f0013',\n shade40: '#390024',\n shade30: '#6b0043',\n shade20: '#91005a',\n shade10: '#ac006b',\n primary: '#bf0077',\n tint10: '#c71885',\n tint20: '#ce3293',\n tint30: '#d957a8',\n tint40: '#eca5d1',\n tint50: '#f5cee6',\n tint60: '#fcf2f9'\n};\nexport const plum = {\n shade50: '#13000c',\n shade40: '#240017',\n shade30: '#43002b',\n shade20: '#5a003b',\n shade10: '#6b0045',\n primary: '#77004d',\n tint10: '#87105d',\n tint20: '#98246f',\n tint30: '#ad4589',\n tint40: '#d696c0',\n tint50: '#e9c4dc',\n tint60: '#faf0f6'\n};\nexport const beige = {\n shade50: '#141313',\n shade40: '#252323',\n shade30: '#444241',\n shade20: '#5d5958',\n shade10: '#6e6968',\n primary: '#7a7574',\n tint10: '#8a8584',\n tint20: '#9a9594',\n tint30: '#afabaa',\n tint40: '#d7d4d4',\n tint50: '#eae8e8',\n tint60: '#faf9f9'\n};\nexport const mink = {\n shade50: '#0f0e0e',\n shade40: '#1c1b1a',\n shade30: '#343231',\n shade20: '#474443',\n shade10: '#54514f',\n primary: '#5d5a58',\n tint10: '#706d6b',\n tint20: '#84817e',\n tint30: '#9e9b99',\n tint40: '#cecccb',\n tint50: '#e5e4e3',\n tint60: '#f8f8f8'\n};\nexport const silver = {\n shade50: '#151818',\n shade40: '#282d2e',\n shade30: '#4a5356',\n shade20: '#657174',\n shade10: '#78868a',\n primary: '#859599',\n tint10: '#92a1a5',\n tint20: '#a0aeb1',\n tint30: '#b3bfc2',\n tint40: '#d8dfe0',\n tint50: '#eaeeef',\n tint60: '#fafbfb'\n};\nexport const platinum = {\n shade50: '#111314',\n shade40: '#1f2426',\n shade30: '#3b4447',\n shade20: '#505c60',\n shade10: '#5f6d71',\n primary: '#69797e',\n tint10: '#79898d',\n tint20: '#89989d',\n tint30: '#a0adb2',\n tint40: '#cdd6d8',\n tint50: '#e4e9ea',\n tint60: '#f8f9fa'\n};\nexport const anchor = {\n shade50: '#090a0b',\n shade40: '#111315',\n shade30: '#202427',\n shade20: '#2b3135',\n shade10: '#333a3f',\n primary: '#394146',\n tint10: '#4d565c',\n tint20: '#626c72',\n tint30: '#808a90',\n tint40: '#bcc3c7',\n tint50: '#dbdfe1',\n tint60: '#f6f7f8'\n};\nexport const charcoal = {\n shade50: '#090909',\n shade40: '#111111',\n shade30: '#202020',\n shade20: '#2b2b2b',\n shade10: '#333333',\n primary: '#393939',\n tint10: '#515151',\n tint20: '#686868',\n tint30: '#888888',\n tint40: '#c4c4c4',\n tint50: '#dfdfdf',\n tint60: '#f7f7f7'\n};\n//# sourceMappingURL=colors.js.map"],"names":["grey","whiteAlpha","blackAlpha","grey10Alpha","grey12Alpha","grey14Alpha","white","black","hcHyperlink","hcHighlight","hcDisabled","hcCanvas","hcCanvasText","hcHighlightText","hcButtonText","hcButtonFace","darkRed","burgundy","cranberry","red","darkOrange","bronze","pumpkin","orange","peach","marigold","yellow","gold","brass","brown","darkBrown","lime","forest","seafoam","lightGreen","green","darkGreen","lightTeal","teal","darkTeal","cyan","steel","lightBlue","blue","royalBlue","darkBlue","cornflower","navy","lavender","purple","darkPurple","orchid","grape","berry","lilac","pink","hotPink","magenta","plum","beige","mink","silver","platinum","anchor","charcoal","shade50","shade40","shade30","shade20","shade10","primary","tint10","tint20","tint30","tint40","tint50","tint60"],"mappings":"AAAA,uBAAuB,GAAG,sDAAsD;;;;;;;;;;;IAAeA,IAAI,MAAJA;IAmDlFC,UAAU,MAAVA;IAYAC,UAAU,MAAVA;IAYAC,WAAW,MAAXA;IAYAC,WAAW,MAAXA;IAYAC,WAAW,MAAXA;IAYAC,KAAK,MAALA;IACAC,KAAK,MAALA;IACAC,WAAW,MAAXA;IACAC,WAAW,MAAXA;IACAC,UAAU,MAAVA;IACAC,QAAQ,MAARA;IACAC,YAAY,MAAZA;IACAC,eAAe,MAAfA;IACAC,YAAY,MAAZA;IACAC,YAAY,MAAZA;IACAC,OAAO,MAAPA;IAcAC,QAAQ,MAARA;IAcAC,SAAS,MAATA;IAcAC,GAAG,MAAHA;IAcAC,UAAU,MAAVA;IAcAC,MAAM,MAANA;IAcAC,OAAO,MAAPA;IAcAC,MAAM,MAANA;IAcAC,KAAK,MAALA;IAcAC,QAAQ,MAARA;IAcAC,MAAM,MAANA;IAcAC,IAAI,MAAJA;IAcAC,KAAK,MAALA;IAcAC,KAAK,MAALA;IAcAC,SAAS,MAATA;IAcAC,IAAI,MAAJA;IAcAC,MAAM,MAANA;IAcAC,OAAO,MAAPA;IAcAC,UAAU,MAAVA;IAcAC,KAAK,MAALA;IAcAC,SAAS,MAATA;IAcAC,SAAS,MAATA;IAcAC,IAAI,MAAJA;IAcAC,QAAQ,MAARA;IAcAC,IAAI,MAAJA;IAcAC,KAAK,MAALA;IAcAC,SAAS,MAATA;IAcAC,IAAI,MAAJA;IAcAC,SAAS,MAATA;IAcAC,QAAQ,MAARA;IAcAC,UAAU,MAAVA;IAcAC,IAAI,MAAJA;IAcAC,QAAQ,MAARA;IAcAC,MAAM,MAANA;IAcAC,UAAU,MAAVA;IAcAC,MAAM,MAANA;IAcAC,KAAK,MAALA;IAcAC,KAAK,MAALA;IAcAC,KAAK,MAALA;IAcAC,IAAI,MAAJA;IAcAC,OAAO,MAAPA;IAcAC,OAAO,MAAPA;IAcAC,IAAI,MAAJA;IAcAC,KAAK,MAALA;IAcAC,IAAI,MAAJA;IAcAC,MAAM,MAANA;IAcAC,QAAQ,MAARA;IAcAC,MAAM,MAANA;IAcAC,QAAQ,MAARA;;AAzxB4E,MAAMhE,OAAO;IACpG,KAAK;IACL,KAAK;IACL,KAAK;IACL,KAAK;IACL,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;AACR;AACO,MAAMC,aAAa;IACxB,KAAK;IACL,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;AACR;AACO,MAAMC,aAAa;IACxB,KAAK;IACL,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;AACR;AACO,MAAMC,cAAc;IACzB,KAAK;IACL,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;AACR;AACO,MAAMC,cAAc;IACzB,KAAK;IACL,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;AACR;AACO,MAAMC,cAAc;IACzB,KAAK;IACL,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;AACR;AACO,MAAMC,QAAQ;AACd,MAAMC,QAAQ;AACd,MAAMC,cAAc;AACpB,MAAMC,cAAc;AACpB,MAAMC,aAAa;AACnB,MAAMC,WAAW;AACjB,MAAMC,eAAe;AACrB,MAAMC,kBAA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"}
1
+ {"version":3,"sources":["colors.js"],"sourcesContent":["/* !!! DO NOT EDIT !!! */ /* This file has been generated by the token pipeline */ export const grey = {\n '2': '#050505',\n '4': '#0a0a0a',\n '6': '#0f0f0f',\n '8': '#141414',\n '10': '#1a1a1a',\n '12': '#1f1f1f',\n '14': '#242424',\n '16': '#292929',\n '18': '#2e2e2e',\n '20': '#333333',\n '22': '#383838',\n '24': '#3d3d3d',\n '26': '#424242',\n '28': '#474747',\n '30': '#4d4d4d',\n '32': '#525252',\n '34': '#575757',\n '36': '#5c5c5c',\n '38': '#616161',\n '40': '#666666',\n '42': '#6b6b6b',\n '44': '#707070',\n '46': '#757575',\n '48': '#7a7a7a',\n '50': '#808080',\n '52': '#858585',\n '54': '#8a8a8a',\n '56': '#8f8f8f',\n '58': '#949494',\n '60': '#999999',\n '62': '#9e9e9e',\n '64': '#a3a3a3',\n '66': '#a8a8a8',\n '68': '#adadad',\n '70': '#b3b3b3',\n '72': '#b8b8b8',\n '74': '#bdbdbd',\n '76': '#c2c2c2',\n '78': '#c7c7c7',\n '80': '#cccccc',\n '82': '#d1d1d1',\n '84': '#d6d6d6',\n '86': '#dbdbdb',\n '88': '#e0e0e0',\n '90': '#e6e6e6',\n '92': '#ebebeb',\n '94': '#f0f0f0',\n '96': '#f5f5f5',\n '98': '#fafafa'\n};\nexport const whiteAlpha = {\n '5': 'rgba(255, 255, 255, 0.05)',\n '10': 'rgba(255, 255, 255, 0.1)',\n '20': 'rgba(255, 255, 255, 0.2)',\n '30': 'rgba(255, 255, 255, 0.3)',\n '40': 'rgba(255, 255, 255, 0.4)',\n '50': 'rgba(255, 255, 255, 0.5)',\n '60': 'rgba(255, 255, 255, 0.6)',\n '70': 'rgba(255, 255, 255, 0.7)',\n '80': 'rgba(255, 255, 255, 0.8)',\n '90': 'rgba(255, 255, 255, 0.9)'\n};\nexport const blackAlpha = {\n '5': 'rgba(0, 0, 0, 0.05)',\n '10': 'rgba(0, 0, 0, 0.1)',\n '20': 'rgba(0, 0, 0, 0.2)',\n '30': 'rgba(0, 0, 0, 0.3)',\n '40': 'rgba(0, 0, 0, 0.4)',\n '50': 'rgba(0, 0, 0, 0.5)',\n '60': 'rgba(0, 0, 0, 0.6)',\n '70': 'rgba(0, 0, 0, 0.7)',\n '80': 'rgba(0, 0, 0, 0.8)',\n '90': 'rgba(0, 0, 0, 0.9)'\n};\nexport const grey10Alpha = {\n '5': 'rgba(26, 26, 26, 0.05)',\n '10': 'rgba(26, 26, 26, 0.1)',\n '20': 'rgba(26, 26, 26, 0.2)',\n '30': 'rgba(26, 26, 26, 0.3)',\n '40': 'rgba(26, 26, 26, 0.4)',\n '50': 'rgba(26, 26, 26, 0.5)',\n '60': 'rgba(26, 26, 26, 0.6)',\n '70': 'rgba(26, 26, 26, 0.7)',\n '80': 'rgba(26, 26, 26, 0.8)',\n '90': 'rgba(26, 26, 26, 0.9)'\n};\nexport const grey12Alpha = {\n '5': 'rgba(31, 31, 31, 0.05)',\n '10': 'rgba(31, 31, 31, 0.1)',\n '20': 'rgba(31, 31, 31, 0.2)',\n '30': 'rgba(31, 31, 31, 0.3)',\n '40': 'rgba(31, 31, 31, 0.4)',\n '50': 'rgba(31, 31, 31, 0.5)',\n '60': 'rgba(31, 31, 31, 0.6)',\n '70': 'rgba(31, 31, 31, 0.7)',\n '80': 'rgba(31, 31, 31, 0.8)',\n '90': 'rgba(31, 31, 31, 0.9)'\n};\nexport const grey14Alpha = {\n '5': 'rgba(36, 36, 36, 0.05)',\n '10': 'rgba(36, 36, 36, 0.1)',\n '20': 'rgba(36, 36, 36, 0.2)',\n '30': 'rgba(36, 36, 36, 0.3)',\n '40': 'rgba(36, 36, 36, 0.4)',\n '50': 'rgba(36, 36, 36, 0.5)',\n '60': 'rgba(36, 36, 36, 0.6)',\n '70': 'rgba(36, 36, 36, 0.7)',\n '80': 'rgba(36, 36, 36, 0.8)',\n '90': 'rgba(36, 36, 36, 0.9)'\n};\nexport const white = '#ffffff';\nexport const black = '#000000';\nexport const hcHyperlink = '#ffff00';\nexport const hcHighlight = '#1aebff';\nexport const hcDisabled = '#3ff23f';\nexport const hcCanvas = '#000000';\nexport const hcCanvasText = '#ffffff';\nexport const hcHighlightText = '#000000';\nexport const hcButtonText = '#000000';\nexport const hcButtonFace = '#ffffff';\nexport const darkRed = {\n shade50: '#130204',\n shade40: '#230308',\n shade30: '#420610',\n shade20: '#590815',\n shade10: '#690a19',\n primary: '#750b1c',\n tint10: '#861b2c',\n tint20: '#962f3f',\n tint30: '#ac4f5e',\n tint40: '#d69ca5',\n tint50: '#e9c7cd',\n tint60: '#f9f0f2'\n};\nexport const burgundy = {\n shade50: '#1a0607',\n shade40: '#310b0d',\n shade30: '#5c1519',\n shade20: '#7d1d21',\n shade10: '#942228',\n primary: '#a4262c',\n tint10: '#af393e',\n tint20: '#ba4d52',\n tint30: '#c86c70',\n tint40: '#e4afb2',\n tint50: '#f0d3d4',\n tint60: '#fbf4f4'\n};\nexport const cranberry = {\n shade50: '#200205',\n shade40: '#3b0509',\n shade30: '#6e0811',\n shade20: '#960b18',\n shade10: '#b10e1c',\n primary: '#c50f1f',\n tint10: '#cc2635',\n tint20: '#d33f4c',\n tint30: '#dc626d',\n tint40: '#eeacb2',\n tint50: '#f6d1d5',\n tint60: '#fdf3f4'\n};\nexport const red = {\n shade50: '#210809',\n shade40: '#3f1011',\n shade30: '#751d1f',\n shade20: '#9f282b',\n shade10: '#bc2f32',\n primary: '#d13438',\n tint10: '#d7494c',\n tint20: '#dc5e62',\n tint30: '#e37d80',\n tint40: '#f1bbbc',\n tint50: '#f8dadb',\n tint60: '#fdf6f6'\n};\nexport const darkOrange = {\n shade50: '#230900',\n shade40: '#411200',\n shade30: '#7a2101',\n shade20: '#a62d01',\n shade10: '#c43501',\n primary: '#da3b01',\n tint10: '#de501c',\n tint20: '#e36537',\n tint30: '#e9835e',\n tint40: '#f4bfab',\n tint50: '#f9dcd1',\n tint60: '#fdf6f3'\n};\nexport const bronze = {\n shade50: '#1b0a01',\n shade40: '#321303',\n shade30: '#5e2405',\n shade20: '#7f3107',\n shade10: '#963a08',\n primary: '#a74109',\n tint10: '#b2521e',\n tint20: '#bc6535',\n tint30: '#ca8057',\n tint40: '#e5bba4',\n tint50: '#f1d9cc',\n tint60: '#fbf5f2'\n};\nexport const pumpkin = {\n shade50: '#200d03',\n shade40: '#3d1805',\n shade30: '#712d09',\n shade20: '#9a3d0c',\n shade10: '#b6480e',\n primary: '#ca5010',\n tint10: '#d06228',\n tint20: '#d77440',\n tint30: '#df8e64',\n tint40: '#efc4ad',\n tint50: '#f7dfd2',\n tint60: '#fdf7f4'\n};\nexport const orange = {\n shade50: '#271002',\n shade40: '#4a1e04',\n shade30: '#8a3707',\n shade20: '#bc4b09',\n shade10: '#de590b',\n primary: '#f7630c',\n tint10: '#f87528',\n tint20: '#f98845',\n tint30: '#faa06b',\n tint40: '#fdcfb4',\n tint50: '#fee5d7',\n tint60: '#fff9f5'\n};\nexport const peach = {\n shade50: '#291600',\n shade40: '#4d2a00',\n shade30: '#8f4e00',\n shade20: '#c26a00',\n shade10: '#e67e00',\n primary: '#ff8c00',\n tint10: '#ff9a1f',\n tint20: '#ffa83d',\n tint30: '#ffba66',\n tint40: '#ffddb3',\n tint50: '#ffedd6',\n tint60: '#fffaf5'\n};\nexport const marigold = {\n shade50: '#251a00',\n shade40: '#463100',\n shade30: '#835b00',\n shade20: '#b27c00',\n shade10: '#d39300',\n primary: '#eaa300',\n tint10: '#edad1c',\n tint20: '#efb839',\n tint30: '#f2c661',\n tint40: '#f9e2ae',\n tint50: '#fcefd3',\n tint60: '#fefbf4'\n};\nexport const yellow = {\n primary: '#fde300',\n shade10: '#e4cc00',\n shade20: '#c0ad00',\n shade30: '#817400',\n shade40: '#4c4400',\n shade50: '#282400',\n tint10: '#fde61e',\n tint20: '#fdea3d',\n tint30: '#feee66',\n tint40: '#fef7b2',\n tint50: '#fffad6',\n tint60: '#fffef5'\n};\nexport const gold = {\n shade50: '#1f1900',\n shade40: '#3a2f00',\n shade30: '#6c5700',\n shade20: '#937700',\n shade10: '#ae8c00',\n primary: '#c19c00',\n tint10: '#c8a718',\n tint20: '#d0b232',\n tint30: '#dac157',\n tint40: '#ecdfa5',\n tint50: '#f5eece',\n tint60: '#fdfbf2'\n};\nexport const brass = {\n shade50: '#181202',\n shade40: '#2e2103',\n shade30: '#553e06',\n shade20: '#745408',\n shade10: '#89640a',\n primary: '#986f0b',\n tint10: '#a47d1e',\n tint20: '#b18c34',\n tint30: '#c1a256',\n tint40: '#e0cea2',\n tint50: '#efe4cb',\n tint60: '#fbf8f2'\n};\nexport const brown = {\n shade50: '#170e07',\n shade40: '#2b1a0e',\n shade30: '#50301a',\n shade20: '#6c4123',\n shade10: '#804d29',\n primary: '#8e562e',\n tint10: '#9c663f',\n tint20: '#a97652',\n tint30: '#bb8f6f',\n tint40: '#ddc3b0',\n tint50: '#edded3',\n tint60: '#faf7f4'\n};\nexport const darkBrown = {\n shade50: '#0c0704',\n shade40: '#170c08',\n shade30: '#2b1710',\n shade20: '#3a1f15',\n shade10: '#452519',\n primary: '#4d291c',\n tint10: '#623a2b',\n tint20: '#784d3e',\n tint30: '#946b5c',\n tint40: '#caada3',\n tint50: '#e3d2cb',\n tint60: '#f8f3f2'\n};\nexport const lime = {\n shade50: '#121b06',\n shade40: '#23330b',\n shade30: '#405f14',\n shade20: '#57811b',\n shade10: '#689920',\n primary: '#73aa24',\n tint10: '#81b437',\n tint20: '#90be4c',\n tint30: '#a4cc6c',\n tint40: '#cfe5af',\n tint50: '#e5f1d3',\n tint60: '#f8fcf4'\n};\nexport const forest = {\n shade50: '#0c1501',\n shade40: '#162702',\n shade30: '#294903',\n shade20: '#376304',\n shade10: '#427505',\n primary: '#498205',\n tint10: '#599116',\n tint20: '#6ba02b',\n tint30: '#85b44c',\n tint40: '#bdd99b',\n tint50: '#dbebc7',\n tint60: '#f6faf0'\n};\nexport const seafoam = {\n shade50: '#002111',\n shade40: '#003d20',\n shade30: '#00723b',\n shade20: '#009b51',\n shade10: '#00b85f',\n primary: '#00cc6a',\n tint10: '#19d279',\n tint20: '#34d889',\n tint30: '#5ae0a0',\n tint40: '#a8f0cd',\n tint50: '#cff7e4',\n tint60: '#f3fdf8'\n};\nexport const lightGreen = {\n shade50: '#031a02',\n shade40: '#063004',\n shade30: '#0b5a08',\n shade20: '#0e7a0b',\n shade10: '#11910d',\n primary: '#13a10e',\n tint10: '#27ac22',\n tint20: '#3db838',\n tint30: '#5ec75a',\n tint40: '#a7e3a5',\n tint50: '#cef0cd',\n tint60: '#f2fbf2'\n};\nexport const green = {\n shade50: '#031403',\n shade40: '#052505',\n shade30: '#094509',\n shade20: '#0c5e0c',\n shade10: '#0e700e',\n primary: '#107c10',\n tint10: '#218c21',\n tint20: '#359b35',\n tint30: '#54b054',\n tint40: '#9fd89f',\n tint50: '#c9eac9',\n tint60: '#f1faf1'\n};\nexport const darkGreen = {\n shade50: '#021102',\n shade40: '#032003',\n shade30: '#063b06',\n shade20: '#085108',\n shade10: '#0a5f0a',\n primary: '#0b6a0b',\n tint10: '#1a7c1a',\n tint20: '#2d8e2d',\n tint30: '#4da64d',\n tint40: '#9ad29a',\n tint50: '#c6e7c6',\n tint60: '#f0f9f0'\n};\nexport const lightTeal = {\n shade50: '#001d1f',\n shade40: '#00373a',\n shade30: '#00666d',\n shade20: '#008b94',\n shade10: '#00a5af',\n primary: '#00b7c3',\n tint10: '#18bfca',\n tint20: '#32c8d1',\n tint30: '#58d3db',\n tint40: '#a6e9ed',\n tint50: '#cef3f5',\n tint60: '#f2fcfd'\n};\nexport const teal = {\n shade50: '#001516',\n shade40: '#012728',\n shade30: '#02494c',\n shade20: '#026467',\n shade10: '#037679',\n primary: '#038387',\n tint10: '#159195',\n tint20: '#2aa0a4',\n tint30: '#4cb4b7',\n tint40: '#9bd9db',\n tint50: '#c7ebec',\n tint60: '#f0fafa'\n};\nexport const darkTeal = {\n shade50: '#001010',\n shade40: '#001f1f',\n shade30: '#003939',\n shade20: '#004e4e',\n shade10: '#005c5c',\n primary: '#006666',\n tint10: '#0e7878',\n tint20: '#218b8b',\n tint30: '#41a3a3',\n tint40: '#92d1d1',\n tint50: '#c2e7e7',\n tint60: '#eff9f9'\n};\nexport const cyan = {\n shade50: '#00181e',\n shade40: '#002e38',\n shade30: '#005669',\n shade20: '#00748f',\n shade10: '#008aa9',\n primary: '#0099bc',\n tint10: '#18a4c4',\n tint20: '#31afcc',\n tint30: '#56bfd7',\n tint40: '#a4deeb',\n tint50: '#cdedf4',\n tint60: '#f2fafc'\n};\nexport const steel = {\n shade50: '#000f12',\n shade40: '#001b22',\n shade30: '#00333f',\n shade20: '#004555',\n shade10: '#005265',\n primary: '#005b70',\n tint10: '#0f6c81',\n tint20: '#237d92',\n tint30: '#4496a9',\n tint40: '#94c8d4',\n tint50: '#c3e1e8',\n tint60: '#eff7f9'\n};\nexport const lightBlue = {\n shade50: '#091823',\n shade40: '#112d42',\n shade30: '#20547c',\n shade20: '#2c72a8',\n shade10: '#3487c7',\n primary: '#3a96dd',\n tint10: '#4fa1e1',\n tint20: '#65ade5',\n tint30: '#83bdeb',\n tint40: '#bfddf5',\n tint50: '#dcedfa',\n tint60: '#f6fafe'\n};\nexport const blue = {\n shade50: '#001322',\n shade40: '#002440',\n shade30: '#004377',\n shade20: '#005ba1',\n shade10: '#006cbf',\n primary: '#0078d4',\n tint10: '#1a86d9',\n tint20: '#3595de',\n tint30: '#5caae5',\n tint40: '#a9d3f2',\n tint50: '#d0e7f8',\n tint60: '#f3f9fd'\n};\nexport const royalBlue = {\n shade50: '#000c16',\n shade40: '#00172a',\n shade30: '#002c4e',\n shade20: '#003b6a',\n shade10: '#00467e',\n primary: '#004e8c',\n tint10: '#125e9a',\n tint20: '#286fa8',\n tint30: '#4a89ba',\n tint40: '#9abfdc',\n tint50: '#c7dced',\n tint60: '#f0f6fa'\n};\nexport const darkBlue = {\n shade50: '#000910',\n shade40: '#00111f',\n shade30: '#002039',\n shade20: '#002b4e',\n shade10: '#00335c',\n primary: '#003966',\n tint10: '#0e4a78',\n tint20: '#215c8b',\n tint30: '#4178a3',\n tint40: '#92b5d1',\n tint50: '#c2d6e7',\n tint60: '#eff4f9'\n};\nexport const cornflower = {\n shade50: '#0d1126',\n shade40: '#182047',\n shade30: '#2c3c85',\n shade20: '#3c51b4',\n shade10: '#4760d5',\n primary: '#4f6bed',\n tint10: '#637cef',\n tint20: '#778df1',\n tint30: '#93a4f4',\n tint40: '#c8d1fa',\n tint50: '#e1e6fc',\n tint60: '#f7f9fe'\n};\nexport const navy = {\n shade50: '#00061d',\n shade40: '#000c36',\n shade30: '#001665',\n shade20: '#001e89',\n shade10: '#0023a2',\n primary: '#0027b4',\n tint10: '#173bbd',\n tint20: '#3050c6',\n tint30: '#546fd2',\n tint40: '#a3b2e8',\n tint50: '#ccd5f3',\n tint60: '#f2f4fc'\n};\nexport const lavender = {\n shade50: '#120f25',\n shade40: '#221d46',\n shade30: '#3f3682',\n shade20: '#5649b0',\n shade10: '#6656d1',\n primary: '#7160e8',\n tint10: '#8172eb',\n tint20: '#9184ee',\n tint30: '#a79cf1',\n tint40: '#d2ccf8',\n tint50: '#e7e4fb',\n tint60: '#f9f8fe'\n};\nexport const purple = {\n shade50: '#0f0717',\n shade40: '#1c0e2b',\n shade30: '#341a51',\n shade20: '#46236e',\n shade10: '#532982',\n primary: '#5c2e91',\n tint10: '#6b3f9e',\n tint20: '#7c52ab',\n tint30: '#9470bd',\n tint40: '#c6b1de',\n tint50: '#e0d3ed',\n tint60: '#f7f4fb'\n};\nexport const darkPurple = {\n shade50: '#0a0411',\n shade40: '#130820',\n shade30: '#240f3c',\n shade20: '#311552',\n shade10: '#3a1861',\n primary: '#401b6c',\n tint10: '#512b7e',\n tint20: '#633e8f',\n tint30: '#7e5ca7',\n tint40: '#b9a3d3',\n tint50: '#d8cce7',\n tint60: '#f5f2f9'\n};\nexport const orchid = {\n shade50: '#16101d',\n shade40: '#281e37',\n shade30: '#4c3867',\n shade20: '#674c8c',\n shade10: '#795aa6',\n primary: '#8764b8',\n tint10: '#9373c0',\n tint20: '#a083c9',\n tint30: '#b29ad4',\n tint40: '#d7caea',\n tint50: '#e9e2f4',\n tint60: '#f9f8fc'\n};\nexport const grape = {\n shade50: '#160418',\n shade40: '#29072e',\n shade30: '#4c0d55',\n shade20: '#671174',\n shade10: '#7a1589',\n primary: '#881798',\n tint10: '#952aa4',\n tint20: '#a33fb1',\n tint30: '#b55fc1',\n tint40: '#d9a7e0',\n tint50: '#eaceef',\n tint60: '#faf2fb'\n};\nexport const berry = {\n shade50: '#1f091d',\n shade40: '#3a1136',\n shade30: '#6d2064',\n shade20: '#932b88',\n shade10: '#af33a1',\n primary: '#c239b3',\n tint10: '#c94cbc',\n tint20: '#d161c4',\n tint30: '#da7ed0',\n tint40: '#edbbe7',\n tint50: '#f5daf2',\n tint60: '#fdf5fc'\n};\nexport const lilac = {\n shade50: '#1c0b1f',\n shade40: '#35153a',\n shade30: '#63276d',\n shade20: '#863593',\n shade10: '#9f3faf',\n primary: '#b146c2',\n tint10: '#ba58c9',\n tint20: '#c36bd1',\n tint30: '#cf87da',\n tint40: '#e6bfed',\n tint50: '#f2dcf5',\n tint60: '#fcf6fd'\n};\nexport const pink = {\n shade50: '#24091b',\n shade40: '#441232',\n shade30: '#80215d',\n shade20: '#ad2d7e',\n shade10: '#cd3595',\n primary: '#e43ba6',\n tint10: '#e750b0',\n tint20: '#ea66ba',\n tint30: '#ef85c8',\n tint40: '#f7c0e3',\n tint50: '#fbddf0',\n tint60: '#fef6fb'\n};\nexport const hotPink = {\n shade50: '#240016',\n shade40: '#44002a',\n shade30: '#7f004e',\n shade20: '#ad006a',\n shade10: '#cc007e',\n primary: '#e3008c',\n tint10: '#e61c99',\n tint20: '#ea38a6',\n tint30: '#ee5fb7',\n tint40: '#f7adda',\n tint50: '#fbd2eb',\n tint60: '#fef4fa'\n};\nexport const magenta = {\n shade50: '#1f0013',\n shade40: '#390024',\n shade30: '#6b0043',\n shade20: '#91005a',\n shade10: '#ac006b',\n primary: '#bf0077',\n tint10: '#c71885',\n tint20: '#ce3293',\n tint30: '#d957a8',\n tint40: '#eca5d1',\n tint50: '#f5cee6',\n tint60: '#fcf2f9'\n};\nexport const plum = {\n shade50: '#13000c',\n shade40: '#240017',\n shade30: '#43002b',\n shade20: '#5a003b',\n shade10: '#6b0045',\n primary: '#77004d',\n tint10: '#87105d',\n tint20: '#98246f',\n tint30: '#ad4589',\n tint40: '#d696c0',\n tint50: '#e9c4dc',\n tint60: '#faf0f6'\n};\nexport const beige = {\n shade50: '#141313',\n shade40: '#252323',\n shade30: '#444241',\n shade20: '#5d5958',\n shade10: '#6e6968',\n primary: '#7a7574',\n tint10: '#8a8584',\n tint20: '#9a9594',\n tint30: '#afabaa',\n tint40: '#d7d4d4',\n tint50: '#eae8e8',\n tint60: '#faf9f9'\n};\nexport const mink = {\n shade50: '#0f0e0e',\n shade40: '#1c1b1a',\n shade30: '#343231',\n shade20: '#474443',\n shade10: '#54514f',\n primary: '#5d5a58',\n tint10: '#706d6b',\n tint20: '#84817e',\n tint30: '#9e9b99',\n tint40: '#cecccb',\n tint50: '#e5e4e3',\n tint60: '#f8f8f8'\n};\nexport const silver = {\n shade50: '#151818',\n shade40: '#282d2e',\n shade30: '#4a5356',\n shade20: '#657174',\n shade10: '#78868a',\n primary: '#859599',\n tint10: '#92a1a5',\n tint20: '#a0aeb1',\n tint30: '#b3bfc2',\n tint40: '#d8dfe0',\n tint50: '#eaeeef',\n tint60: '#fafbfb'\n};\nexport const platinum = {\n shade50: '#111314',\n shade40: '#1f2426',\n shade30: '#3b4447',\n shade20: '#505c60',\n shade10: '#5f6d71',\n primary: '#69797e',\n tint10: '#79898d',\n tint20: '#89989d',\n tint30: '#a0adb2',\n tint40: '#cdd6d8',\n tint50: '#e4e9ea',\n tint60: '#f8f9fa'\n};\nexport const anchor = {\n shade50: '#090a0b',\n shade40: '#111315',\n shade30: '#202427',\n shade20: '#2b3135',\n shade10: '#333a3f',\n primary: '#394146',\n tint10: '#4d565c',\n tint20: '#626c72',\n tint30: '#808a90',\n tint40: '#bcc3c7',\n tint50: '#dbdfe1',\n tint60: '#f6f7f8'\n};\nexport const charcoal = {\n shade50: '#090909',\n shade40: '#111111',\n shade30: '#202020',\n shade20: '#2b2b2b',\n shade10: '#333333',\n primary: '#393939',\n tint10: '#515151',\n tint20: '#686868',\n tint30: '#888888',\n tint40: '#c4c4c4',\n tint50: '#dfdfdf',\n tint60: '#f7f7f7'\n};\n"],"names":["grey","whiteAlpha","blackAlpha","grey10Alpha","grey12Alpha","grey14Alpha","white","black","hcHyperlink","hcHighlight","hcDisabled","hcCanvas","hcCanvasText","hcHighlightText","hcButtonText","hcButtonFace","darkRed","burgundy","cranberry","red","darkOrange","bronze","pumpkin","orange","peach","marigold","yellow","gold","brass","brown","darkBrown","lime","forest","seafoam","lightGreen","green","darkGreen","lightTeal","teal","darkTeal","cyan","steel","lightBlue","blue","royalBlue","darkBlue","cornflower","navy","lavender","purple","darkPurple","orchid","grape","berry","lilac","pink","hotPink","magenta","plum","beige","mink","silver","platinum","anchor","charcoal","shade50","shade40","shade30","shade20","shade10","primary","tint10","tint20","tint30","tint40","tint50","tint60"],"mappings":"AAAA,uBAAuB,GAAG,sDAAsD;;;;;;;;;;;IAAgBA,IAAI,MAAJA;IAmDnFC,UAAU,MAAVA;IAYAC,UAAU,MAAVA;IAYAC,WAAW,MAAXA;IAYAC,WAAW,MAAXA;IAYAC,WAAW,MAAXA;IAYAC,KAAK,MAALA;IACAC,KAAK,MAALA;IACAC,WAAW,MAAXA;IACAC,WAAW,MAAXA;IACAC,UAAU,MAAVA;IACAC,QAAQ,MAARA;IACAC,YAAY,MAAZA;IACAC,eAAe,MAAfA;IACAC,YAAY,MAAZA;IACAC,YAAY,MAAZA;IACAC,OAAO,MAAPA;IAcAC,QAAQ,MAARA;IAcAC,SAAS,MAATA;IAcAC,GAAG,MAAHA;IAcAC,UAAU,MAAVA;IAcAC,MAAM,MAANA;IAcAC,OAAO,MAAPA;IAcAC,MAAM,MAANA;IAcAC,KAAK,MAALA;IAcAC,QAAQ,MAARA;IAcAC,MAAM,MAANA;IAcAC,IAAI,MAAJA;IAcAC,KAAK,MAALA;IAcAC,KAAK,MAALA;IAcAC,SAAS,MAATA;IAcAC,IAAI,MAAJA;IAcAC,MAAM,MAANA;IAcAC,OAAO,MAAPA;IAcAC,UAAU,MAAVA;IAcAC,KAAK,MAALA;IAcAC,SAAS,MAATA;IAcAC,SAAS,MAATA;IAcAC,IAAI,MAAJA;IAcAC,QAAQ,MAARA;IAcAC,IAAI,MAAJA;IAcAC,KAAK,MAALA;IAcAC,SAAS,MAATA;IAcAC,IAAI,MAAJA;IAcAC,SAAS,MAATA;IAcAC,QAAQ,MAARA;IAcAC,UAAU,MAAVA;IAcAC,IAAI,MAAJA;IAcAC,QAAQ,MAARA;IAcAC,MAAM,MAANA;IAcAC,UAAU,MAAVA;IAcAC,MAAM,MAANA;IAcAC,KAAK,MAALA;IAcAC,KAAK,MAALA;IAcAC,KAAK,MAALA;IAcAC,IAAI,MAAJA;IAcAC,OAAO,MAAPA;IAcAC,OAAO,MAAPA;IAcAC,IAAI,MAAJA;IAcAC,KAAK,MAALA;IAcAC,IAAI,MAAJA;IAcAC,MAAM,MAANA;IAcAC,QAAQ,MAARA;IAcAC,MAAM,MAANA;IAcAC,QAAQ,MAARA;;AAzxB6E,MAAMhE,OAAO;IACnG,KAAK;IACL,KAAK;IACL,KAAK;IACL,KAAK;IACL,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;AACV;AACO,MAAMC,aAAa;IACtB,KAAK;IACL,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;AACV;AACO,MAAMC,aAAa;IACtB,KAAK;IACL,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;AACV;AACO,MAAMC,cAAc;IACvB,KAAK;IACL,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;AACV;AACO,MAAMC,cAAc;IACvB,KAAK;IACL,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;AACV;AACO,MAAMC,cAAc;IACvB,KAAK;IACL,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;AACV;AACO,MAAMC,QAAQ;AACd,MAAMC,QAAQ;AACd,MAAMC,cAAc;AACpB,MAAMC,cAAc;AACpB,MAAMC,aAAa;AACnB,MAAMC,WAAW;AACjB,MAAMC,eAAe;AACrB,MAAMC,kBA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"}
@@ -16,6 +16,4 @@ const curves = {
16
16
  curveEasyEaseMax: 'cubic-bezier(0.8,0,0.1,1)',
17
17
  curveEasyEase: 'cubic-bezier(0.33,0,0.67,1)',
18
18
  curveLinear: 'cubic-bezier(0,0,1,1)'
19
- }; //# sourceMappingURL=curves.js.map
20
-
21
- //# sourceMappingURL=curves.js.map
19
+ };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../lib/global/curves.js"],"sourcesContent":["export const curves = {\n curveAccelerateMax: 'cubic-bezier(1,0,1,1)',\n curveAccelerateMid: 'cubic-bezier(0.7,0,1,0.5)',\n curveAccelerateMin: 'cubic-bezier(0.8,0,1,1)',\n curveDecelerateMax: 'cubic-bezier(0,0,0,1)',\n curveDecelerateMid: 'cubic-bezier(0.1,0.9,0.2,1)',\n curveDecelerateMin: 'cubic-bezier(0.33,0,0.1,1)',\n curveEasyEaseMax: 'cubic-bezier(0.8,0,0.1,1)',\n curveEasyEase: 'cubic-bezier(0.33,0,0.67,1)',\n curveLinear: 'cubic-bezier(0,0,1,1)'\n};\n//# sourceMappingURL=curves.js.map"],"names":["curves","curveAccelerateMax","curveAccelerateMid","curveAccelerateMin","curveDecelerateMax","curveDecelerateMid","curveDecelerateMin","curveEasyEaseMax","curveEasyEase","curveLinear"],"mappings":";;;;+BAAaA;;aAAAA;;AAAN,MAAMA,SAAS;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,kBAAkB;IAClBC,eAAe;IACfC,aAAa;AACf,GACA,kCAAkC"}
1
+ {"version":3,"sources":["curves.js"],"sourcesContent":["export const curves = {\n curveAccelerateMax: 'cubic-bezier(1,0,1,1)',\n curveAccelerateMid: 'cubic-bezier(0.7,0,1,0.5)',\n curveAccelerateMin: 'cubic-bezier(0.8,0,1,1)',\n curveDecelerateMax: 'cubic-bezier(0,0,0,1)',\n curveDecelerateMid: 'cubic-bezier(0.1,0.9,0.2,1)',\n curveDecelerateMin: 'cubic-bezier(0.33,0,0.1,1)',\n curveEasyEaseMax: 'cubic-bezier(0.8,0,0.1,1)',\n curveEasyEase: 'cubic-bezier(0.33,0,0.67,1)',\n curveLinear: 'cubic-bezier(0,0,1,1)'\n};\n"],"names":["curves","curveAccelerateMax","curveAccelerateMid","curveAccelerateMin","curveDecelerateMax","curveDecelerateMid","curveDecelerateMin","curveEasyEaseMax","curveEasyEase","curveLinear"],"mappings":";;;;+BAAaA;;aAAAA;;AAAN,MAAMA,SAAS;IAClBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,kBAAkB;IAClBC,eAAe;IACfC,aAAa;AACjB"}
@@ -14,6 +14,4 @@ const durations = {
14
14
  durationSlow: '300ms',
15
15
  durationSlower: '400ms',
16
16
  durationUltraSlow: '500ms'
17
- }; //# sourceMappingURL=durations.js.map
18
-
19
- //# sourceMappingURL=durations.js.map
17
+ };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../lib/global/durations.js"],"sourcesContent":["export const durations = {\n durationUltraFast: '50ms',\n durationFaster: '100ms',\n durationFast: '150ms',\n durationNormal: '200ms',\n durationSlow: '300ms',\n durationSlower: '400ms',\n durationUltraSlow: '500ms'\n};\n//# sourceMappingURL=durations.js.map"],"names":["durations","durationUltraFast","durationFaster","durationFast","durationNormal","durationSlow","durationSlower","durationUltraSlow"],"mappings":";;;;+BAAaA;;aAAAA;;AAAN,MAAMA,YAAY;IACvBC,mBAAmB;IACnBC,gBAAgB;IAChBC,cAAc;IACdC,gBAAgB;IAChBC,cAAc;IACdC,gBAAgB;IAChBC,mBAAmB;AACrB,GACA,qCAAqC"}
1
+ {"version":3,"sources":["durations.js"],"sourcesContent":["export const durations = {\n durationUltraFast: '50ms',\n durationFaster: '100ms',\n durationFast: '150ms',\n durationNormal: '200ms',\n durationSlow: '300ms',\n durationSlower: '400ms',\n durationUltraSlow: '500ms'\n};\n"],"names":["durations","durationUltraFast","durationFaster","durationFast","durationNormal","durationSlow","durationSlower","durationUltraSlow"],"mappings":";;;;+BAAaA;;aAAAA;;AAAN,MAAMA,YAAY;IACrBC,mBAAmB;IACnBC,gBAAgB;IAChBC,cAAc;IACdC,gBAAgB;IAChBC,cAAc;IACdC,gBAAgB;IAChBC,mBAAmB;AACvB"}
@@ -45,11 +45,7 @@ const fontWeights = {
45
45
  fontWeightBold: 700
46
46
  };
47
47
  const fontFamilies = {
48
- fontFamilyBase: // eslint-disable-next-line @fluentui/max-len
49
- "'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif",
48
+ fontFamilyBase: "'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif",
50
49
  fontFamilyMonospace: "Consolas, 'Courier New', Courier, monospace",
51
- fontFamilyNumeric: // eslint-disable-next-line @fluentui/max-len
52
- "Bahnschrift, 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif"
53
- }; //# sourceMappingURL=fonts.js.map
54
-
55
- //# sourceMappingURL=fonts.js.map
50
+ fontFamilyNumeric: "Bahnschrift, 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif"
51
+ };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../lib/global/fonts.js"],"sourcesContent":["export const fontSizes = {\n fontSizeBase100: '10px',\n fontSizeBase200: '12px',\n fontSizeBase300: '14px',\n fontSizeBase400: '16px',\n fontSizeBase500: '20px',\n fontSizeBase600: '24px',\n fontSizeHero700: '28px',\n fontSizeHero800: '32px',\n fontSizeHero900: '40px',\n fontSizeHero1000: '68px'\n};\nexport const lineHeights = {\n lineHeightBase100: '14px',\n lineHeightBase200: '16px',\n lineHeightBase300: '20px',\n lineHeightBase400: '22px',\n lineHeightBase500: '28px',\n lineHeightBase600: '32px',\n lineHeightHero700: '36px',\n lineHeightHero800: '40px',\n lineHeightHero900: '52px',\n lineHeightHero1000: '92px'\n};\nexport const fontWeights = {\n fontWeightRegular: 400,\n fontWeightMedium: 500,\n fontWeightSemibold: 600,\n fontWeightBold: 700\n};\nexport const fontFamilies = {\n fontFamilyBase:\n // eslint-disable-next-line @fluentui/max-len\n \"'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif\",\n fontFamilyMonospace: \"Consolas, 'Courier New', Courier, monospace\",\n fontFamilyNumeric:\n // eslint-disable-next-line @fluentui/max-len\n \"Bahnschrift, 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif\"\n};\n//# sourceMappingURL=fonts.js.map"],"names":["fontSizes","lineHeights","fontWeights","fontFamilies","fontSizeBase100","fontSizeBase200","fontSizeBase300","fontSizeBase400","fontSizeBase500","fontSizeBase600","fontSizeHero700","fontSizeHero800","fontSizeHero900","fontSizeHero1000","lineHeightBase100","lineHeightBase200","lineHeightBase300","lineHeightBase400","lineHeightBase500","lineHeightBase600","lineHeightHero700","lineHeightHero800","lineHeightHero900","lineHeightHero1000","fontWeightRegular","fontWeightMedium","fontWeightSemibold","fontWeightBold","fontFamilyBase","fontFamilyMonospace","fontFamilyNumeric"],"mappings":";;;;;;;;;;;IAAaA,SAAS,MAATA;IAYAC,WAAW,MAAXA;IAYAC,WAAW,MAAXA;IAMAC,YAAY,MAAZA;;AA9BN,MAAMH,YAAY;IACvBI,iBAAiB;IACjBC,iBAAiB;IACjBC,iBAAiB;IACjBC,iBAAiB;IACjBC,iBAAiB;IACjBC,iBAAiB;IACjBC,iBAAiB;IACjBC,iBAAiB;IACjBC,iBAAiB;IACjBC,kBAAkB;AACpB;AACO,MAAMZ,cAAc;IACzBa,mBAAmB;IACnBC,mBAAmB;IACnBC,mBAAmB;IACnBC,mBAAmB;IACnBC,mBAAmB;IACnBC,mBAAmB;IACnBC,mBAAmB;IACnBC,mBAAmB;IACnBC,mBAAmB;IACnBC,oBAAoB;AACtB;AACO,MAAMrB,cAAc;IACzBsB,mBAAmB;IACnBC,kBAAkB;IAClBC,oBAAoB;IACpBC,gBAAgB;AAClB;AACO,MAAMxB,eAAe;IAC1ByB,gBACA,6CAA6C;IAC7C;IACAC,qBAAqB;IACrBC,mBACA,6CAA6C;IAC7C;AACF,GACA,iCAAiC"}
1
+ {"version":3,"sources":["fonts.js"],"sourcesContent":["export const fontSizes = {\n fontSizeBase100: '10px',\n fontSizeBase200: '12px',\n fontSizeBase300: '14px',\n fontSizeBase400: '16px',\n fontSizeBase500: '20px',\n fontSizeBase600: '24px',\n fontSizeHero700: '28px',\n fontSizeHero800: '32px',\n fontSizeHero900: '40px',\n fontSizeHero1000: '68px'\n};\nexport const lineHeights = {\n lineHeightBase100: '14px',\n lineHeightBase200: '16px',\n lineHeightBase300: '20px',\n lineHeightBase400: '22px',\n lineHeightBase500: '28px',\n lineHeightBase600: '32px',\n lineHeightHero700: '36px',\n lineHeightHero800: '40px',\n lineHeightHero900: '52px',\n lineHeightHero1000: '92px'\n};\nexport const fontWeights = {\n fontWeightRegular: 400,\n fontWeightMedium: 500,\n fontWeightSemibold: 600,\n fontWeightBold: 700\n};\nexport const fontFamilies = {\n fontFamilyBase: // eslint-disable-next-line @fluentui/max-len\n \"'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif\",\n fontFamilyMonospace: \"Consolas, 'Courier New', Courier, monospace\",\n fontFamilyNumeric: // eslint-disable-next-line @fluentui/max-len\n \"Bahnschrift, 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif\"\n};\n"],"names":["fontSizes","lineHeights","fontWeights","fontFamilies","fontSizeBase100","fontSizeBase200","fontSizeBase300","fontSizeBase400","fontSizeBase500","fontSizeBase600","fontSizeHero700","fontSizeHero800","fontSizeHero900","fontSizeHero1000","lineHeightBase100","lineHeightBase200","lineHeightBase300","lineHeightBase400","lineHeightBase500","lineHeightBase600","lineHeightHero700","lineHeightHero800","lineHeightHero900","lineHeightHero1000","fontWeightRegular","fontWeightMedium","fontWeightSemibold","fontWeightBold","fontFamilyBase","fontFamilyMonospace","fontFamilyNumeric"],"mappings":";;;;;;;;;;;IAAaA,SAAS,MAATA;IAYAC,WAAW,MAAXA;IAYAC,WAAW,MAAXA;IAMAC,YAAY,MAAZA;;AA9BN,MAAMH,YAAY;IACrBI,iBAAiB;IACjBC,iBAAiB;IACjBC,iBAAiB;IACjBC,iBAAiB;IACjBC,iBAAiB;IACjBC,iBAAiB;IACjBC,iBAAiB;IACjBC,iBAAiB;IACjBC,iBAAiB;IACjBC,kBAAkB;AACtB;AACO,MAAMZ,cAAc;IACvBa,mBAAmB;IACnBC,mBAAmB;IACnBC,mBAAmB;IACnBC,mBAAmB;IACnBC,mBAAmB;IACnBC,mBAAmB;IACnBC,mBAAmB;IACnBC,mBAAmB;IACnBC,mBAAmB;IACnBC,oBAAoB;AACxB;AACO,MAAMrB,cAAc;IACvBsB,mBAAmB;IACnBC,kBAAkB;IAClBC,oBAAoB;IACpBC,gBAAgB;AACpB;AACO,MAAMxB,eAAe;IACxByB,gBACA;IACAC,qBAAqB;IACrBC,mBACA;AACJ"}
@@ -11,6 +11,3 @@ _exportStar(require("./fonts"), exports);
11
11
  _exportStar(require("./spacings"), exports);
12
12
  _exportStar(require("./strokeWidths"), exports);
13
13
  _exportStar(require("./typographyStyles"), exports);
14
- //# sourceMappingURL=index.js.map
15
-
16
- //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../lib/global/index.js"],"sourcesContent":["export * from './borderRadius';\nexport * from './colors';\nexport * from './curves';\nexport * from './durations';\nexport * from './fonts';\nexport * from './spacings';\nexport * from './strokeWidths';\nexport * from './borderRadius';\nexport * from './typographyStyles';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;oBACA;oBACA;oBACA;oBACA;oBACA;oBACA;oBAEA;CACd,iCAAiC"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export * from './borderRadius';\nexport * from './colors';\nexport * from './curves';\nexport * from './durations';\nexport * from './fonts';\nexport * from './spacings';\nexport * from './strokeWidths';\nexport * from './borderRadius';\nexport * from './typographyStyles';\n"],"names":[],"mappings":";;;;;oBAAc;oBACA;oBACA;oBACA;oBACA;oBACA;oBACA;oBAEA"}
@@ -51,6 +51,4 @@ const verticalSpacings = {
51
51
  spacingVerticalXL: spacings.xl,
52
52
  spacingVerticalXXL: spacings.xxl,
53
53
  spacingVerticalXXXL: spacings.xxxl
54
- }; //# sourceMappingURL=spacings.js.map
55
-
56
- //# sourceMappingURL=spacings.js.map
54
+ };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../lib/global/spacings.js"],"sourcesContent":["// Intentionally not exported! Use horizontalSpacings and verticalSpacings instead.\nconst spacings = {\n none: '0',\n xxs: '2px',\n xs: '4px',\n sNudge: '6px',\n s: '8px',\n mNudge: '10px',\n m: '12px',\n l: '16px',\n xl: '20px',\n xxl: '24px',\n xxxl: '32px'\n};\nexport const horizontalSpacings = {\n spacingHorizontalNone: spacings.none,\n spacingHorizontalXXS: spacings.xxs,\n spacingHorizontalXS: spacings.xs,\n spacingHorizontalSNudge: spacings.sNudge,\n spacingHorizontalS: spacings.s,\n spacingHorizontalMNudge: spacings.mNudge,\n spacingHorizontalM: spacings.m,\n spacingHorizontalL: spacings.l,\n spacingHorizontalXL: spacings.xl,\n spacingHorizontalXXL: spacings.xxl,\n spacingHorizontalXXXL: spacings.xxxl\n};\nexport const verticalSpacings = {\n spacingVerticalNone: spacings.none,\n spacingVerticalXXS: spacings.xxs,\n spacingVerticalXS: spacings.xs,\n spacingVerticalSNudge: spacings.sNudge,\n spacingVerticalS: spacings.s,\n spacingVerticalMNudge: spacings.mNudge,\n spacingVerticalM: spacings.m,\n spacingVerticalL: spacings.l,\n spacingVerticalXL: spacings.xl,\n spacingVerticalXXL: spacings.xxl,\n spacingVerticalXXXL: spacings.xxxl\n};\n//# sourceMappingURL=spacings.js.map"],"names":["horizontalSpacings","verticalSpacings","spacings","none","xxs","xs","sNudge","s","mNudge","m","l","xl","xxl","xxxl","spacingHorizontalNone","spacingHorizontalXXS","spacingHorizontalXS","spacingHorizontalSNudge","spacingHorizontalS","spacingHorizontalMNudge","spacingHorizontalM","spacingHorizontalL","spacingHorizontalXL","spacingHorizontalXXL","spacingHorizontalXXXL","spacingVerticalNone","spacingVerticalXXS","spacingVerticalXS","spacingVerticalSNudge","spacingVerticalS","spacingVerticalMNudge","spacingVerticalM","spacingVerticalL","spacingVerticalXL","spacingVerticalXXL","spacingVerticalXXXL"],"mappings":"AAAA,mFAAmF;;;;;;;;;;;;IActEA,kBAAkB,MAAlBA;IAaAC,gBAAgB,MAAhBA;;AA1Bb,MAAMC,WAAW;IACfC,MAAM;IACNC,KAAK;IACLC,IAAI;IACJC,QAAQ;IACRC,GAAG;IACHC,QAAQ;IACRC,GAAG;IACHC,GAAG;IACHC,IAAI;IACJC,KAAK;IACLC,MAAM;AACR;AACO,MAAMb,qBAAqB;IAChCc,uBAAuBZ,SAASC,IAAI;IACpCY,sBAAsBb,SAASE,GAAG;IAClCY,qBAAqBd,SAASG,EAAE;IAChCY,yBAAyBf,SAASI,MAAM;IACxCY,oBAAoBhB,SAASK,CAAC;IAC9BY,yBAAyBjB,SAASM,MAAM;IACxCY,oBAAoBlB,SAASO,CAAC;IAC9BY,oBAAoBnB,SAASQ,CAAC;IAC9BY,qBAAqBpB,SAASS,EAAE;IAChCY,sBAAsBrB,SAASU,GAAG;IAClCY,uBAAuBtB,SAASW,IAAI;AACtC;AACO,MAAMZ,mBAAmB;IAC9BwB,qBAAqBvB,SAASC,IAAI;IAClCuB,oBAAoBxB,SAASE,GAAG;IAChCuB,mBAAmBzB,SAASG,EAAE;IAC9BuB,uBAAuB1B,SAASI,MAAM;IACtCuB,kBAAkB3B,SAASK,CAAC;IAC5BuB,uBAAuB5B,SAASM,MAAM;IACtCuB,kBAAkB7B,SAASO,CAAC;IAC5BuB,kBAAkB9B,SAASQ,CAAC;IAC5BuB,mBAAmB/B,SAASS,EAAE;IAC9BuB,oBAAoBhC,SAASU,GAAG;IAChCuB,qBAAqBjC,SAASW,IAAI;AACpC,GACA,oCAAoC"}
1
+ {"version":3,"sources":["spacings.js"],"sourcesContent":["// Intentionally not exported! Use horizontalSpacings and verticalSpacings instead.\nconst spacings = {\n none: '0',\n xxs: '2px',\n xs: '4px',\n sNudge: '6px',\n s: '8px',\n mNudge: '10px',\n m: '12px',\n l: '16px',\n xl: '20px',\n xxl: '24px',\n xxxl: '32px'\n};\nexport const horizontalSpacings = {\n spacingHorizontalNone: spacings.none,\n spacingHorizontalXXS: spacings.xxs,\n spacingHorizontalXS: spacings.xs,\n spacingHorizontalSNudge: spacings.sNudge,\n spacingHorizontalS: spacings.s,\n spacingHorizontalMNudge: spacings.mNudge,\n spacingHorizontalM: spacings.m,\n spacingHorizontalL: spacings.l,\n spacingHorizontalXL: spacings.xl,\n spacingHorizontalXXL: spacings.xxl,\n spacingHorizontalXXXL: spacings.xxxl\n};\nexport const verticalSpacings = {\n spacingVerticalNone: spacings.none,\n spacingVerticalXXS: spacings.xxs,\n spacingVerticalXS: spacings.xs,\n spacingVerticalSNudge: spacings.sNudge,\n spacingVerticalS: spacings.s,\n spacingVerticalMNudge: spacings.mNudge,\n spacingVerticalM: spacings.m,\n spacingVerticalL: spacings.l,\n spacingVerticalXL: spacings.xl,\n spacingVerticalXXL: spacings.xxl,\n spacingVerticalXXXL: spacings.xxxl\n};\n"],"names":["horizontalSpacings","verticalSpacings","spacings","none","xxs","xs","sNudge","s","mNudge","m","l","xl","xxl","xxxl","spacingHorizontalNone","spacingHorizontalXXS","spacingHorizontalXS","spacingHorizontalSNudge","spacingHorizontalS","spacingHorizontalMNudge","spacingHorizontalM","spacingHorizontalL","spacingHorizontalXL","spacingHorizontalXXL","spacingHorizontalXXXL","spacingVerticalNone","spacingVerticalXXS","spacingVerticalXS","spacingVerticalSNudge","spacingVerticalS","spacingVerticalMNudge","spacingVerticalM","spacingVerticalL","spacingVerticalXL","spacingVerticalXXL","spacingVerticalXXXL"],"mappings":"AAAA,mFAAmF;;;;;;;;;;;;IActEA,kBAAkB,MAAlBA;IAaAC,gBAAgB,MAAhBA;;AA1Bb,MAAMC,WAAW;IACbC,MAAM;IACNC,KAAK;IACLC,IAAI;IACJC,QAAQ;IACRC,GAAG;IACHC,QAAQ;IACRC,GAAG;IACHC,GAAG;IACHC,IAAI;IACJC,KAAK;IACLC,MAAM;AACV;AACO,MAAMb,qBAAqB;IAC9Bc,uBAAuBZ,SAASC,IAAI;IACpCY,sBAAsBb,SAASE,GAAG;IAClCY,qBAAqBd,SAASG,EAAE;IAChCY,yBAAyBf,SAASI,MAAM;IACxCY,oBAAoBhB,SAASK,CAAC;IAC9BY,yBAAyBjB,SAASM,MAAM;IACxCY,oBAAoBlB,SAASO,CAAC;IAC9BY,oBAAoBnB,SAASQ,CAAC;IAC9BY,qBAAqBpB,SAASS,EAAE;IAChCY,sBAAsBrB,SAASU,GAAG;IAClCY,uBAAuBtB,SAASW,IAAI;AACxC;AACO,MAAMZ,mBAAmB;IAC5BwB,qBAAqBvB,SAASC,IAAI;IAClCuB,oBAAoBxB,SAASE,GAAG;IAChCuB,mBAAmBzB,SAASG,EAAE;IAC9BuB,uBAAuB1B,SAASI,MAAM;IACtCuB,kBAAkB3B,SAASK,CAAC;IAC5BuB,uBAAuB5B,SAASM,MAAM;IACtCuB,kBAAkB7B,SAASO,CAAC;IAC5BuB,kBAAkB9B,SAASQ,CAAC;IAC5BuB,mBAAmB/B,SAASS,EAAE;IAC9BuB,oBAAoBhC,SAASU,GAAG;IAChCuB,qBAAqBjC,SAASW,IAAI;AACtC"}
@@ -11,6 +11,4 @@ const strokeWidths = {
11
11
  strokeWidthThick: '2px',
12
12
  strokeWidthThicker: '3px',
13
13
  strokeWidthThickest: '4px'
14
- }; //# sourceMappingURL=strokeWidths.js.map
15
-
16
- //# sourceMappingURL=strokeWidths.js.map
14
+ };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../lib/global/strokeWidths.js"],"sourcesContent":["export const strokeWidths = {\n strokeWidthThin: '1px',\n strokeWidthThick: '2px',\n strokeWidthThicker: '3px',\n strokeWidthThickest: '4px'\n};\n//# sourceMappingURL=strokeWidths.js.map"],"names":["strokeWidths","strokeWidthThin","strokeWidthThick","strokeWidthThicker","strokeWidthThickest"],"mappings":";;;;+BAAaA;;aAAAA;;AAAN,MAAMA,eAAe;IAC1BC,iBAAiB;IACjBC,kBAAkB;IAClBC,oBAAoB;IACpBC,qBAAqB;AACvB,GACA,wCAAwC"}
1
+ {"version":3,"sources":["strokeWidths.js"],"sourcesContent":["export const strokeWidths = {\n strokeWidthThin: '1px',\n strokeWidthThick: '2px',\n strokeWidthThicker: '3px',\n strokeWidthThickest: '4px'\n};\n"],"names":["strokeWidths","strokeWidthThin","strokeWidthThick","strokeWidthThicker","strokeWidthThickest"],"mappings":";;;;+BAAaA;;aAAAA;;AAAN,MAAMA,eAAe;IACxBC,iBAAiB;IACjBC,kBAAkB;IAClBC,oBAAoB;IACpBC,qBAAqB;AACzB"}
@@ -110,6 +110,4 @@ const typographyStyles = {
110
110
  fontWeight: _tokens.tokens.fontWeightSemibold,
111
111
  lineHeight: _tokens.tokens.lineHeightHero1000
112
112
  }
113
- }; //# sourceMappingURL=typographyStyles.js.map
114
-
115
- //# sourceMappingURL=typographyStyles.js.map
113
+ };