@primer/primitives 9.1.2 → 10.0.0-rc.1d2317e6

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 (314) hide show
  1. package/dist/build/PrimerStyleDictionary.d.ts +1 -2
  2. package/dist/build/PrimerStyleDictionary.js +52 -64
  3. package/dist/build/filters/index.d.ts +14 -13
  4. package/dist/build/filters/index.js +14 -29
  5. package/dist/build/filters/isBorder.d.ts +3 -3
  6. package/dist/build/filters/isBorder.js +2 -6
  7. package/dist/build/filters/isColor.d.ts +3 -3
  8. package/dist/build/filters/isColor.js +8 -7
  9. package/dist/build/filters/isColorWithAlpha.d.ts +3 -3
  10. package/dist/build/filters/isColorWithAlpha.js +4 -8
  11. package/dist/build/filters/isColorWithMix.d.ts +3 -3
  12. package/dist/build/filters/isColorWithMix.js +4 -8
  13. package/dist/build/filters/isCubicBezier.d.ts +7 -0
  14. package/dist/build/filters/isCubicBezier.js +10 -0
  15. package/dist/build/filters/isDeprecated.d.ts +3 -3
  16. package/dist/build/filters/isDeprecated.js +2 -6
  17. package/dist/build/filters/isDimension.d.ts +3 -3
  18. package/dist/build/filters/isDimension.js +2 -6
  19. package/dist/build/filters/isDuration.d.ts +3 -3
  20. package/dist/build/filters/isDuration.js +2 -6
  21. package/dist/build/filters/isFontFamily.d.ts +3 -3
  22. package/dist/build/filters/isFontFamily.js +2 -6
  23. package/dist/build/filters/isFontWeight.d.ts +3 -3
  24. package/dist/build/filters/isFontWeight.js +2 -6
  25. package/dist/build/filters/isFromFile.d.ts +3 -3
  26. package/dist/build/filters/isFromFile.js +2 -6
  27. package/dist/build/filters/isNumber.d.ts +3 -3
  28. package/dist/build/filters/isNumber.js +4 -6
  29. package/dist/build/filters/isShadow.d.ts +3 -3
  30. package/dist/build/filters/isShadow.js +2 -6
  31. package/dist/build/filters/isSource.d.ts +3 -3
  32. package/dist/build/filters/isSource.js +2 -6
  33. package/dist/build/filters/isTypography.d.ts +3 -3
  34. package/dist/build/filters/isTypography.js +2 -6
  35. package/dist/build/formats/cssAdvanced.d.ts +2 -2
  36. package/dist/build/formats/cssAdvanced.js +22 -20
  37. package/dist/build/formats/cssCustomMedia.d.ts +2 -2
  38. package/dist/build/formats/cssCustomMedia.js +16 -15
  39. package/dist/build/formats/index.d.ts +9 -9
  40. package/dist/build/formats/index.js +9 -21
  41. package/dist/build/formats/javascriptCommonJs.d.ts +2 -2
  42. package/dist/build/formats/javascriptCommonJs.js +17 -16
  43. package/dist/build/formats/javascriptEsm.d.ts +2 -2
  44. package/dist/build/formats/javascriptEsm.js +17 -16
  45. package/dist/build/formats/jsonFigma.d.ts +2 -2
  46. package/dist/build/formats/jsonFigma.js +27 -22
  47. package/dist/build/formats/jsonNestedPrefixed.d.ts +3 -3
  48. package/dist/build/formats/jsonNestedPrefixed.js +17 -15
  49. package/dist/build/formats/jsonOneDimensional.d.ts +3 -3
  50. package/dist/build/formats/jsonOneDimensional.js +24 -16
  51. package/dist/build/formats/jsonPostCssFallback.d.ts +3 -3
  52. package/dist/build/formats/jsonPostCssFallback.js +5 -12
  53. package/dist/build/formats/typescriptExportDefinition.d.ts +2 -2
  54. package/dist/build/formats/typescriptExportDefinition.js +48 -44
  55. package/dist/build/formats/utilities/getPropName.d.ts +1 -0
  56. package/dist/build/formats/utilities/getPropName.js +16 -0
  57. package/dist/build/formats/utilities/jsonToFlat.d.ts +2 -2
  58. package/dist/build/formats/utilities/jsonToFlat.js +1 -5
  59. package/dist/build/formats/utilities/jsonToNestedValue.d.ts +2 -2
  60. package/dist/build/formats/utilities/jsonToNestedValue.js +4 -6
  61. package/dist/build/formats/utilities/prefixTokens.d.ts +2 -2
  62. package/dist/build/formats/utilities/prefixTokens.js +1 -5
  63. package/dist/build/parsers/index.d.ts +1 -1
  64. package/dist/build/parsers/index.js +1 -5
  65. package/dist/build/parsers/w3cJsonParser.d.ts +2 -2
  66. package/dist/build/parsers/w3cJsonParser.js +5 -7
  67. package/dist/build/platforms/css.d.ts +1 -1
  68. package/dist/build/platforms/css.js +20 -11
  69. package/dist/build/platforms/deprecatedJson.d.ts +1 -1
  70. package/dist/build/platforms/deprecatedJson.js +3 -7
  71. package/dist/build/platforms/docJson.d.ts +1 -1
  72. package/dist/build/platforms/docJson.js +8 -7
  73. package/dist/build/platforms/fallbacks.d.ts +1 -1
  74. package/dist/build/platforms/fallbacks.js +3 -7
  75. package/dist/build/platforms/figma.d.ts +1 -1
  76. package/dist/build/platforms/figma.js +21 -14
  77. package/dist/build/platforms/index.d.ts +10 -10
  78. package/dist/build/platforms/index.js +10 -23
  79. package/dist/build/platforms/javascript.d.ts +1 -1
  80. package/dist/build/platforms/javascript.js +3 -7
  81. package/dist/build/platforms/json.d.ts +1 -1
  82. package/dist/build/platforms/json.js +3 -7
  83. package/dist/build/platforms/styleLint.d.ts +1 -1
  84. package/dist/build/platforms/styleLint.js +3 -7
  85. package/dist/build/platforms/typeDefinitions.d.ts +1 -1
  86. package/dist/build/platforms/typeDefinitions.js +6 -10
  87. package/dist/build/platforms/typescript.d.ts +1 -1
  88. package/dist/build/platforms/typescript.js +3 -7
  89. package/dist/build/schemas/alphaValue.js +4 -7
  90. package/dist/build/schemas/baseToken.d.ts +2 -2
  91. package/dist/build/schemas/baseToken.js +4 -7
  92. package/dist/build/schemas/borderToken.d.ts +5 -5
  93. package/dist/build/schemas/borderToken.js +13 -16
  94. package/dist/build/schemas/collections.js +8 -14
  95. package/dist/build/schemas/colorHexValue.js +4 -7
  96. package/dist/build/schemas/colorToken.d.ts +20 -15
  97. package/dist/build/schemas/colorToken.js +24 -24
  98. package/dist/build/schemas/cubicBezierToken.d.ts +18 -0
  99. package/dist/build/schemas/cubicBezierToken.js +8 -0
  100. package/dist/build/schemas/designToken.js +30 -31
  101. package/dist/build/schemas/dimensionToken.d.ts +5 -5
  102. package/dist/build/schemas/dimensionToken.js +14 -17
  103. package/dist/build/schemas/dimensionValue.js +7 -10
  104. package/dist/build/schemas/durationToken.d.ts +5 -5
  105. package/dist/build/schemas/durationToken.js +8 -11
  106. package/dist/build/schemas/durationValue.js +4 -7
  107. package/dist/build/schemas/fontFamilyToken.d.ts +5 -5
  108. package/dist/build/schemas/fontFamilyToken.js +13 -16
  109. package/dist/build/schemas/fontWeightToken.d.ts +5 -5
  110. package/dist/build/schemas/fontWeightToken.js +14 -17
  111. package/dist/build/schemas/fontWeightValue.js +4 -7
  112. package/dist/build/schemas/numberToken.d.ts +5 -5
  113. package/dist/build/schemas/numberToken.js +15 -18
  114. package/dist/build/schemas/referenceValue.js +4 -7
  115. package/dist/build/schemas/scopes.js +5 -10
  116. package/dist/build/schemas/shadowToken.d.ts +5 -5
  117. package/dist/build/schemas/shadowToken.js +23 -26
  118. package/dist/build/schemas/stringToken.d.ts +5 -5
  119. package/dist/build/schemas/stringToken.js +7 -10
  120. package/dist/build/schemas/tokenName.js +4 -7
  121. package/dist/build/schemas/tokenType.d.ts +2 -2
  122. package/dist/build/schemas/tokenType.js +2 -6
  123. package/dist/build/schemas/typographyToken.d.ts +5 -5
  124. package/dist/build/schemas/typographyToken.js +14 -17
  125. package/dist/build/schemas/validTokenType.d.ts +1 -1
  126. package/dist/build/schemas/validTokenType.js +10 -13
  127. package/dist/build/schemas/viewportRangeToken.d.ts +5 -5
  128. package/dist/build/schemas/viewportRangeToken.js +7 -10
  129. package/dist/build/transformers/borderToCss.d.ts +3 -3
  130. package/dist/build/transformers/borderToCss.js +16 -16
  131. package/dist/build/transformers/colorToHex.d.ts +2 -2
  132. package/dist/build/transformers/colorToHex.js +11 -13
  133. package/dist/build/transformers/colorToHexMix.d.ts +2 -2
  134. package/dist/build/transformers/colorToHexMix.js +10 -15
  135. package/dist/build/transformers/colorToRgbAlpha.d.ts +2 -2
  136. package/dist/build/transformers/colorToRgbAlpha.js +10 -12
  137. package/dist/build/transformers/colorToRgbaFloat.d.ts +2 -2
  138. package/dist/build/transformers/colorToRgbaFloat.js +24 -28
  139. package/dist/build/transformers/cubicBezierToCss.d.ts +8 -0
  140. package/dist/build/transformers/cubicBezierToCss.js +23 -0
  141. package/dist/build/transformers/dimensionToPixelUnitless.d.ts +2 -2
  142. package/dist/build/transformers/dimensionToPixelUnitless.js +13 -14
  143. package/dist/build/transformers/dimensionToRem.d.ts +2 -2
  144. package/dist/build/transformers/dimensionToRem.js +12 -13
  145. package/dist/build/transformers/dimensionToRemPxArray.d.ts +2 -2
  146. package/dist/build/transformers/dimensionToRemPxArray.js +11 -12
  147. package/dist/build/transformers/durationToCss.d.ts +2 -2
  148. package/dist/build/transformers/durationToCss.js +9 -10
  149. package/dist/build/transformers/figmaAttributes.d.ts +2 -2
  150. package/dist/build/transformers/figmaAttributes.js +3 -5
  151. package/dist/build/transformers/floatToPixel.d.ts +4 -4
  152. package/dist/build/transformers/floatToPixel.js +12 -14
  153. package/dist/build/transformers/fontFamilyToCss.d.ts +2 -2
  154. package/dist/build/transformers/fontFamilyToCss.js +10 -13
  155. package/dist/build/transformers/fontFamilyToFigma.d.ts +3 -3
  156. package/dist/build/transformers/fontFamilyToFigma.js +15 -17
  157. package/dist/build/transformers/fontWeightToNumber.d.ts +2 -2
  158. package/dist/build/transformers/fontWeightToNumber.js +8 -11
  159. package/dist/build/transformers/index.d.ts +25 -24
  160. package/dist/build/transformers/index.js +25 -51
  161. package/dist/build/transformers/jsonDeprecated.d.ts +2 -2
  162. package/dist/build/transformers/jsonDeprecated.js +6 -8
  163. package/dist/build/transformers/namePathToCamelCase.d.ts +2 -2
  164. package/dist/build/transformers/namePathToCamelCase.js +5 -7
  165. package/dist/build/transformers/namePathToDotNotation.d.ts +2 -2
  166. package/dist/build/transformers/namePathToDotNotation.js +6 -8
  167. package/dist/build/transformers/namePathToFigma.d.ts +3 -3
  168. package/dist/build/transformers/namePathToFigma.js +5 -8
  169. package/dist/build/transformers/namePathToKebabCase.d.ts +2 -2
  170. package/dist/build/transformers/namePathToKebabCase.js +4 -6
  171. package/dist/build/transformers/namePathToPascalCase.d.ts +2 -2
  172. package/dist/build/transformers/namePathToPascalCase.js +5 -7
  173. package/dist/build/transformers/namePathToSlashNotation.d.ts +2 -2
  174. package/dist/build/transformers/namePathToSlashNotation.js +4 -6
  175. package/dist/build/transformers/shadowToCss.d.ts +2 -2
  176. package/dist/build/transformers/shadowToCss.js +14 -15
  177. package/dist/build/transformers/typographyToCss.d.ts +2 -2
  178. package/dist/build/transformers/typographyToCss.js +13 -15
  179. package/dist/build/transformers/utilities/alpha.d.ts +1 -1
  180. package/dist/build/transformers/utilities/alpha.js +4 -8
  181. package/dist/build/transformers/utilities/checkRequiredTokenProperties.js +1 -5
  182. package/dist/build/transformers/utilities/getTokenValue.d.ts +2 -2
  183. package/dist/build/transformers/utilities/getTokenValue.js +10 -12
  184. package/dist/build/transformers/utilities/hasSpaceInString.js +1 -5
  185. package/dist/build/transformers/utilities/hexToRgbaFloat.d.ts +1 -1
  186. package/dist/build/transformers/utilities/hexToRgbaFloat.js +1 -5
  187. package/dist/build/transformers/utilities/invalidTokenError.d.ts +1 -1
  188. package/dist/build/transformers/utilities/invalidTokenError.js +11 -10
  189. package/dist/build/transformers/utilities/isRgbaFloat.js +1 -5
  190. package/dist/build/transformers/utilities/mix.js +5 -7
  191. package/dist/build/transformers/utilities/rgbaFloatToHex.js +1 -5
  192. package/dist/build/types/Border.d.ts +5 -0
  193. package/dist/build/types/BorderTokenValue.d.ts +10 -0
  194. package/dist/build/types/ColorHex.d.ts +4 -0
  195. package/dist/build/types/PlatformInitializer.d.ts +11 -0
  196. package/dist/build/types/Shadow.d.ts +5 -0
  197. package/dist/build/types/ShadowTokenValue.d.ts +14 -0
  198. package/dist/build/types/SizeEm.d.ts +4 -0
  199. package/dist/build/types/SizePx.d.ts +4 -0
  200. package/dist/build/types/SizeRem.d.ts +4 -0
  201. package/dist/build/types/StyleDictionaryConfigGenerator.d.ts +15 -0
  202. package/dist/build/types/TokenBuildInput.d.ts +8 -0
  203. package/dist/build/types/TypographyTokenValue.d.ts +12 -0
  204. package/dist/build/types/w3cTransformedToken.d.ts +8 -0
  205. package/dist/build/utilities/copyFromDir.d.ts +2 -2
  206. package/dist/build/utilities/copyFromDir.js +7 -10
  207. package/dist/build/utilities/filterStringArray.js +1 -5
  208. package/dist/build/utilities/getFlag.js +1 -5
  209. package/dist/build/utilities/index.d.ts +9 -3
  210. package/dist/build/utilities/index.js +9 -9
  211. package/dist/build/utilities/joinFriendly.js +1 -5
  212. package/dist/build/utilities/schemaErrorMessage.js +1 -5
  213. package/dist/build/utilities/toCamelCase.js +5 -9
  214. package/dist/build/utilities/toPascalCase.js +5 -9
  215. package/dist/build/utilities/treeWalker.js +2 -6
  216. package/dist/build/utilities/upperCaseFirstCharacter.js +1 -5
  217. package/dist/css/functional/themes/dark-colorblind.css +56 -38
  218. package/dist/css/functional/themes/dark-dimmed.css +42 -24
  219. package/dist/css/functional/themes/dark-high-contrast.css +60 -42
  220. package/dist/css/functional/themes/dark-tritanopia.css +42 -24
  221. package/dist/css/functional/themes/dark.css +40 -22
  222. package/dist/css/functional/themes/light-colorblind.css +58 -40
  223. package/dist/css/functional/themes/light-high-contrast.css +56 -38
  224. package/dist/css/functional/themes/light-tritanopia.css +40 -22
  225. package/dist/css/functional/themes/light.css +40 -22
  226. package/dist/docs/base/size/size.json +76 -76
  227. package/dist/docs/base/typography/typography.json +16 -16
  228. package/dist/docs/functional/motion/motion.json +18 -18
  229. package/dist/docs/functional/size/border.json +56 -56
  230. package/dist/docs/functional/size/breakpoints.json +24 -24
  231. package/dist/docs/functional/size/size-coarse.json +12 -12
  232. package/dist/docs/functional/size/size-fine.json +12 -12
  233. package/dist/docs/functional/size/size.json +264 -264
  234. package/dist/docs/functional/size/viewport.json +24 -24
  235. package/dist/docs/functional/themes/dark-colorblind.json +2761 -3384
  236. package/dist/docs/functional/themes/dark-dimmed.json +2809 -3028
  237. package/dist/docs/functional/themes/dark-high-contrast.json +2806 -5113
  238. package/dist/docs/functional/themes/dark-tritanopia.json +2800 -3203
  239. package/dist/docs/functional/themes/dark.json +2779 -2520
  240. package/dist/docs/functional/themes/light-colorblind.json +2597 -3172
  241. package/dist/docs/functional/themes/light-high-contrast.json +2642 -4627
  242. package/dist/docs/functional/themes/light-tritanopia.json +2517 -2960
  243. package/dist/docs/functional/themes/light.json +2561 -2312
  244. package/dist/docs/functional/typography/typography.json +206 -206
  245. package/dist/figma/dimension/dimension.json +489 -489
  246. package/dist/figma/figma.json +19 -11
  247. package/dist/figma/scales/dark-dimmed.json +2918 -38
  248. package/dist/figma/scales/dark-high-constrast.json +2918 -38
  249. package/dist/figma/scales/dark.json +2915 -35
  250. package/dist/figma/scales/light-high-constrast.json +2920 -40
  251. package/dist/figma/scales/light.json +2920 -40
  252. package/dist/figma/shadows/dark-colorblind.json +280 -280
  253. package/dist/figma/shadows/dark-dimmed.json +280 -280
  254. package/dist/figma/shadows/dark-high-contrast.json +280 -280
  255. package/dist/figma/shadows/dark-tritanopia.json +280 -280
  256. package/dist/figma/shadows/dark.json +280 -280
  257. package/dist/figma/shadows/light-colorblind.json +281 -281
  258. package/dist/figma/shadows/light-high-contrast.json +281 -281
  259. package/dist/figma/shadows/light-tritanopia.json +281 -281
  260. package/dist/figma/shadows/light.json +281 -281
  261. package/dist/figma/themes/dark-colorblind.json +5054 -5804
  262. package/dist/figma/themes/dark-dimmed.json +5284 -5610
  263. package/dist/figma/themes/dark-high-contrast.json +4249 -6624
  264. package/dist/figma/themes/dark-tritanopia.json +5223 -5763
  265. package/dist/figma/themes/dark.json +5561 -5421
  266. package/dist/figma/themes/light-colorblind.json +4986 -5639
  267. package/dist/figma/themes/light-high-contrast.json +4166 -6213
  268. package/dist/figma/themes/light-tritanopia.json +5082 -5600
  269. package/dist/figma/themes/light.json +5418 -5277
  270. package/dist/figma/typography/typography.json +112 -156
  271. package/dist/internalCss/dark-colorblind.css +56 -38
  272. package/dist/internalCss/dark-dimmed.css +42 -24
  273. package/dist/internalCss/dark-high-contrast.css +60 -42
  274. package/dist/internalCss/dark-tritanopia.css +42 -24
  275. package/dist/internalCss/dark.css +40 -22
  276. package/dist/internalCss/light-colorblind.css +58 -40
  277. package/dist/internalCss/light-high-contrast.css +56 -38
  278. package/dist/internalCss/light-tritanopia.css +40 -22
  279. package/dist/internalCss/light.css +40 -22
  280. package/dist/styleLint/base/size/size.json +38 -38
  281. package/dist/styleLint/base/typography/typography.json +8 -8
  282. package/dist/styleLint/functional/motion/motion.json +12 -12
  283. package/dist/styleLint/functional/size/border.json +30 -30
  284. package/dist/styleLint/functional/size/breakpoints.json +12 -12
  285. package/dist/styleLint/functional/size/size-coarse.json +6 -6
  286. package/dist/styleLint/functional/size/size-fine.json +6 -6
  287. package/dist/styleLint/functional/size/size.json +132 -132
  288. package/dist/styleLint/functional/size/viewport.json +12 -12
  289. package/dist/styleLint/functional/themes/dark-colorblind.json +1642 -2265
  290. package/dist/styleLint/functional/themes/dark-dimmed.json +1726 -1945
  291. package/dist/styleLint/functional/themes/dark-high-contrast.json +1610 -3917
  292. package/dist/styleLint/functional/themes/dark-tritanopia.json +1673 -2076
  293. package/dist/styleLint/functional/themes/dark.json +1663 -1404
  294. package/dist/styleLint/functional/themes/light-colorblind.json +1418 -1993
  295. package/dist/styleLint/functional/themes/light-high-contrast.json +1504 -3489
  296. package/dist/styleLint/functional/themes/light-tritanopia.json +1397 -1840
  297. package/dist/styleLint/functional/themes/light.json +1445 -1196
  298. package/dist/styleLint/functional/typography/typography.json +114 -114
  299. package/package.json +16 -13
  300. package/src/tokens/functional/color/dark/app-dark.json5 +203 -88
  301. package/src/tokens/functional/color/dark/data-vis-dark.json5 +20 -20
  302. package/src/tokens/functional/color/dark/display-dark.json5 +95 -95
  303. package/src/tokens/functional/color/dark/overrides/dark.dimmed.json5 +0 -8
  304. package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +43 -30
  305. package/src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5 +62 -30
  306. package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +53 -12
  307. package/src/tokens/functional/color/dark/patterns-dark.json5 +4 -4
  308. package/src/tokens/functional/color/dark/primitives-dark.json5 +4 -4
  309. package/src/tokens/functional/color/light/app-light.json5 +195 -85
  310. package/src/tokens/functional/color/light/data-vis-light.json5 +20 -20
  311. package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +25 -25
  312. package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +65 -34
  313. package/src/tokens/functional/color/light/overrides/light.tritanopia.json5 +66 -11
  314. package/src/tokens/functional/color/light/primitives-light.json5 +2 -2
@@ -1,13 +1,31 @@
1
1
  [
2
2
  {
3
- "name": "text/codeBlock/lineHeight",
4
- "value": 20,
3
+ "name": "text/codeInline/weight",
4
+ "value": 400,
5
+ "type": "FLOAT",
6
+ "refId": "typography/text/codeInline/weight",
7
+ "reference": "base/typography/base/text/weight/normal",
8
+ "collection": "typography",
9
+ "mode": "default",
10
+ "group": "typography",
11
+ "scopes": ["FONT_WEIGHT"]
12
+ },
13
+ {
14
+ "name": "text/codeBlock/weight",
15
+ "value": 400,
5
16
  "type": "FLOAT",
6
- "refId": "typography/text/codeBlock/lineHeight",
17
+ "refId": "typography/text/codeBlock/weight",
18
+ "reference": "base/typography/base/text/weight/normal",
7
19
  "collection": "typography",
8
20
  "mode": "default",
9
21
  "group": "typography",
10
- "scopes": ["LINE_HEIGHT"]
22
+ "scopes": ["FONT_WEIGHT"]
23
+ },
24
+ {
25
+ "name": "lineHeight",
26
+ "value": 1.5385,
27
+ "type": "FLOAT",
28
+ "refId": "lineHeight"
11
29
  },
12
30
  {
13
31
  "name": "text/codeBlock/size",
@@ -20,14 +38,21 @@
20
38
  "scopes": ["FONT_SIZE"]
21
39
  },
22
40
  {
23
- "name": "text/caption/lineHeight",
24
- "value": 16,
41
+ "name": "text/caption/weight",
42
+ "value": 400,
25
43
  "type": "FLOAT",
26
- "refId": "typography/text/caption/lineHeight",
44
+ "refId": "typography/text/caption/weight",
45
+ "reference": "base/typography/base/text/weight/normal",
27
46
  "collection": "typography",
28
47
  "mode": "default",
29
48
  "group": "typography",
30
- "scopes": ["LINE_HEIGHT"]
49
+ "scopes": ["FONT_WEIGHT"]
50
+ },
51
+ {
52
+ "name": "lineHeight",
53
+ "value": 1.3333,
54
+ "type": "FLOAT",
55
+ "refId": "lineHeight"
31
56
  },
32
57
  {
33
58
  "name": "text/caption/size",
@@ -40,34 +65,33 @@
40
65
  "scopes": ["FONT_SIZE"]
41
66
  },
42
67
  {
43
- "name": "text/body/lineHeight/small",
44
- "value": 20,
68
+ "name": "text/body/weight",
69
+ "value": 400,
45
70
  "type": "FLOAT",
46
- "refId": "typography/text/body/lineHeight/small",
71
+ "refId": "typography/text/body/weight",
72
+ "reference": "base/typography/base/text/weight/normal",
47
73
  "collection": "typography",
48
74
  "mode": "default",
49
75
  "group": "typography",
50
- "scopes": ["LINE_HEIGHT"]
76
+ "scopes": ["FONT_WEIGHT"]
51
77
  },
52
78
  {
53
- "name": "text/body/lineHeight/medium",
54
- "value": 20,
79
+ "name": "small",
80
+ "value": 1.6666,
55
81
  "type": "FLOAT",
56
- "refId": "typography/text/body/lineHeight/medium",
57
- "collection": "typography",
58
- "mode": "default",
59
- "group": "typography",
60
- "scopes": ["LINE_HEIGHT"]
82
+ "refId": "small"
61
83
  },
62
84
  {
63
- "name": "text/body/lineHeight/large",
64
- "value": 24,
85
+ "name": "medium",
86
+ "value": 1.4285,
65
87
  "type": "FLOAT",
66
- "refId": "typography/text/body/lineHeight/large",
67
- "collection": "typography",
68
- "mode": "default",
69
- "group": "typography",
70
- "scopes": ["LINE_HEIGHT"]
88
+ "refId": "medium"
89
+ },
90
+ {
91
+ "name": "large",
92
+ "value": 1.5,
93
+ "type": "FLOAT",
94
+ "refId": "large"
71
95
  },
72
96
  {
73
97
  "name": "text/body/size/small",
@@ -100,14 +124,21 @@
100
124
  "scopes": ["FONT_SIZE"]
101
125
  },
102
126
  {
103
- "name": "text/subtitle/lineHeight",
104
- "value": 32,
127
+ "name": "text/subtitle/weight",
128
+ "value": 400,
105
129
  "type": "FLOAT",
106
- "refId": "typography/text/subtitle/lineHeight",
130
+ "refId": "typography/text/subtitle/weight",
131
+ "reference": "base/typography/base/text/weight/normal",
107
132
  "collection": "typography",
108
133
  "mode": "default",
109
134
  "group": "typography",
110
- "scopes": ["LINE_HEIGHT"]
135
+ "scopes": ["FONT_WEIGHT"]
136
+ },
137
+ {
138
+ "name": "lineHeight",
139
+ "value": 1.6,
140
+ "type": "FLOAT",
141
+ "refId": "lineHeight"
111
142
  },
112
143
  {
113
144
  "name": "text/subtitle/size",
@@ -120,34 +151,55 @@
120
151
  "scopes": ["FONT_SIZE"]
121
152
  },
122
153
  {
123
- "name": "text/title/lineHeight/small",
124
- "value": 24,
154
+ "name": "text/title/weight/small",
155
+ "value": 600,
125
156
  "type": "FLOAT",
126
- "refId": "typography/text/title/lineHeight/small",
157
+ "refId": "typography/text/title/weight/small",
158
+ "reference": "base/typography/base/text/weight/semibold",
127
159
  "collection": "typography",
128
160
  "mode": "default",
129
161
  "group": "typography",
130
- "scopes": ["LINE_HEIGHT"]
162
+ "scopes": ["FONT_WEIGHT"]
131
163
  },
132
164
  {
133
- "name": "text/title/lineHeight/medium",
134
- "value": 32,
165
+ "name": "text/title/weight/medium",
166
+ "value": 600,
135
167
  "type": "FLOAT",
136
- "refId": "typography/text/title/lineHeight/medium",
168
+ "refId": "typography/text/title/weight/medium",
169
+ "reference": "base/typography/base/text/weight/semibold",
137
170
  "collection": "typography",
138
171
  "mode": "default",
139
172
  "group": "typography",
140
- "scopes": ["LINE_HEIGHT"]
173
+ "scopes": ["FONT_WEIGHT"]
141
174
  },
142
175
  {
143
- "name": "text/title/lineHeight/large",
144
- "value": 48,
176
+ "name": "text/title/weight/large",
177
+ "value": 600,
145
178
  "type": "FLOAT",
146
- "refId": "typography/text/title/lineHeight/large",
179
+ "refId": "typography/text/title/weight/large",
180
+ "reference": "base/typography/base/text/weight/semibold",
147
181
  "collection": "typography",
148
182
  "mode": "default",
149
183
  "group": "typography",
150
- "scopes": ["LINE_HEIGHT"]
184
+ "scopes": ["FONT_WEIGHT"]
185
+ },
186
+ {
187
+ "name": "small",
188
+ "value": 1.5,
189
+ "type": "FLOAT",
190
+ "refId": "small"
191
+ },
192
+ {
193
+ "name": "medium",
194
+ "value": 1.6,
195
+ "type": "FLOAT",
196
+ "refId": "medium"
197
+ },
198
+ {
199
+ "name": "large",
200
+ "value": 1.5,
201
+ "type": "FLOAT",
202
+ "refId": "large"
151
203
  },
152
204
  {
153
205
  "name": "text/title/size/small",
@@ -180,14 +232,21 @@
180
232
  "scopes": ["FONT_SIZE"]
181
233
  },
182
234
  {
183
- "name": "text/display/lineHeight",
184
- "value": 56,
235
+ "name": "text/display/weight",
236
+ "value": 500,
185
237
  "type": "FLOAT",
186
- "refId": "typography/text/display/lineHeight",
238
+ "refId": "typography/text/display/weight",
239
+ "reference": "base/typography/base/text/weight/medium",
187
240
  "collection": "typography",
188
241
  "mode": "default",
189
242
  "group": "typography",
190
- "scopes": ["LINE_HEIGHT"]
243
+ "scopes": ["FONT_WEIGHT"]
244
+ },
245
+ {
246
+ "name": "lineHeight",
247
+ "value": 1.4,
248
+ "type": "FLOAT",
249
+ "refId": "lineHeight"
191
250
  },
192
251
  {
193
252
  "name": "text/display/size",
@@ -200,18 +259,14 @@
200
259
  "scopes": ["FONT_SIZE"]
201
260
  },
202
261
  {
203
- "name": "text/display/lineBoxHeight",
204
- "value": 56,
262
+ "name": "lineBoxHeight",
263
+ "value": 1.4,
205
264
  "type": "FLOAT",
206
- "refId": "typography/text/display/lineBoxHeight",
207
- "collection": "typography",
208
- "mode": "default",
209
- "group": "typography",
210
- "scopes": ["LINE_HEIGHT"]
265
+ "refId": "lineBoxHeight"
211
266
  },
212
267
  {
213
268
  "name": "fontStack/monospace",
214
- "value": "SF Mono",
269
+ "value": "ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace",
215
270
  "type": "STRING",
216
271
  "refId": "typography/fontStack/monospace",
217
272
  "collection": "typography",
@@ -221,7 +276,7 @@
221
276
  },
222
277
  {
223
278
  "name": "fontStack/sansSerifDisplay",
224
- "value": "SF Pro Display",
279
+ "value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
225
280
  "type": "STRING",
226
281
  "refId": "typography/fontStack/sansSerifDisplay",
227
282
  "collection": "typography",
@@ -231,7 +286,7 @@
231
286
  },
232
287
  {
233
288
  "name": "fontStack/sansSerif",
234
- "value": "SF Pro Text",
289
+ "value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
235
290
  "type": "STRING",
236
291
  "refId": "typography/fontStack/sansSerif",
237
292
  "collection": "typography",
@@ -241,7 +296,7 @@
241
296
  },
242
297
  {
243
298
  "name": "fontStack/system",
244
- "value": "SF Pro Text",
299
+ "value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
245
300
  "type": "STRING",
246
301
  "refId": "typography/fontStack/system",
247
302
  "collection": "typography",
@@ -288,104 +343,5 @@
288
343
  "mode": "default",
289
344
  "group": "base/typography",
290
345
  "scopes": ["FONT_WEIGHT"]
291
- },
292
- {
293
- "name": "text/codeInline/weight",
294
- "value": 400,
295
- "type": "FLOAT",
296
- "refId": "typography/text/codeInline/weight",
297
- "reference": "base/typography/base/text/weight/normal",
298
- "collection": "typography",
299
- "mode": "default",
300
- "group": "typography",
301
- "scopes": ["FONT_WEIGHT"]
302
- },
303
- {
304
- "name": "text/codeBlock/weight",
305
- "value": 400,
306
- "type": "FLOAT",
307
- "refId": "typography/text/codeBlock/weight",
308
- "reference": "base/typography/base/text/weight/normal",
309
- "collection": "typography",
310
- "mode": "default",
311
- "group": "typography",
312
- "scopes": ["FONT_WEIGHT"]
313
- },
314
- {
315
- "name": "text/caption/weight",
316
- "value": 400,
317
- "type": "FLOAT",
318
- "refId": "typography/text/caption/weight",
319
- "reference": "base/typography/base/text/weight/normal",
320
- "collection": "typography",
321
- "mode": "default",
322
- "group": "typography",
323
- "scopes": ["FONT_WEIGHT"]
324
- },
325
- {
326
- "name": "text/body/weight",
327
- "value": 400,
328
- "type": "FLOAT",
329
- "refId": "typography/text/body/weight",
330
- "reference": "base/typography/base/text/weight/normal",
331
- "collection": "typography",
332
- "mode": "default",
333
- "group": "typography",
334
- "scopes": ["FONT_WEIGHT"]
335
- },
336
- {
337
- "name": "text/subtitle/weight",
338
- "value": 400,
339
- "type": "FLOAT",
340
- "refId": "typography/text/subtitle/weight",
341
- "reference": "base/typography/base/text/weight/normal",
342
- "collection": "typography",
343
- "mode": "default",
344
- "group": "typography",
345
- "scopes": ["FONT_WEIGHT"]
346
- },
347
- {
348
- "name": "text/title/weight/small",
349
- "value": 600,
350
- "type": "FLOAT",
351
- "refId": "typography/text/title/weight/small",
352
- "reference": "base/typography/base/text/weight/semibold",
353
- "collection": "typography",
354
- "mode": "default",
355
- "group": "typography",
356
- "scopes": ["FONT_WEIGHT"]
357
- },
358
- {
359
- "name": "text/title/weight/medium",
360
- "value": 600,
361
- "type": "FLOAT",
362
- "refId": "typography/text/title/weight/medium",
363
- "reference": "base/typography/base/text/weight/semibold",
364
- "collection": "typography",
365
- "mode": "default",
366
- "group": "typography",
367
- "scopes": ["FONT_WEIGHT"]
368
- },
369
- {
370
- "name": "text/title/weight/large",
371
- "value": 600,
372
- "type": "FLOAT",
373
- "refId": "typography/text/title/weight/large",
374
- "reference": "base/typography/base/text/weight/semibold",
375
- "collection": "typography",
376
- "mode": "default",
377
- "group": "typography",
378
- "scopes": ["FONT_WEIGHT"]
379
- },
380
- {
381
- "name": "text/display/weight",
382
- "value": 500,
383
- "type": "FLOAT",
384
- "refId": "typography/text/display/weight",
385
- "reference": "base/typography/base/text/weight/medium",
386
- "collection": "typography",
387
- "mode": "default",
388
- "group": "typography",
389
- "scopes": ["FONT_WEIGHT"]
390
346
  }
391
347
  ]
@@ -295,17 +295,26 @@
295
295
  --topicTag-borderColor: #00000000;
296
296
  --highlight-neutral-bgColor: #d2992266;
297
297
  --page-header-bgColor: #0d1117;
298
- --diffBlob-addition-fgColor-text: #f0f6fc;
299
- --diffBlob-addition-fgColor-num: #f0f6fc;
300
- --diffBlob-addition-bgColor-num: #58a6ff4d;
301
- --diffBlob-addition-bgColor-line: #388bfd26;
302
- --diffBlob-addition-bgColor-word: #388bfd66;
303
- --diffBlob-deletion-fgColor-text: #f0f6fc;
304
- --diffBlob-deletion-fgColor-num: #f0f6fc;
305
- --diffBlob-deletion-bgColor-num: #db6d284d;
306
- --diffBlob-deletion-bgColor-line: #db6d2826;
307
- --diffBlob-deletion-bgColor-word: #db6d2866;
308
- --diffBlob-hunk-bgColor-num: #388bfd66;
298
+ --diffBlob-additionLine-fgColor: #f0f6fc;
299
+ --diffBlob-additionLine-bgColor: #388bfd26;
300
+ --diffBlob-additionWord-fgColor: #f0f6fc;
301
+ --diffBlob-additionWord-bgColor: #388bfd66;
302
+ --diffBlob-additionNum-fgColor: #f0f6fc;
303
+ --diffBlob-additionNum-bgColor: #58a6ff4d;
304
+ --diffBlob-deletionLine-fgColor: #f0f6fc;
305
+ --diffBlob-deletionLine-bgColor: #db6d2826;
306
+ --diffBlob-deletionWord-fgColor: #f0f6fc;
307
+ --diffBlob-deletionWord-bgColor: #db6d2866;
308
+ --diffBlob-deletionNum-fgColor: #f0f6fc;
309
+ --diffBlob-deletionNum-bgColor: #db6d284d;
310
+ --diffBlob-hunkLine-fgColor: #9198a1;
311
+ --diffBlob-hunkLine-bgColor: #212830;
312
+ --diffBlob-hunkNum-fgColor-rest: #f0f6fc;
313
+ --diffBlob-hunkNum-fgColor-hover: #ffffff;
314
+ --diffBlob-hunkNum-bgColor-rest: #2f3742;
315
+ --diffBlob-hunkNum-bgColor-hover: #656c76;
316
+ --diffBlob-emptyNum-bgColor: #151b23;
317
+ --diffBlob-emptyLine-bgColor: #151b23;
309
318
  --diffBlob-expander-iconColor: #9198a1;
310
319
  --codeMirror-fgColor: #f0f6fc;
311
320
  --codeMirror-bgColor: #0d1117;
@@ -476,7 +485,7 @@
476
485
  --control-transparent-borderColor-rest: #00000000;
477
486
  --control-transparent-borderColor-hover: #00000000;
478
487
  --control-transparent-borderColor-active: #00000000;
479
- --control-danger-fgColor-rest: #db6d28;
488
+ --control-danger-fgColor-rest: #f0883e;
480
489
  --control-danger-fgColor-hover: #f0883e;
481
490
  --control-danger-bgColor-hover: #db6d281a;
482
491
  --control-danger-bgColor-active: #db6d2866;
@@ -554,11 +563,11 @@
554
563
  --button-outline-borderColor-hover: #3d444d;
555
564
  --button-outline-borderColor-selected: #3d444d;
556
565
  --button-outline-shadow-selected: 0px 0px 0px 0px #000000;
557
- --button-danger-fgColor-rest: #e6713e;
566
+ --button-danger-fgColor-rest: #f0883e;
558
567
  --button-danger-fgColor-hover: #ffffff;
559
568
  --button-danger-fgColor-active: #ffffff;
560
- --button-danger-fgColor-disabled: #db6d2880;
561
- --button-danger-iconColor-rest: #e6713e;
569
+ --button-danger-fgColor-disabled: #f0883e80;
570
+ --button-danger-iconColor-rest: #f0883e;
562
571
  --button-danger-iconColor-hover: #ffffff;
563
572
  --button-danger-bgColor-rest: #212830;
564
573
  --button-danger-bgColor-hover: #9b4215;
@@ -583,9 +592,9 @@
583
592
  --buttonCounter-danger-bgColor-hover: #ffffff33;
584
593
  --buttonCounter-danger-bgColor-disabled: #bd561d0d;
585
594
  --buttonCounter-danger-bgColor-rest: #49020233;
586
- --buttonCounter-danger-fgColor-rest: #db6d28;
595
+ --buttonCounter-danger-fgColor-rest: #f0883e;
587
596
  --buttonCounter-danger-fgColor-hover: #ffffff;
588
- --buttonCounter-danger-fgColor-disabled: #db6d2880;
597
+ --buttonCounter-danger-fgColor-disabled: #f0883e80;
589
598
  --reactionButton-selected-bgColor-rest: #388bfd33;
590
599
  --reactionButton-selected-bgColor-hover: #3a8cfd5c;
591
600
  --reactionButton-selected-fgColor-rest: #4493f8;
@@ -736,7 +745,7 @@
736
745
  --fgColor-open: #f0883e;
737
746
  --fgColor-attention: #d29922;
738
747
  --fgColor-severe: #db6d28;
739
- --fgColor-danger: #db6d28;
748
+ --fgColor-danger: #f0883e;
740
749
  --fgColor-closed: #9198a1;
741
750
  --fgColor-done: #ab7df8;
742
751
  --fgColor-upsell: #ab7df8;
@@ -756,7 +765,7 @@
756
765
  --bgColor-accent-emphasis: #1f6feb;
757
766
  --bgColor-success-muted: #388bfd26;
758
767
  --bgColor-success-emphasis: #1f6feb;
759
- --bgColor-open-muted: #db6d2866;
768
+ --bgColor-open-muted: #db6d2833;
760
769
  --bgColor-open-emphasis: #bd561d;
761
770
  --bgColor-attention-muted: #bb800926;
762
771
  --bgColor-attention-emphasis: #9e6a03;
@@ -1154,17 +1163,26 @@
1154
1163
  --topicTag-borderColor: #00000000;
1155
1164
  --highlight-neutral-bgColor: #d2992266;
1156
1165
  --page-header-bgColor: #0d1117;
1157
- --diffBlob-addition-fgColor-text: #f0f6fc;
1158
- --diffBlob-addition-fgColor-num: #f0f6fc;
1159
- --diffBlob-addition-bgColor-num: #58a6ff4d;
1160
- --diffBlob-addition-bgColor-line: #388bfd26;
1161
- --diffBlob-addition-bgColor-word: #388bfd66;
1162
- --diffBlob-deletion-fgColor-text: #f0f6fc;
1163
- --diffBlob-deletion-fgColor-num: #f0f6fc;
1164
- --diffBlob-deletion-bgColor-num: #db6d284d;
1165
- --diffBlob-deletion-bgColor-line: #db6d2826;
1166
- --diffBlob-deletion-bgColor-word: #db6d2866;
1167
- --diffBlob-hunk-bgColor-num: #388bfd66;
1166
+ --diffBlob-additionLine-fgColor: #f0f6fc;
1167
+ --diffBlob-additionLine-bgColor: #388bfd26;
1168
+ --diffBlob-additionWord-fgColor: #f0f6fc;
1169
+ --diffBlob-additionWord-bgColor: #388bfd66;
1170
+ --diffBlob-additionNum-fgColor: #f0f6fc;
1171
+ --diffBlob-additionNum-bgColor: #58a6ff4d;
1172
+ --diffBlob-deletionLine-fgColor: #f0f6fc;
1173
+ --diffBlob-deletionLine-bgColor: #db6d2826;
1174
+ --diffBlob-deletionWord-fgColor: #f0f6fc;
1175
+ --diffBlob-deletionWord-bgColor: #db6d2866;
1176
+ --diffBlob-deletionNum-fgColor: #f0f6fc;
1177
+ --diffBlob-deletionNum-bgColor: #db6d284d;
1178
+ --diffBlob-hunkLine-fgColor: #9198a1;
1179
+ --diffBlob-hunkLine-bgColor: #212830;
1180
+ --diffBlob-hunkNum-fgColor-rest: #f0f6fc;
1181
+ --diffBlob-hunkNum-fgColor-hover: #ffffff;
1182
+ --diffBlob-hunkNum-bgColor-rest: #2f3742;
1183
+ --diffBlob-hunkNum-bgColor-hover: #656c76;
1184
+ --diffBlob-emptyNum-bgColor: #151b23;
1185
+ --diffBlob-emptyLine-bgColor: #151b23;
1168
1186
  --diffBlob-expander-iconColor: #9198a1;
1169
1187
  --codeMirror-fgColor: #f0f6fc;
1170
1188
  --codeMirror-bgColor: #0d1117;
@@ -1335,7 +1353,7 @@
1335
1353
  --control-transparent-borderColor-rest: #00000000;
1336
1354
  --control-transparent-borderColor-hover: #00000000;
1337
1355
  --control-transparent-borderColor-active: #00000000;
1338
- --control-danger-fgColor-rest: #db6d28;
1356
+ --control-danger-fgColor-rest: #f0883e;
1339
1357
  --control-danger-fgColor-hover: #f0883e;
1340
1358
  --control-danger-bgColor-hover: #db6d281a;
1341
1359
  --control-danger-bgColor-active: #db6d2866;
@@ -1413,11 +1431,11 @@
1413
1431
  --button-outline-borderColor-hover: #3d444d;
1414
1432
  --button-outline-borderColor-selected: #3d444d;
1415
1433
  --button-outline-shadow-selected: 0px 0px 0px 0px #000000;
1416
- --button-danger-fgColor-rest: #e6713e;
1434
+ --button-danger-fgColor-rest: #f0883e;
1417
1435
  --button-danger-fgColor-hover: #ffffff;
1418
1436
  --button-danger-fgColor-active: #ffffff;
1419
- --button-danger-fgColor-disabled: #db6d2880;
1420
- --button-danger-iconColor-rest: #e6713e;
1437
+ --button-danger-fgColor-disabled: #f0883e80;
1438
+ --button-danger-iconColor-rest: #f0883e;
1421
1439
  --button-danger-iconColor-hover: #ffffff;
1422
1440
  --button-danger-bgColor-rest: #212830;
1423
1441
  --button-danger-bgColor-hover: #9b4215;
@@ -1442,9 +1460,9 @@
1442
1460
  --buttonCounter-danger-bgColor-hover: #ffffff33;
1443
1461
  --buttonCounter-danger-bgColor-disabled: #bd561d0d;
1444
1462
  --buttonCounter-danger-bgColor-rest: #49020233;
1445
- --buttonCounter-danger-fgColor-rest: #db6d28;
1463
+ --buttonCounter-danger-fgColor-rest: #f0883e;
1446
1464
  --buttonCounter-danger-fgColor-hover: #ffffff;
1447
- --buttonCounter-danger-fgColor-disabled: #db6d2880;
1465
+ --buttonCounter-danger-fgColor-disabled: #f0883e80;
1448
1466
  --reactionButton-selected-bgColor-rest: #388bfd33;
1449
1467
  --reactionButton-selected-bgColor-hover: #3a8cfd5c;
1450
1468
  --reactionButton-selected-fgColor-rest: #4493f8;
@@ -1595,7 +1613,7 @@
1595
1613
  --fgColor-open: #f0883e;
1596
1614
  --fgColor-attention: #d29922;
1597
1615
  --fgColor-severe: #db6d28;
1598
- --fgColor-danger: #db6d28;
1616
+ --fgColor-danger: #f0883e;
1599
1617
  --fgColor-closed: #9198a1;
1600
1618
  --fgColor-done: #ab7df8;
1601
1619
  --fgColor-upsell: #ab7df8;
@@ -1615,7 +1633,7 @@
1615
1633
  --bgColor-accent-emphasis: #1f6feb;
1616
1634
  --bgColor-success-muted: #388bfd26;
1617
1635
  --bgColor-success-emphasis: #1f6feb;
1618
- --bgColor-open-muted: #db6d2866;
1636
+ --bgColor-open-muted: #db6d2833;
1619
1637
  --bgColor-open-emphasis: #bd561d;
1620
1638
  --bgColor-attention-muted: #bb800926;
1621
1639
  --bgColor-attention-emphasis: #9e6a03;
@@ -295,18 +295,27 @@
295
295
  --topicTag-borderColor: #00000000;
296
296
  --highlight-neutral-bgColor: #c6902666;
297
297
  --page-header-bgColor: #212830;
298
- --diffBlob-addition-fgColor-text: #d1d7e0;
299
- --diffBlob-addition-fgColor-num: #d1d7e0;
300
- --diffBlob-addition-bgColor-num: #57ab5a4d;
301
- --diffBlob-addition-bgColor-line: #46954a26;
302
- --diffBlob-addition-bgColor-word: #46954a66;
303
- --diffBlob-deletion-fgColor-text: #d1d7e0;
304
- --diffBlob-deletion-fgColor-num: #d1d7e0;
305
- --diffBlob-deletion-bgColor-num: #e5534b4d;
306
- --diffBlob-deletion-bgColor-line: #e5534b26;
307
- --diffBlob-deletion-bgColor-word: #e5534b66;
308
- --diffBlob-hunk-bgColor-num: #4184e466;
309
- --diffBlob-expander-iconColor: #d1d7e0;
298
+ --diffBlob-additionLine-fgColor: #d1d7e0;
299
+ --diffBlob-additionLine-bgColor: #46954a26;
300
+ --diffBlob-additionWord-fgColor: #d1d7e0;
301
+ --diffBlob-additionWord-bgColor: #46954a66;
302
+ --diffBlob-additionNum-fgColor: #d1d7e0;
303
+ --diffBlob-additionNum-bgColor: #57ab5a4d;
304
+ --diffBlob-deletionLine-fgColor: #d1d7e0;
305
+ --diffBlob-deletionLine-bgColor: #e5534b1a;
306
+ --diffBlob-deletionWord-fgColor: #d1d7e0;
307
+ --diffBlob-deletionWord-bgColor: #e5534b66;
308
+ --diffBlob-deletionNum-fgColor: #d1d7e0;
309
+ --diffBlob-deletionNum-bgColor: #e5534b4d;
310
+ --diffBlob-hunkLine-fgColor: #9198a1;
311
+ --diffBlob-hunkLine-bgColor: #4184e41a;
312
+ --diffBlob-hunkNum-fgColor-rest: #d1d7e0;
313
+ --diffBlob-hunkNum-fgColor-hover: #f0f6fc;
314
+ --diffBlob-hunkNum-bgColor-rest: #143d79;
315
+ --diffBlob-hunkNum-bgColor-hover: #316dca;
316
+ --diffBlob-emptyNum-bgColor: #262c36;
317
+ --diffBlob-emptyLine-bgColor: #262c36;
318
+ --diffBlob-expander-iconColor: #9198a1;
310
319
  --codeMirror-fgColor: #d1d7e0;
311
320
  --codeMirror-bgColor: #212830;
312
321
  --codeMirror-gutters-bgColor: #212830;
@@ -1154,18 +1163,27 @@
1154
1163
  --topicTag-borderColor: #00000000;
1155
1164
  --highlight-neutral-bgColor: #c6902666;
1156
1165
  --page-header-bgColor: #212830;
1157
- --diffBlob-addition-fgColor-text: #d1d7e0;
1158
- --diffBlob-addition-fgColor-num: #d1d7e0;
1159
- --diffBlob-addition-bgColor-num: #57ab5a4d;
1160
- --diffBlob-addition-bgColor-line: #46954a26;
1161
- --diffBlob-addition-bgColor-word: #46954a66;
1162
- --diffBlob-deletion-fgColor-text: #d1d7e0;
1163
- --diffBlob-deletion-fgColor-num: #d1d7e0;
1164
- --diffBlob-deletion-bgColor-num: #e5534b4d;
1165
- --diffBlob-deletion-bgColor-line: #e5534b26;
1166
- --diffBlob-deletion-bgColor-word: #e5534b66;
1167
- --diffBlob-hunk-bgColor-num: #4184e466;
1168
- --diffBlob-expander-iconColor: #d1d7e0;
1166
+ --diffBlob-additionLine-fgColor: #d1d7e0;
1167
+ --diffBlob-additionLine-bgColor: #46954a26;
1168
+ --diffBlob-additionWord-fgColor: #d1d7e0;
1169
+ --diffBlob-additionWord-bgColor: #46954a66;
1170
+ --diffBlob-additionNum-fgColor: #d1d7e0;
1171
+ --diffBlob-additionNum-bgColor: #57ab5a4d;
1172
+ --diffBlob-deletionLine-fgColor: #d1d7e0;
1173
+ --diffBlob-deletionLine-bgColor: #e5534b1a;
1174
+ --diffBlob-deletionWord-fgColor: #d1d7e0;
1175
+ --diffBlob-deletionWord-bgColor: #e5534b66;
1176
+ --diffBlob-deletionNum-fgColor: #d1d7e0;
1177
+ --diffBlob-deletionNum-bgColor: #e5534b4d;
1178
+ --diffBlob-hunkLine-fgColor: #9198a1;
1179
+ --diffBlob-hunkLine-bgColor: #4184e41a;
1180
+ --diffBlob-hunkNum-fgColor-rest: #d1d7e0;
1181
+ --diffBlob-hunkNum-fgColor-hover: #f0f6fc;
1182
+ --diffBlob-hunkNum-bgColor-rest: #143d79;
1183
+ --diffBlob-hunkNum-bgColor-hover: #316dca;
1184
+ --diffBlob-emptyNum-bgColor: #262c36;
1185
+ --diffBlob-emptyLine-bgColor: #262c36;
1186
+ --diffBlob-expander-iconColor: #9198a1;
1169
1187
  --codeMirror-fgColor: #d1d7e0;
1170
1188
  --codeMirror-bgColor: #212830;
1171
1189
  --codeMirror-gutters-bgColor: #212830;