@primer/primitives 10.0.0 → 10.1.0-rc.3495b605

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 (155) hide show
  1. package/README.md +0 -21
  2. package/dist/build/filters/index.d.ts +0 -1
  3. package/dist/build/filters/index.js +0 -1
  4. package/dist/build/filters/isColor.js +0 -3
  5. package/dist/build/formats/jsonFigma.js +1 -2
  6. package/dist/build/formats/typescriptExportDefinition.js +2 -2
  7. package/dist/build/platforms/css.d.ts +1 -1
  8. package/dist/build/platforms/css.js +10 -7
  9. package/dist/build/platforms/deprecatedJson.d.ts +1 -1
  10. package/dist/build/platforms/docJson.d.ts +1 -1
  11. package/dist/build/platforms/docJson.js +5 -2
  12. package/dist/build/platforms/fallbacks.d.ts +1 -1
  13. package/dist/build/platforms/fallbacks.js +0 -1
  14. package/dist/build/platforms/figma.d.ts +1 -1
  15. package/dist/build/platforms/figma.js +6 -3
  16. package/dist/build/platforms/javascript.d.ts +1 -1
  17. package/dist/build/platforms/javascript.js +5 -2
  18. package/dist/build/platforms/json.d.ts +1 -1
  19. package/dist/build/platforms/json.js +5 -2
  20. package/dist/build/platforms/styleLint.d.ts +1 -1
  21. package/dist/build/platforms/styleLint.js +5 -2
  22. package/dist/build/platforms/typeDefinitions.d.ts +1 -1
  23. package/dist/build/platforms/typeDefinitions.js +5 -1
  24. package/dist/build/platforms/typescript.d.ts +1 -1
  25. package/dist/build/platforms/typescript.js +5 -2
  26. package/dist/build/preprocessors/themeOverrides.d.ts +2 -0
  27. package/dist/build/preprocessors/themeOverrides.js +22 -0
  28. package/dist/build/preprocessors/utilities/transformTokens.d.ts +8 -0
  29. package/dist/build/preprocessors/utilities/transformTokens.js +22 -0
  30. package/dist/build/{PrimerStyleDictionary.js → primerStyleDictionary.js} +9 -3
  31. package/dist/build/schemas/colorToken.d.ts +75 -18
  32. package/dist/build/schemas/colorToken.js +23 -7
  33. package/dist/build/transformers/borderToCss.js +2 -2
  34. package/dist/build/transformers/colorToRgbaFloat.js +2 -12
  35. package/dist/build/transformers/figmaAttributes.js +1 -1
  36. package/dist/build/transformers/index.d.ts +0 -1
  37. package/dist/build/transformers/index.js +0 -1
  38. package/dist/build/transformers/utilities/invalidTokenError.js +0 -2
  39. package/dist/build/types/{StyleDictionaryConfigGenerator.d.ts → styleDictionaryConfigGenerator.d.ts} +1 -0
  40. package/dist/build/types/{TokenBuildInput.d.ts → tokenBuildInput.d.ts} +2 -0
  41. package/dist/build/utilities/lowerCaseFirstCharacter.d.ts +8 -0
  42. package/dist/build/utilities/lowerCaseFirstCharacter.js +10 -0
  43. package/dist/css/functional/size/border.css +7 -6
  44. package/dist/css/functional/themes/dark-colorblind.css +60 -6
  45. package/dist/css/functional/themes/dark-dimmed.css +60 -6
  46. package/dist/css/functional/themes/dark-high-contrast.css +60 -6
  47. package/dist/css/functional/themes/dark-tritanopia.css +60 -6
  48. package/dist/css/functional/themes/dark.css +60 -6
  49. package/dist/css/functional/themes/light-colorblind.css +60 -6
  50. package/dist/css/functional/themes/light-high-contrast.css +60 -6
  51. package/dist/css/functional/themes/light-tritanopia.css +60 -6
  52. package/dist/css/functional/themes/light.css +60 -6
  53. package/dist/css/primitives.css +7 -6
  54. package/dist/docs/base/size/size.json +19 -19
  55. package/dist/docs/base/typography/typography.json +4 -4
  56. package/dist/docs/functional/size/border.json +41 -28
  57. package/dist/docs/functional/size/breakpoints.json +6 -6
  58. package/dist/docs/functional/size/size-coarse.json +3 -3
  59. package/dist/docs/functional/size/size-fine.json +3 -3
  60. package/dist/docs/functional/size/size.json +66 -66
  61. package/dist/docs/functional/size/viewport.json +6 -6
  62. package/dist/docs/functional/themes/dark-colorblind.json +475 -128
  63. package/dist/docs/functional/themes/dark-dimmed.json +519 -444
  64. package/dist/docs/functional/themes/dark-high-contrast.json +490 -241
  65. package/dist/docs/functional/themes/dark-tritanopia.json +485 -200
  66. package/dist/docs/functional/themes/dark.json +469 -102
  67. package/dist/docs/functional/themes/light-colorblind.json +463 -94
  68. package/dist/docs/functional/themes/light-high-contrast.json +487 -274
  69. package/dist/docs/functional/themes/light-tritanopia.json +463 -102
  70. package/dist/docs/functional/themes/light.json +460 -105
  71. package/dist/docs/functional/typography/typography.json +46 -46
  72. package/dist/fallbacks/functional/size/border.json +7 -6
  73. package/dist/figma/figma.json +0 -8
  74. package/dist/figma/themes/dark-colorblind.json +14 -54
  75. package/dist/figma/themes/dark-dimmed.json +15 -356
  76. package/dist/figma/themes/dark-high-contrast.json +10 -129
  77. package/dist/figma/themes/dark-tritanopia.json +14 -111
  78. package/dist/figma/themes/dark.json +14 -34
  79. package/dist/figma/themes/light-colorblind.json +10 -20
  80. package/dist/figma/themes/light-high-contrast.json +10 -177
  81. package/dist/figma/themes/light-tritanopia.json +10 -24
  82. package/dist/figma/themes/light.json +10 -32
  83. package/dist/internalCss/dark-colorblind.css +88 -6
  84. package/dist/internalCss/dark-dimmed.css +88 -6
  85. package/dist/internalCss/dark-high-contrast.css +88 -6
  86. package/dist/internalCss/dark-tritanopia.css +88 -6
  87. package/dist/internalCss/dark.css +88 -6
  88. package/dist/internalCss/light-colorblind.css +88 -6
  89. package/dist/internalCss/light-high-contrast.css +88 -6
  90. package/dist/internalCss/light-tritanopia.css +88 -6
  91. package/dist/internalCss/light.css +88 -6
  92. package/dist/styleLint/base/size/size.json +19 -19
  93. package/dist/styleLint/base/typography/typography.json +4 -4
  94. package/dist/styleLint/functional/size/border.json +41 -28
  95. package/dist/styleLint/functional/size/breakpoints.json +6 -6
  96. package/dist/styleLint/functional/size/size-coarse.json +3 -3
  97. package/dist/styleLint/functional/size/size-fine.json +3 -3
  98. package/dist/styleLint/functional/size/size.json +66 -66
  99. package/dist/styleLint/functional/size/viewport.json +6 -6
  100. package/dist/styleLint/functional/themes/dark-colorblind.json +475 -128
  101. package/dist/styleLint/functional/themes/dark-dimmed.json +519 -444
  102. package/dist/styleLint/functional/themes/dark-high-contrast.json +490 -241
  103. package/dist/styleLint/functional/themes/dark-tritanopia.json +485 -200
  104. package/dist/styleLint/functional/themes/dark.json +469 -102
  105. package/dist/styleLint/functional/themes/light-colorblind.json +463 -94
  106. package/dist/styleLint/functional/themes/light-high-contrast.json +487 -274
  107. package/dist/styleLint/functional/themes/light-tritanopia.json +463 -102
  108. package/dist/styleLint/functional/themes/light.json +460 -105
  109. package/dist/styleLint/functional/typography/typography.json +46 -46
  110. package/package.json +11 -10
  111. package/src/tokens/base/typography/typography.json5 +48 -0
  112. package/src/tokens/functional/border/border.json5 +236 -0
  113. package/src/tokens/functional/color/dark/app-dark.json5 +0 -2
  114. package/src/tokens/functional/color/dark/overrides/dark.dimmed.json5 +120 -6
  115. package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +46 -29
  116. package/src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5 +15 -20
  117. package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +32 -18
  118. package/src/tokens/functional/color/dark/patterns-dark.json5 +13 -45
  119. package/src/tokens/functional/color/dark/primitives-dark.json5 +1 -6
  120. package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +67 -20
  121. package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +4 -21
  122. package/src/tokens/functional/color/light/overrides/light.tritanopia.json5 +3 -16
  123. package/src/tokens/functional/color/light/patterns-light.json5 +11 -47
  124. package/src/tokens/functional/color/light/primitives-light.json5 +2 -10
  125. package/src/tokens/functional/size/border.json5 +115 -0
  126. package/src/tokens/functional/typography/typography.json5 +527 -0
  127. package/dist/build/filters/isColorWithMix.d.ts +0 -7
  128. package/dist/build/filters/isColorWithMix.js +0 -24
  129. package/dist/build/transformers/colorToHexMix.d.ts +0 -8
  130. package/dist/build/transformers/colorToHexMix.js +0 -20
  131. package/dist/build/transformers/utilities/mix.d.ts +0 -5
  132. package/dist/build/transformers/utilities/mix.js +0 -38
  133. package/src/tokens/base/typography/typography.json +0 -48
  134. package/src/tokens/functional/border/dark.json5 +0 -12
  135. package/src/tokens/functional/border/light.json5 +0 -12
  136. package/src/tokens/functional/color/dark/patterns-dark.json +0 -3963
  137. package/src/tokens/functional/size/border.json +0 -111
  138. package/src/tokens/functional/typography/typography.json +0 -527
  139. /package/dist/build/{PrimerStyleDictionary.d.ts → primerStyleDictionary.d.ts} +0 -0
  140. /package/dist/build/types/{Border.d.ts → border.d.ts} +0 -0
  141. /package/dist/build/types/{BorderTokenValue.d.ts → borderTokenValue.d.ts} +0 -0
  142. /package/dist/build/types/{ColorHex.d.ts → colorHex.d.ts} +0 -0
  143. /package/dist/build/types/{PlatformInitializer.d.ts → platformInitializer.d.ts} +0 -0
  144. /package/dist/build/types/{Shadow.d.ts → shadow.d.ts} +0 -0
  145. /package/dist/build/types/{ShadowTokenValue.d.ts → shadowTokenValue.d.ts} +0 -0
  146. /package/dist/build/types/{SizeEm.d.ts → sizeEm.d.ts} +0 -0
  147. /package/dist/build/types/{SizePx.d.ts → sizePx.d.ts} +0 -0
  148. /package/dist/build/types/{SizeRem.d.ts → sizeRem.d.ts} +0 -0
  149. /package/dist/build/types/{TypographyTokenValue.d.ts → typographyTokenValue.d.ts} +0 -0
  150. /package/src/tokens/base/size/{size.json → size.json5} +0 -0
  151. /package/src/tokens/functional/size/{breakpoints.json → breakpoints.json5} +0 -0
  152. /package/src/tokens/functional/size/{size-coarse.json → size-coarse.json5} +0 -0
  153. /package/src/tokens/functional/size/{size-fine.json → size-fine.json5} +0 -0
  154. /package/src/tokens/functional/size/{size.json → size.json5} +0 -0
  155. /package/src/tokens/functional/size/{viewport.json → viewport.json5} +0 -0
@@ -11,13 +11,6 @@ export const colorToken = baseToken
11
11
  $value: z.union([colorHexValue, referenceValue]),
12
12
  $type: tokenType('color'),
13
13
  alpha: alphaValue.optional().nullable(),
14
- mix: z
15
- .object({
16
- color: z.string(),
17
- weight: z.number().min(0).max(1),
18
- })
19
- .nullable()
20
- .optional(),
21
14
  $extensions: z
22
15
  .object({
23
16
  alpha: z.number().min(0).max(1).optional().nullable(),
@@ -47,6 +40,29 @@ export const colorToken = baseToken
47
40
  group: z.string().optional(),
48
41
  })
49
42
  .optional(),
43
+ 'org.primer.overrides': z
44
+ .object({
45
+ light: z.union([colorHexValue, referenceValue]).optional(),
46
+ 'light-tritanopia': z.union([colorHexValue, referenceValue]).optional(),
47
+ 'light-deutranopia-protanopia': z.union([colorHexValue, referenceValue]).optional(),
48
+ 'light-high-contrast': z.union([colorHexValue, referenceValue]).optional(),
49
+ dark: z.union([colorHexValue, referenceValue]).optional(),
50
+ 'dark-tritanopia': z.union([colorHexValue, referenceValue]).optional(),
51
+ 'dark-deutranopia-protanopia': z.union([colorHexValue, referenceValue]).optional(),
52
+ 'dark-high-contrast': z.union([colorHexValue, referenceValue]).optional(),
53
+ 'dark-dimmed': z.union([colorHexValue, referenceValue]).optional(),
54
+ }, {
55
+ errorMap: e => {
56
+ if (e.code === 'unrecognized_keys') {
57
+ return {
58
+ message: `Unrecognized key: "${e.keys.join(', ')}", must be one of: light, light-tritanopia, light-deutranopia-protanopia, light-high-contrast, dark, dark-tritanopia, dark-deutranopia-protanopia, dark-high-contrast, dark-dimmed`,
59
+ };
60
+ }
61
+ return { message: `Error: ${e.code}` };
62
+ },
63
+ })
64
+ .strict()
65
+ .optional(),
50
66
  })
51
67
  .optional(),
52
68
  })
@@ -32,7 +32,7 @@ export const borderToCss = {
32
32
  if (!checkForBorderTokenProperties(value)) {
33
33
  throw new Error(`Invalid border token property ${JSON.stringify(value)}. Must be an object with color, width and style properties.`);
34
34
  }
35
- /* color | style | width */
36
- return `${value.color} ${value.style} ${value.width}`;
35
+ /* width | style | color */
36
+ return `${value.width} ${value.style} ${value.color}`;
37
37
  },
38
38
  };
@@ -2,25 +2,15 @@ import { toHex } from 'color2k';
2
2
  import { isColor } from '../filters/index.js';
3
3
  import { getTokenValue } from './utilities/getTokenValue.js';
4
4
  import { rgbaFloatToHex } from './utilities/rgbaFloatToHex.js';
5
- import mix from './utilities/mix.js';
6
5
  import { hexToRgbaFloat } from './utilities/hexToRgbaFloat.js';
7
6
  import { isRgbaFloat } from './utilities/isRgbaFloat.js';
8
7
  const toRgbaFloat = (token, alpha = undefined) => {
9
- var _a;
10
8
  let tokenValue = getTokenValue(token);
11
- let tokenMixColor = (_a = token.mix) === null || _a === void 0 ? void 0 : _a.color;
12
9
  // get hex value from color string
13
10
  if (isRgbaFloat(tokenValue)) {
14
11
  tokenValue = rgbaFloatToHex(tokenValue, false);
15
12
  }
16
- if (tokenMixColor && isRgbaFloat(tokenMixColor)) {
17
- tokenMixColor = rgbaFloatToHex(tokenMixColor, false);
18
- }
19
- let hex = toHex(tokenValue);
20
- // mix color with mix color and weight
21
- if (token.mix && token.mix.color && token.mix.weight) {
22
- hex = toHex(mix(tokenValue, tokenMixColor, token.mix.weight));
23
- }
13
+ const hex = toHex(tokenValue);
24
14
  // return color as RgbaFloat
25
15
  return hexToRgbaFloat(hex, alpha);
26
16
  };
@@ -38,7 +28,7 @@ export const colorToRgbaFloat = {
38
28
  transform: (token) => {
39
29
  const value = getTokenValue(token);
40
30
  // skip if value is already rgb float
41
- if (isRgbaFloat(value) && !('mix' in token) && !('alpha' in token))
31
+ if (isRgbaFloat(value) && !('alpha' in token))
42
32
  return value;
43
33
  // convert hex or rgb values to rgba float
44
34
  return toRgbaFloat(token, token.alpha);
@@ -45,7 +45,7 @@ export const figmaAttributes = {
45
45
  var _a, _b;
46
46
  const { modeOverride, collection, scopes, group, codeSyntax } = ((_a = token.$extensions) === null || _a === void 0 ? void 0 : _a['org.primer.figma']) || {};
47
47
  return {
48
- mode: modeOverride || ((_b = platform.options) === null || _b === void 0 ? void 0 : _b.mode) || 'default',
48
+ mode: ((_b = platform.options) === null || _b === void 0 ? void 0 : _b.theme) || modeOverride || 'default',
49
49
  collection,
50
50
  group: group || collection,
51
51
  scopes: getScopes(scopes),
@@ -1,6 +1,5 @@
1
1
  export { borderToCss } from './borderToCss.js';
2
2
  export { colorToHex } from './colorToHex.js';
3
- export { colorToHexMix } from './colorToHexMix.js';
4
3
  export { colorToRgbAlpha } from './colorToRgbAlpha.js';
5
4
  export { colorToRgbaFloat } from './colorToRgbaFloat.js';
6
5
  export { cubicBezierToCss } from './cubicBezierToCss.js';
@@ -1,6 +1,5 @@
1
1
  export { borderToCss } from './borderToCss.js';
2
2
  export { colorToHex } from './colorToHex.js';
3
- export { colorToHexMix } from './colorToHexMix.js';
4
3
  export { colorToRgbAlpha } from './colorToRgbAlpha.js';
5
4
  export { colorToRgbaFloat } from './colorToRgbaFloat.js';
6
5
  export { cubicBezierToCss } from './cubicBezierToCss.js';
@@ -3,14 +3,12 @@ const composeValueErrorMessage = (token) => {
3
3
  var _a, _b;
4
4
  const originalValue = (_a = token.original.$value) !== null && _a !== void 0 ? _a : token.original.value;
5
5
  const value = (_b = token.$value) !== null && _b !== void 0 ? _b : token.value;
6
- // eslint-disable-next-line i18n-text/no-en
7
6
  return `Invalid token "${namePathToDotNotation.transform(token, {}, {})}" in file "${token.filePath}". Transformed value: "${JSON.stringify(value)}". ${originalValue ? `Original value: "${JSON.stringify(originalValue)}" ` : ''}This may be due to referencing a token that does not exists.`;
8
7
  };
9
8
  const composeValuePropertyErrorMessage = (token, property) => {
10
9
  var _a, _b;
11
10
  const originalValue = (_a = token.original.$value) !== null && _a !== void 0 ? _a : token.original.value;
12
11
  const value = (_b = token.$value) !== null && _b !== void 0 ? _b : token.value;
13
- // eslint-disable-next-line i18n-text/no-en
14
12
  return `Invalid property "${property}" of token "${namePathToDotNotation.transform(token, {}, {})}" in file "${token.filePath}". Transformed property value: "${value[property]}". ${originalValue ? `Original value: "${originalValue[property]}" ` : ''}This may be due to referencing a token that does not exists.`;
15
13
  };
16
14
  export class invalidTokenValueError extends Error {
@@ -4,6 +4,7 @@ export type ConfigGeneratorOptions = {
4
4
  buildPath: string
5
5
  prefix?: string
6
6
  themed?: boolean
7
+ theme?: string
7
8
  }
8
9
 
9
10
  export type StyleDictionaryConfigGenerator = (
@@ -3,6 +3,8 @@ export type TokenBuildInput = {
3
3
  filename: string
4
4
  // Array of `filepaths` to token files that should be converted and included in the output. Accepts relative or glob paths.
5
5
  source: string[]
6
+ // The mode of the theme
7
+ theme?: string
6
8
  // Array of `filepaths` to token fils that should NOT be included in the output, but should be available to reference during compilation e.g. base color scales
7
9
  include: string[]
8
10
  }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * lowerCaseFirstCharacter
3
+ * @scope custom implementation should only be used within `name path to ...` transformer
4
+ * @description changes first letter to uppercase but keeps the rest of the word as is
5
+ * @param string
6
+ * @returns string
7
+ */
8
+ export declare const lowerCaseFirstCharacter: ([firstLetter, ...restOfWord]: string) => string;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * lowerCaseFirstCharacter
3
+ * @scope custom implementation should only be used within `name path to ...` transformer
4
+ * @description changes first letter to uppercase but keeps the rest of the word as is
5
+ * @param string
6
+ * @returns string
7
+ */
8
+ export const lowerCaseFirstCharacter = ([firstLetter, ...restOfWord]) => {
9
+ return firstLetter.toLowerCase() + restOfWord.join('');
10
+ };
@@ -1,10 +1,11 @@
1
1
  :root {
2
- --boxShadow-thin: inset 0 0 0 max(1px, 0.0625rem); /* Thin shadow for borders */
3
- --boxShadow-thick: inset 0 0 0 max(2px, 0.125rem);
4
- --boxShadow-thicker: inset 0 0 0 max(4px, 0.25rem);
5
- --borderWidth-thin: max(1px, 0.0625rem);
6
- --borderWidth-thick: max(2px, 0.125rem);
7
- --borderWidth-thicker: max(4px, 0.25rem);
2
+ --boxShadow-thin: inset 0 0 0 0.0625rem; /* Thin shadow for borders */
3
+ --boxShadow-thick: inset 0 0 0 0.125rem;
4
+ --boxShadow-thicker: inset 0 0 0 0.25rem;
5
+ --borderWidth-default: 0.0625rem;
6
+ --borderWidth-thin: 0.0625rem;
7
+ --borderWidth-thick: 0.125rem;
8
+ --borderWidth-thicker: 0.25rem;
8
9
  --borderRadius-small: 0.1875rem;
9
10
  --borderRadius-medium: 0.375rem;
10
11
  --borderRadius-large: 0.75rem;
@@ -259,10 +259,10 @@
259
259
  --button-invisible-bgColor-rest: #00000000;
260
260
  --button-invisible-bgColor-hover: #656c7633;
261
261
  --button-invisible-bgColor-active: #656c7640;
262
- --button-invisible-bgColor-disabled: #212830;
262
+ --button-invisible-bgColor-disabled: #00000000;
263
263
  --button-invisible-borderColor-rest: #00000000;
264
264
  --button-invisible-borderColor-hover: #00000000;
265
- --button-invisible-borderColor-disabled: #656c761a;
265
+ --button-invisible-borderColor-disabled: #00000000;
266
266
  --button-outline-fgColor-rest: #388bfd;
267
267
  --button-outline-fgColor-hover: #58a6ff;
268
268
  --button-outline-fgColor-active: #ffffff;
@@ -311,6 +311,7 @@
311
311
  --reactionButton-selected-fgColor-rest: #4493f8;
312
312
  --reactionButton-selected-fgColor-hover: #79c0ff;
313
313
  --focus-outlineColor: #1f6feb;
314
+ --focus-outline: 2px solid #1f6feb;
314
315
  --menu-bgColor-active: #151b23;
315
316
  --overlay-bgColor: #151b23;
316
317
  --overlay-borderColor: #3d444db3;
@@ -576,7 +577,33 @@
576
577
  --shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #010409;
577
578
  --shadow-floating-xlarge: 0px 0px 0px 1px #3d444d, 0px 32px 64px 0px #010409;
578
579
  --shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
579
- --outline-focus: #1f6feb solid 2px;
580
+ --border-default: 0.0625rem solid #3d444d;
581
+ --border-muted: 0.0625rem solid #3d444db3;
582
+ --border-emphasis: 0.0625rem solid #656c76;
583
+ --border-disabled: 0.0625rem solid #656c761a;
584
+ --border-transparent: 0.0625rem solid #00000000;
585
+ --border-neutral-emphasis: 0.0625rem solid #656c76;
586
+ --border-neutral-muted: 0.0625rem solid #3d444db3;
587
+ --border-accent-emphasis: 0.0625rem solid #1f6feb;
588
+ --border-accent-muted: 0.0625rem solid #388bfd66;
589
+ --border-success-emphasis: 0.0625rem solid #1f6feb;
590
+ --border-success-muted: 0.0625rem solid #388bfd66;
591
+ --border-open-emphasis: 0.0625rem solid #1f6feb;
592
+ --border-open-muted: 0.0625rem solid #388bfd66;
593
+ --border-danger-emphasis: 0.0625rem solid #bd561d;
594
+ --border-danger-muted: 0.0625rem solid #db6d2866;
595
+ --border-closed-emphasis: 0.0625rem solid #bd561d;
596
+ --border-closed-muted: 0.0625rem solid #db6d2866;
597
+ --border-attention-emphasis: 0.0625rem solid #9e6a03;
598
+ --border-attention-muted: 0.0625rem solid #bb800966;
599
+ --border-severe-emphasis: 0.0625rem solid #bd561d;
600
+ --border-severe-muted: 0.0625rem solid #db6d2866;
601
+ --border-done-emphasis: 0.0625rem solid #8957e5;
602
+ --border-done-muted: 0.0625rem solid #ab7df866;
603
+ --border-upsell-emphasis: 0.0625rem solid #8957e5;
604
+ --border-upsell-muted: 0.0625rem solid #ab7df866;
605
+ --border-sponsors-emphasis: 0.0625rem solid #bf4b8a;
606
+ --border-sponsors-muted: 0.0625rem solid #db61a266;
580
607
  }
581
608
  @media (prefers-color-scheme: dark) {
582
609
  [data-color-mode="auto"][data-dark-theme="dark_colorblind"],
@@ -838,10 +865,10 @@
838
865
  --button-invisible-bgColor-rest: #00000000;
839
866
  --button-invisible-bgColor-hover: #656c7633;
840
867
  --button-invisible-bgColor-active: #656c7640;
841
- --button-invisible-bgColor-disabled: #212830;
868
+ --button-invisible-bgColor-disabled: #00000000;
842
869
  --button-invisible-borderColor-rest: #00000000;
843
870
  --button-invisible-borderColor-hover: #00000000;
844
- --button-invisible-borderColor-disabled: #656c761a;
871
+ --button-invisible-borderColor-disabled: #00000000;
845
872
  --button-outline-fgColor-rest: #388bfd;
846
873
  --button-outline-fgColor-hover: #58a6ff;
847
874
  --button-outline-fgColor-active: #ffffff;
@@ -890,6 +917,7 @@
890
917
  --reactionButton-selected-fgColor-rest: #4493f8;
891
918
  --reactionButton-selected-fgColor-hover: #79c0ff;
892
919
  --focus-outlineColor: #1f6feb;
920
+ --focus-outline: 2px solid #1f6feb;
893
921
  --menu-bgColor-active: #151b23;
894
922
  --overlay-bgColor: #151b23;
895
923
  --overlay-borderColor: #3d444db3;
@@ -1155,6 +1183,32 @@
1155
1183
  --shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #010409;
1156
1184
  --shadow-floating-xlarge: 0px 0px 0px 1px #3d444d, 0px 32px 64px 0px #010409;
1157
1185
  --shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
1158
- --outline-focus: #1f6feb solid 2px;
1186
+ --border-default: 0.0625rem solid #3d444d;
1187
+ --border-muted: 0.0625rem solid #3d444db3;
1188
+ --border-emphasis: 0.0625rem solid #656c76;
1189
+ --border-disabled: 0.0625rem solid #656c761a;
1190
+ --border-transparent: 0.0625rem solid #00000000;
1191
+ --border-neutral-emphasis: 0.0625rem solid #656c76;
1192
+ --border-neutral-muted: 0.0625rem solid #3d444db3;
1193
+ --border-accent-emphasis: 0.0625rem solid #1f6feb;
1194
+ --border-accent-muted: 0.0625rem solid #388bfd66;
1195
+ --border-success-emphasis: 0.0625rem solid #1f6feb;
1196
+ --border-success-muted: 0.0625rem solid #388bfd66;
1197
+ --border-open-emphasis: 0.0625rem solid #1f6feb;
1198
+ --border-open-muted: 0.0625rem solid #388bfd66;
1199
+ --border-danger-emphasis: 0.0625rem solid #bd561d;
1200
+ --border-danger-muted: 0.0625rem solid #db6d2866;
1201
+ --border-closed-emphasis: 0.0625rem solid #bd561d;
1202
+ --border-closed-muted: 0.0625rem solid #db6d2866;
1203
+ --border-attention-emphasis: 0.0625rem solid #9e6a03;
1204
+ --border-attention-muted: 0.0625rem solid #bb800966;
1205
+ --border-severe-emphasis: 0.0625rem solid #bd561d;
1206
+ --border-severe-muted: 0.0625rem solid #db6d2866;
1207
+ --border-done-emphasis: 0.0625rem solid #8957e5;
1208
+ --border-done-muted: 0.0625rem solid #ab7df866;
1209
+ --border-upsell-emphasis: 0.0625rem solid #8957e5;
1210
+ --border-upsell-muted: 0.0625rem solid #ab7df866;
1211
+ --border-sponsors-emphasis: 0.0625rem solid #bf4b8a;
1212
+ --border-sponsors-muted: 0.0625rem solid #db61a266;
1159
1213
  }
1160
1214
  }
@@ -259,10 +259,10 @@
259
259
  --button-invisible-bgColor-rest: #00000000;
260
260
  --button-invisible-bgColor-hover: #656c7626;
261
261
  --button-invisible-bgColor-active: #656c7633;
262
- --button-invisible-bgColor-disabled: #2a313c;
262
+ --button-invisible-bgColor-disabled: #00000000;
263
263
  --button-invisible-borderColor-rest: #00000000;
264
264
  --button-invisible-borderColor-hover: #00000000;
265
- --button-invisible-borderColor-disabled: #656c761a;
265
+ --button-invisible-borderColor-disabled: #00000000;
266
266
  --button-outline-fgColor-rest: #4184e4;
267
267
  --button-outline-fgColor-hover: #539bf5;
268
268
  --button-outline-fgColor-active: #cdd9e5;
@@ -311,6 +311,7 @@
311
311
  --reactionButton-selected-fgColor-rest: #478be6;
312
312
  --reactionButton-selected-fgColor-hover: #6cb6ff;
313
313
  --focus-outlineColor: #316dca;
314
+ --focus-outline: 2px solid #316dca;
314
315
  --menu-bgColor-active: #151b23;
315
316
  --overlay-bgColor: #2a313c;
316
317
  --overlay-borderColor: #3d444db3;
@@ -576,7 +577,33 @@
576
577
  --shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #1c2128;
577
578
  --shadow-floating-xlarge: 0px 0px 0px 1px #3d444d, 0px 32px 64px 0px #1c2128;
578
579
  --shadow-floating-legacy: 0px 6px 12px -3px #1c212866, 0px 6px 18px 0px #1c212866;
579
- --outline-focus: #316dca solid 2px;
580
+ --border-default: 0.0625rem solid #3d444d;
581
+ --border-muted: 0.0625rem solid #3d444db3;
582
+ --border-emphasis: 0.0625rem solid #656c76;
583
+ --border-disabled: 0.0625rem solid #656c761a;
584
+ --border-transparent: 0.0625rem solid #00000000;
585
+ --border-neutral-emphasis: 0.0625rem solid #656c76;
586
+ --border-neutral-muted: 0.0625rem solid #3d444db3;
587
+ --border-accent-emphasis: 0.0625rem solid #316dca;
588
+ --border-accent-muted: 0.0625rem solid #4184e466;
589
+ --border-success-emphasis: 0.0625rem solid #347d39;
590
+ --border-success-muted: 0.0625rem solid #46954a66;
591
+ --border-open-emphasis: 0.0625rem solid #347d39;
592
+ --border-open-muted: 0.0625rem solid #46954a66;
593
+ --border-danger-emphasis: 0.0625rem solid #c93c37;
594
+ --border-danger-muted: 0.0625rem solid #e5534b66;
595
+ --border-closed-emphasis: 0.0625rem solid #c93c37;
596
+ --border-closed-muted: 0.0625rem solid #e5534b66;
597
+ --border-attention-emphasis: 0.0625rem solid #966600;
598
+ --border-attention-muted: 0.0625rem solid #ae7c1466;
599
+ --border-severe-emphasis: 0.0625rem solid #ae5622;
600
+ --border-severe-muted: 0.0625rem solid #cc6b2c66;
601
+ --border-done-emphasis: 0.0625rem solid #8256d0;
602
+ --border-done-muted: 0.0625rem solid #986ee266;
603
+ --border-upsell-emphasis: 0.0625rem solid #8256d0;
604
+ --border-upsell-muted: 0.0625rem solid #986ee266;
605
+ --border-sponsors-emphasis: 0.0625rem solid #ae4c82;
606
+ --border-sponsors-muted: 0.0625rem solid #c9619866;
580
607
  }
581
608
  @media (prefers-color-scheme: dark) {
582
609
  [data-color-mode="auto"][data-dark-theme="dark_dimmed"],
@@ -838,10 +865,10 @@
838
865
  --button-invisible-bgColor-rest: #00000000;
839
866
  --button-invisible-bgColor-hover: #656c7626;
840
867
  --button-invisible-bgColor-active: #656c7633;
841
- --button-invisible-bgColor-disabled: #2a313c;
868
+ --button-invisible-bgColor-disabled: #00000000;
842
869
  --button-invisible-borderColor-rest: #00000000;
843
870
  --button-invisible-borderColor-hover: #00000000;
844
- --button-invisible-borderColor-disabled: #656c761a;
871
+ --button-invisible-borderColor-disabled: #00000000;
845
872
  --button-outline-fgColor-rest: #4184e4;
846
873
  --button-outline-fgColor-hover: #539bf5;
847
874
  --button-outline-fgColor-active: #cdd9e5;
@@ -890,6 +917,7 @@
890
917
  --reactionButton-selected-fgColor-rest: #478be6;
891
918
  --reactionButton-selected-fgColor-hover: #6cb6ff;
892
919
  --focus-outlineColor: #316dca;
920
+ --focus-outline: 2px solid #316dca;
893
921
  --menu-bgColor-active: #151b23;
894
922
  --overlay-bgColor: #2a313c;
895
923
  --overlay-borderColor: #3d444db3;
@@ -1155,6 +1183,32 @@
1155
1183
  --shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #1c2128;
1156
1184
  --shadow-floating-xlarge: 0px 0px 0px 1px #3d444d, 0px 32px 64px 0px #1c2128;
1157
1185
  --shadow-floating-legacy: 0px 6px 12px -3px #1c212866, 0px 6px 18px 0px #1c212866;
1158
- --outline-focus: #316dca solid 2px;
1186
+ --border-default: 0.0625rem solid #3d444d;
1187
+ --border-muted: 0.0625rem solid #3d444db3;
1188
+ --border-emphasis: 0.0625rem solid #656c76;
1189
+ --border-disabled: 0.0625rem solid #656c761a;
1190
+ --border-transparent: 0.0625rem solid #00000000;
1191
+ --border-neutral-emphasis: 0.0625rem solid #656c76;
1192
+ --border-neutral-muted: 0.0625rem solid #3d444db3;
1193
+ --border-accent-emphasis: 0.0625rem solid #316dca;
1194
+ --border-accent-muted: 0.0625rem solid #4184e466;
1195
+ --border-success-emphasis: 0.0625rem solid #347d39;
1196
+ --border-success-muted: 0.0625rem solid #46954a66;
1197
+ --border-open-emphasis: 0.0625rem solid #347d39;
1198
+ --border-open-muted: 0.0625rem solid #46954a66;
1199
+ --border-danger-emphasis: 0.0625rem solid #c93c37;
1200
+ --border-danger-muted: 0.0625rem solid #e5534b66;
1201
+ --border-closed-emphasis: 0.0625rem solid #c93c37;
1202
+ --border-closed-muted: 0.0625rem solid #e5534b66;
1203
+ --border-attention-emphasis: 0.0625rem solid #966600;
1204
+ --border-attention-muted: 0.0625rem solid #ae7c1466;
1205
+ --border-severe-emphasis: 0.0625rem solid #ae5622;
1206
+ --border-severe-muted: 0.0625rem solid #cc6b2c66;
1207
+ --border-done-emphasis: 0.0625rem solid #8256d0;
1208
+ --border-done-muted: 0.0625rem solid #986ee266;
1209
+ --border-upsell-emphasis: 0.0625rem solid #8256d0;
1210
+ --border-upsell-muted: 0.0625rem solid #986ee266;
1211
+ --border-sponsors-emphasis: 0.0625rem solid #ae4c82;
1212
+ --border-sponsors-muted: 0.0625rem solid #c9619866;
1159
1213
  }
1160
1214
  }
@@ -259,10 +259,10 @@
259
259
  --button-invisible-bgColor-rest: #00000000;
260
260
  --button-invisible-bgColor-hover: #151b23;
261
261
  --button-invisible-bgColor-active: #212830;
262
- --button-invisible-bgColor-disabled: #262c36;
262
+ --button-invisible-bgColor-disabled: #00000000;
263
263
  --button-invisible-borderColor-rest: #00000000;
264
264
  --button-invisible-borderColor-hover: #b7bdc8;
265
- --button-invisible-borderColor-disabled: #9198a11f;
265
+ --button-invisible-borderColor-disabled: #00000000;
266
266
  --button-outline-fgColor-rest: #5cacff;
267
267
  --button-outline-fgColor-hover: #71b7ff;
268
268
  --button-outline-fgColor-active: #ffffff;
@@ -311,6 +311,7 @@
311
311
  --reactionButton-selected-fgColor-rest: #74b9ff;
312
312
  --reactionButton-selected-fgColor-hover: #91cbff;
313
313
  --focus-outlineColor: #409eff;
314
+ --focus-outline: 2px solid #409eff;
314
315
  --menu-bgColor-active: #151b23;
315
316
  --overlay-bgColor: #151b23;
316
317
  --overlay-borderColor: #b7bdc8;
@@ -576,7 +577,33 @@
576
577
  --shadow-floating-large: 0px 0px 0px 1px #b7bdc8, 0px 24px 48px 0px #010409;
577
578
  --shadow-floating-xlarge: 0px 0px 0px 1px #b7bdc8, 0px 32px 64px 0px #010409;
578
579
  --shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
579
- --outline-focus: #409eff solid 2px;
580
+ --border-default: 0.0625rem solid #b7bdc8;
581
+ --border-muted: 0.0625rem solid #b7bdc8;
582
+ --border-emphasis: 0.0625rem solid #b7bdc8;
583
+ --border-disabled: 0.0625rem solid #9198a11f;
584
+ --border-transparent: 0.0625rem solid #00000000;
585
+ --border-neutral-emphasis: 0.0625rem solid #b7bdc8;
586
+ --border-neutral-muted: 0.0625rem solid #b7bdc8;
587
+ --border-accent-emphasis: 0.0625rem solid #409eff;
588
+ --border-accent-muted: 0.0625rem solid #5cacff;
589
+ --border-success-emphasis: 0.0625rem solid #09b43a;
590
+ --border-success-muted: 0.0625rem solid #0ac740;
591
+ --border-open-emphasis: 0.0625rem solid #09b43a;
592
+ --border-open-muted: 0.0625rem solid #0ac740;
593
+ --border-danger-emphasis: 0.0625rem solid #ff6a69;
594
+ --border-danger-muted: 0.0625rem solid #ff8080;
595
+ --border-closed-emphasis: 0.0625rem solid #ff6a69;
596
+ --border-closed-muted: 0.0625rem solid #ff8080;
597
+ --border-attention-emphasis: 0.0625rem solid #e09b13;
598
+ --border-attention-muted: 0.0625rem solid #edaa27;
599
+ --border-severe-emphasis: 0.0625rem solid #e7811d;
600
+ --border-severe-muted: 0.0625rem solid #f48b25;
601
+ --border-done-emphasis: 0.0625rem solid #b87fff;
602
+ --border-done-muted: 0.0625rem solid #bf8fff;
603
+ --border-upsell-emphasis: 0.0625rem solid #b87fff;
604
+ --border-upsell-muted: 0.0625rem solid #bf8fff;
605
+ --border-sponsors-emphasis: 0.0625rem solid #ef6eb1;
606
+ --border-sponsors-muted: 0.0625rem solid #f87cbd;
580
607
  }
581
608
  @media (prefers-color-scheme: dark) {
582
609
  [data-color-mode="auto"][data-dark-theme="dark_high_contrast"],
@@ -838,10 +865,10 @@
838
865
  --button-invisible-bgColor-rest: #00000000;
839
866
  --button-invisible-bgColor-hover: #151b23;
840
867
  --button-invisible-bgColor-active: #212830;
841
- --button-invisible-bgColor-disabled: #262c36;
868
+ --button-invisible-bgColor-disabled: #00000000;
842
869
  --button-invisible-borderColor-rest: #00000000;
843
870
  --button-invisible-borderColor-hover: #b7bdc8;
844
- --button-invisible-borderColor-disabled: #9198a11f;
871
+ --button-invisible-borderColor-disabled: #00000000;
845
872
  --button-outline-fgColor-rest: #5cacff;
846
873
  --button-outline-fgColor-hover: #71b7ff;
847
874
  --button-outline-fgColor-active: #ffffff;
@@ -890,6 +917,7 @@
890
917
  --reactionButton-selected-fgColor-rest: #74b9ff;
891
918
  --reactionButton-selected-fgColor-hover: #91cbff;
892
919
  --focus-outlineColor: #409eff;
920
+ --focus-outline: 2px solid #409eff;
893
921
  --menu-bgColor-active: #151b23;
894
922
  --overlay-bgColor: #151b23;
895
923
  --overlay-borderColor: #b7bdc8;
@@ -1155,6 +1183,32 @@
1155
1183
  --shadow-floating-large: 0px 0px 0px 1px #b7bdc8, 0px 24px 48px 0px #010409;
1156
1184
  --shadow-floating-xlarge: 0px 0px 0px 1px #b7bdc8, 0px 32px 64px 0px #010409;
1157
1185
  --shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
1158
- --outline-focus: #409eff solid 2px;
1186
+ --border-default: 0.0625rem solid #b7bdc8;
1187
+ --border-muted: 0.0625rem solid #b7bdc8;
1188
+ --border-emphasis: 0.0625rem solid #b7bdc8;
1189
+ --border-disabled: 0.0625rem solid #9198a11f;
1190
+ --border-transparent: 0.0625rem solid #00000000;
1191
+ --border-neutral-emphasis: 0.0625rem solid #b7bdc8;
1192
+ --border-neutral-muted: 0.0625rem solid #b7bdc8;
1193
+ --border-accent-emphasis: 0.0625rem solid #409eff;
1194
+ --border-accent-muted: 0.0625rem solid #5cacff;
1195
+ --border-success-emphasis: 0.0625rem solid #09b43a;
1196
+ --border-success-muted: 0.0625rem solid #0ac740;
1197
+ --border-open-emphasis: 0.0625rem solid #09b43a;
1198
+ --border-open-muted: 0.0625rem solid #0ac740;
1199
+ --border-danger-emphasis: 0.0625rem solid #ff6a69;
1200
+ --border-danger-muted: 0.0625rem solid #ff8080;
1201
+ --border-closed-emphasis: 0.0625rem solid #ff6a69;
1202
+ --border-closed-muted: 0.0625rem solid #ff8080;
1203
+ --border-attention-emphasis: 0.0625rem solid #e09b13;
1204
+ --border-attention-muted: 0.0625rem solid #edaa27;
1205
+ --border-severe-emphasis: 0.0625rem solid #e7811d;
1206
+ --border-severe-muted: 0.0625rem solid #f48b25;
1207
+ --border-done-emphasis: 0.0625rem solid #b87fff;
1208
+ --border-done-muted: 0.0625rem solid #bf8fff;
1209
+ --border-upsell-emphasis: 0.0625rem solid #b87fff;
1210
+ --border-upsell-muted: 0.0625rem solid #bf8fff;
1211
+ --border-sponsors-emphasis: 0.0625rem solid #ef6eb1;
1212
+ --border-sponsors-muted: 0.0625rem solid #f87cbd;
1159
1213
  }
1160
1214
  }
@@ -259,10 +259,10 @@
259
259
  --button-invisible-bgColor-rest: #00000000;
260
260
  --button-invisible-bgColor-hover: #656c7633;
261
261
  --button-invisible-bgColor-active: #656c7640;
262
- --button-invisible-bgColor-disabled: #212830;
262
+ --button-invisible-bgColor-disabled: #00000000;
263
263
  --button-invisible-borderColor-rest: #00000000;
264
264
  --button-invisible-borderColor-hover: #00000000;
265
- --button-invisible-borderColor-disabled: #656c761a;
265
+ --button-invisible-borderColor-disabled: #00000000;
266
266
  --button-outline-fgColor-rest: #388bfd;
267
267
  --button-outline-fgColor-hover: #58a6ff;
268
268
  --button-outline-fgColor-active: #ffffff;
@@ -311,6 +311,7 @@
311
311
  --reactionButton-selected-fgColor-rest: #4493f8;
312
312
  --reactionButton-selected-fgColor-hover: #79c0ff;
313
313
  --focus-outlineColor: #1f6feb;
314
+ --focus-outline: 2px solid #1f6feb;
314
315
  --menu-bgColor-active: #151b23;
315
316
  --overlay-bgColor: #151b23;
316
317
  --overlay-borderColor: #3d444db3;
@@ -576,7 +577,33 @@
576
577
  --shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #010409;
577
578
  --shadow-floating-xlarge: 0px 0px 0px 1px #3d444d, 0px 32px 64px 0px #010409;
578
579
  --shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
579
- --outline-focus: #1f6feb solid 2px;
580
+ --border-default: 0.0625rem solid #3d444d;
581
+ --border-muted: 0.0625rem solid #3d444db3;
582
+ --border-emphasis: 0.0625rem solid #656c76;
583
+ --border-disabled: 0.0625rem solid #656c761a;
584
+ --border-transparent: 0.0625rem solid #00000000;
585
+ --border-neutral-emphasis: 0.0625rem solid #656c76;
586
+ --border-neutral-muted: 0.0625rem solid #3d444db3;
587
+ --border-accent-emphasis: 0.0625rem solid #1f6feb;
588
+ --border-accent-muted: 0.0625rem solid #388bfd66;
589
+ --border-success-emphasis: 0.0625rem solid #1f6feb;
590
+ --border-success-muted: 0.0625rem solid #388bfd66;
591
+ --border-open-emphasis: 0.0625rem solid #1f6feb;
592
+ --border-open-muted: 0.0625rem solid #388bfd66;
593
+ --border-danger-emphasis: 0.0625rem solid #da3633;
594
+ --border-danger-muted: 0.0625rem solid #f8514966;
595
+ --border-closed-emphasis: 0.0625rem solid #da3633;
596
+ --border-closed-muted: 0.0625rem solid #f8514966;
597
+ --border-attention-emphasis: 0.0625rem solid #9e6a03;
598
+ --border-attention-muted: 0.0625rem solid #bb800966;
599
+ --border-severe-emphasis: 0.0625rem solid #da3633;
600
+ --border-severe-muted: 0.0625rem solid #f8514966;
601
+ --border-done-emphasis: 0.0625rem solid #8957e5;
602
+ --border-done-muted: 0.0625rem solid #ab7df866;
603
+ --border-upsell-emphasis: 0.0625rem solid #8957e5;
604
+ --border-upsell-muted: 0.0625rem solid #ab7df866;
605
+ --border-sponsors-emphasis: 0.0625rem solid #bf4b8a;
606
+ --border-sponsors-muted: 0.0625rem solid #db61a266;
580
607
  }
581
608
  @media (prefers-color-scheme: dark) {
582
609
  [data-color-mode="auto"][data-dark-theme="dark_tritanopia"],
@@ -838,10 +865,10 @@
838
865
  --button-invisible-bgColor-rest: #00000000;
839
866
  --button-invisible-bgColor-hover: #656c7633;
840
867
  --button-invisible-bgColor-active: #656c7640;
841
- --button-invisible-bgColor-disabled: #212830;
868
+ --button-invisible-bgColor-disabled: #00000000;
842
869
  --button-invisible-borderColor-rest: #00000000;
843
870
  --button-invisible-borderColor-hover: #00000000;
844
- --button-invisible-borderColor-disabled: #656c761a;
871
+ --button-invisible-borderColor-disabled: #00000000;
845
872
  --button-outline-fgColor-rest: #388bfd;
846
873
  --button-outline-fgColor-hover: #58a6ff;
847
874
  --button-outline-fgColor-active: #ffffff;
@@ -890,6 +917,7 @@
890
917
  --reactionButton-selected-fgColor-rest: #4493f8;
891
918
  --reactionButton-selected-fgColor-hover: #79c0ff;
892
919
  --focus-outlineColor: #1f6feb;
920
+ --focus-outline: 2px solid #1f6feb;
893
921
  --menu-bgColor-active: #151b23;
894
922
  --overlay-bgColor: #151b23;
895
923
  --overlay-borderColor: #3d444db3;
@@ -1155,6 +1183,32 @@
1155
1183
  --shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #010409;
1156
1184
  --shadow-floating-xlarge: 0px 0px 0px 1px #3d444d, 0px 32px 64px 0px #010409;
1157
1185
  --shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
1158
- --outline-focus: #1f6feb solid 2px;
1186
+ --border-default: 0.0625rem solid #3d444d;
1187
+ --border-muted: 0.0625rem solid #3d444db3;
1188
+ --border-emphasis: 0.0625rem solid #656c76;
1189
+ --border-disabled: 0.0625rem solid #656c761a;
1190
+ --border-transparent: 0.0625rem solid #00000000;
1191
+ --border-neutral-emphasis: 0.0625rem solid #656c76;
1192
+ --border-neutral-muted: 0.0625rem solid #3d444db3;
1193
+ --border-accent-emphasis: 0.0625rem solid #1f6feb;
1194
+ --border-accent-muted: 0.0625rem solid #388bfd66;
1195
+ --border-success-emphasis: 0.0625rem solid #1f6feb;
1196
+ --border-success-muted: 0.0625rem solid #388bfd66;
1197
+ --border-open-emphasis: 0.0625rem solid #1f6feb;
1198
+ --border-open-muted: 0.0625rem solid #388bfd66;
1199
+ --border-danger-emphasis: 0.0625rem solid #da3633;
1200
+ --border-danger-muted: 0.0625rem solid #f8514966;
1201
+ --border-closed-emphasis: 0.0625rem solid #da3633;
1202
+ --border-closed-muted: 0.0625rem solid #f8514966;
1203
+ --border-attention-emphasis: 0.0625rem solid #9e6a03;
1204
+ --border-attention-muted: 0.0625rem solid #bb800966;
1205
+ --border-severe-emphasis: 0.0625rem solid #da3633;
1206
+ --border-severe-muted: 0.0625rem solid #f8514966;
1207
+ --border-done-emphasis: 0.0625rem solid #8957e5;
1208
+ --border-done-muted: 0.0625rem solid #ab7df866;
1209
+ --border-upsell-emphasis: 0.0625rem solid #8957e5;
1210
+ --border-upsell-muted: 0.0625rem solid #ab7df866;
1211
+ --border-sponsors-emphasis: 0.0625rem solid #bf4b8a;
1212
+ --border-sponsors-muted: 0.0625rem solid #db61a266;
1159
1213
  }
1160
1214
  }