@primer/primitives 11.7.0-rc.9e55ef3b → 11.7.0

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 (80) hide show
  1. package/DESIGN_TOKENS_SPEC.md +6 -10
  2. package/dist/build/platforms/css.js +1 -0
  3. package/dist/css/functional/size/border.css +4 -2
  4. package/dist/css/functional/themes/dark-colorblind-high-contrast.css +6 -4
  5. package/dist/css/functional/themes/dark-colorblind.css +6 -4
  6. package/dist/css/functional/themes/dark-dimmed-high-contrast.css +6 -4
  7. package/dist/css/functional/themes/dark-dimmed.css +6 -4
  8. package/dist/css/functional/themes/dark-high-contrast.css +6 -4
  9. package/dist/css/functional/themes/dark-tritanopia-high-contrast.css +6 -4
  10. package/dist/css/functional/themes/dark-tritanopia.css +6 -4
  11. package/dist/css/functional/themes/dark.css +6 -4
  12. package/dist/css/functional/themes/light-colorblind-high-contrast.css +6 -4
  13. package/dist/css/functional/themes/light-colorblind.css +6 -4
  14. package/dist/css/functional/themes/light-high-contrast.css +6 -4
  15. package/dist/css/functional/themes/light-tritanopia-high-contrast.css +6 -4
  16. package/dist/css/functional/themes/light-tritanopia.css +6 -4
  17. package/dist/css/functional/themes/light.css +6 -4
  18. package/dist/docs/functional/size/border.json +74 -12
  19. package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +41 -11
  20. package/dist/docs/functional/themes/dark-colorblind.json +41 -11
  21. package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +41 -11
  22. package/dist/docs/functional/themes/dark-dimmed.json +41 -11
  23. package/dist/docs/functional/themes/dark-high-contrast.json +41 -11
  24. package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +41 -11
  25. package/dist/docs/functional/themes/dark-tritanopia.json +41 -11
  26. package/dist/docs/functional/themes/dark.json +41 -11
  27. package/dist/docs/functional/themes/light-colorblind-high-contrast.json +41 -11
  28. package/dist/docs/functional/themes/light-colorblind.json +41 -11
  29. package/dist/docs/functional/themes/light-high-contrast.json +41 -11
  30. package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +41 -11
  31. package/dist/docs/functional/themes/light-tritanopia.json +41 -11
  32. package/dist/docs/functional/themes/light.json +41 -11
  33. package/dist/fallbacks/color-fallbacks.json +1 -0
  34. package/dist/fallbacks/functional/size/border.json +2 -0
  35. package/dist/figma/dimension/dimension.json +46 -22
  36. package/dist/figma/figma.json +1 -1
  37. package/dist/figma/themes/dark-colorblind.json +34 -17
  38. package/dist/figma/themes/dark-dimmed.json +34 -17
  39. package/dist/figma/themes/dark-high-contrast.json +34 -17
  40. package/dist/figma/themes/dark-tritanopia.json +34 -17
  41. package/dist/figma/themes/dark.json +34 -17
  42. package/dist/figma/themes/light-colorblind.json +34 -17
  43. package/dist/figma/themes/light-high-contrast.json +34 -17
  44. package/dist/figma/themes/light-tritanopia.json +34 -17
  45. package/dist/figma/themes/light.json +34 -17
  46. package/dist/internalCss/dark-colorblind-high-contrast.css +12 -22
  47. package/dist/internalCss/dark-colorblind.css +12 -22
  48. package/dist/internalCss/dark-dimmed-high-contrast.css +12 -22
  49. package/dist/internalCss/dark-dimmed.css +12 -22
  50. package/dist/internalCss/dark-high-contrast.css +12 -22
  51. package/dist/internalCss/dark-tritanopia-high-contrast.css +12 -22
  52. package/dist/internalCss/dark-tritanopia.css +12 -22
  53. package/dist/internalCss/dark.css +12 -22
  54. package/dist/internalCss/light-colorblind-high-contrast.css +12 -22
  55. package/dist/internalCss/light-colorblind.css +12 -22
  56. package/dist/internalCss/light-high-contrast.css +12 -22
  57. package/dist/internalCss/light-tritanopia-high-contrast.css +12 -22
  58. package/dist/internalCss/light-tritanopia.css +12 -22
  59. package/dist/internalCss/light.css +12 -22
  60. package/dist/styleLint/functional/size/border.json +75 -13
  61. package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +44 -10
  62. package/dist/styleLint/functional/themes/dark-colorblind.json +44 -10
  63. package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +44 -10
  64. package/dist/styleLint/functional/themes/dark-dimmed.json +44 -10
  65. package/dist/styleLint/functional/themes/dark-high-contrast.json +44 -10
  66. package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +44 -10
  67. package/dist/styleLint/functional/themes/dark-tritanopia.json +44 -10
  68. package/dist/styleLint/functional/themes/dark.json +44 -10
  69. package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +44 -10
  70. package/dist/styleLint/functional/themes/light-colorblind.json +44 -10
  71. package/dist/styleLint/functional/themes/light-high-contrast.json +44 -10
  72. package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +44 -10
  73. package/dist/styleLint/functional/themes/light-tritanopia.json +44 -10
  74. package/dist/styleLint/functional/themes/light.json +44 -10
  75. package/package.json +2 -2
  76. package/src/tokens/component/focus.json5 +104 -0
  77. package/src/tokens/fallback/color-fallbacks.json +1 -0
  78. package/src/tokens/functional/border/border.json5 +0 -20
  79. package/src/tokens/functional/size/border.json5 +0 -30
  80. package/src/tokens/functional/color/focus.json5 +0 -20
@@ -400,11 +400,16 @@ Focus ring outline for keyboard navigation and accessibility.
400
400
  **U:** accessibility-indicator, focus-ring, keyboard-navigation
401
401
  **R:** Always ensure focus states are visible. Do not override with custom focus styles that reduce visibility. Use for interactive elements like buttons, links, and form controls.
402
402
 
403
- ### focus-outlineColor
403
+ ### focus-outline-color
404
404
  Outline color for focus states on interactive elements
405
405
  **U:** accessibility-indicator, focus-ring, keyboard-navigation
406
406
  **R:** Use for focus outlines on interactive elements like buttons, links, and form controls. MUST be visible for keyboard navigation accessibility. Do NOT use for decorative borders or non-interactive elements.
407
407
 
408
+ ### focus-outline-width
409
+ Focus outline width (2px). Standard width for keyboard focus indicators to meet WCAG 2.4.7 accessibility requirements
410
+ **U:** accessibility, focus-ring, keyboard-focus
411
+ **R:** MUST use for all keyboard focus indicators. Required for WCAG 2.4.7 compliance.
412
+
408
413
  ## Font Stacks
409
414
 
410
415
  Font family tokens.
@@ -424,15 +429,6 @@ Display font stack for headings and titles. Same as sansSerif but semantically d
424
429
  **U:** display-text, heading, title
425
430
  **R:** Use for headings and display text. Prefer over sansSerif for titles.
426
431
 
427
- ## Outline
428
-
429
- Outline tokens for focus indicators.
430
-
431
- ### outline-focus-width
432
- Focus outline width (2px). Standard width for keyboard focus indicators to meet WCAG 2.4.7 accessibility requirements
433
- **U:** accessibility, focus-ring, keyboard-focus
434
- **R:** MUST use for all keyboard focus indicators. Required for WCAG 2.4.7 compliance.
435
-
436
432
  ## Overlay
437
433
 
438
434
  Tokens for modals, dialogs, popovers, and dropdown menus.
@@ -49,6 +49,7 @@ export const css = (outputFile, prefix, buildPath, options) => {
49
49
  filter: token => isSource(token) &&
50
50
  (options === null || options === void 0 ? void 0 : options.themed) === true &&
51
51
  token.$type !== 'custom-viewportRange' &&
52
+ token.$type !== 'dimension' &&
52
53
  !isFromFile(token, [
53
54
  'src/tokens/functional/size/size-coarse.json5',
54
55
  'src/tokens/functional/size/size-fine.json5',
@@ -2,10 +2,12 @@
2
2
  --borderWidth-thick: 0.125rem; /** Thick 2px border for emphasis. Use for focus indicators, selected states, or to emphasize important boundaries */
3
3
  --borderWidth-thicker: 0.25rem; /** Extra thick 4px border for maximum emphasis. Use sparingly for high-contrast focus indicators or critical visual separators */
4
4
  --borderWidth-thin: 0.0625rem; /** Standard 1px border width. Use for most borders, dividers, and outlines throughout the interface */
5
- --outline-focus-offset: -0.125rem; /** Focus outline offset (-2px). Negative value creates an inset outline for keyboard focus indicators, ensuring the focus ring stays within the element bounds */
6
- --outline-focus-width: 0.125rem; /** Focus outline width (2px). Standard width for keyboard focus indicators to meet WCAG 2.4.7 accessibility requirements */
5
+ --focus-outline-offset: -0.125rem; /** Focus outline offset (-2px). Negative value creates an inset outline for keyboard focus indicators, ensuring the focus ring stays within the element bounds */
6
+ --focus-outline-width: 0.125rem; /** Focus outline width (2px). Standard width for keyboard focus indicators to meet WCAG 2.4.7 accessibility requirements */
7
7
  --borderWidth-default: var(--borderWidth-thin); /** Default border width for most UI elements. Alias of borderWidth.thin (1px) */
8
8
  --boxShadow-thick: inset 0 0 0 var(--borderWidth-thick); /** Thick shadow (2px) used instead of a border for emphasis without layout shift */
9
9
  --boxShadow-thicker: inset 0 0 0 var(--borderWidth-thicker); /** Thickest shadow (4px) used for high emphasis borders without layout shift. Use sparingly for maximum visual impact */
10
10
  --boxShadow-thin: inset 0 0 0 var(--borderWidth-thin); /** Thin shadow used instead of a border to prevent layout shift */
11
+ --outline-focus-offset: var(--focus-outline-offset); /** Deprecated. Use focus.outline-offset instead. */
12
+ --outline-focus-width: var(--focus-outline-width); /** Deprecated. Use focus.outline-width instead. */
11
13
  }
@@ -765,7 +765,7 @@
765
765
  --fgColor-onEmphasis: #ffffff; /** Text color for use on emphasis backgrounds */
766
766
  --fgColor-onInverse: #010409; /** Text color for use on inverse backgrounds */
767
767
  --fgColor-white: #ffffff; /** Pure white text */
768
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
768
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
769
769
  --header-fgColor-default: #ffffffb3;
770
770
  --label-auburn-borderColor: var(--label-auburn-fgColor-rest);
771
771
  --label-blue-borderColor: var(--label-blue-fgColor-rest);
@@ -876,7 +876,8 @@
876
876
  --diffBlob-expander-iconColor: var(--fgColor-default);
877
877
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
878
878
  --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
879
- --focus-outline: 2px solid #409eff; /** Focus ring outline for keyboard navigation and accessibility. */
879
+ --focus-outline: 0.125rem solid #409eff; /** Focus ring outline for keyboard navigation and accessibility. */
880
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
880
881
  --page-header-bgColor: var(--bgColor-default);
881
882
  --progressBar-track-bgColor: var(--bgColor-inverse);
882
883
  --shadow-floating-large: 0 0 0 1px #b7bdc8, 0 24px 48px 0 #010409; /** Large floating shadow for modals and dialogs */
@@ -1667,7 +1668,7 @@
1667
1668
  --fgColor-onEmphasis: #ffffff; /** Text color for use on emphasis backgrounds */
1668
1669
  --fgColor-onInverse: #010409; /** Text color for use on inverse backgrounds */
1669
1670
  --fgColor-white: #ffffff; /** Pure white text */
1670
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1671
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1671
1672
  --header-fgColor-default: #ffffffb3;
1672
1673
  --label-auburn-borderColor: var(--label-auburn-fgColor-rest);
1673
1674
  --label-blue-borderColor: var(--label-blue-fgColor-rest);
@@ -1778,7 +1779,8 @@
1778
1779
  --diffBlob-expander-iconColor: var(--fgColor-default);
1779
1780
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
1780
1781
  --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
1781
- --focus-outline: 2px solid #409eff; /** Focus ring outline for keyboard navigation and accessibility. */
1782
+ --focus-outline: 0.125rem solid #409eff; /** Focus ring outline for keyboard navigation and accessibility. */
1783
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
1782
1784
  --page-header-bgColor: var(--bgColor-default);
1783
1785
  --progressBar-track-bgColor: var(--bgColor-inverse);
1784
1786
  --shadow-floating-large: 0 0 0 1px #b7bdc8, 0 24px 48px 0 #010409; /** Large floating shadow for modals and dialogs */
@@ -804,7 +804,7 @@
804
804
  --fgColor-onInverse: #010409; /** Text color for use on inverse backgrounds */
805
805
  --fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
806
806
  --fgColor-white: #ffffff; /** Pure white text */
807
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
807
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
808
808
  --header-fgColor-default: #ffffffb3;
809
809
  --overlay-bgColor: #010409;
810
810
  --page-header-bgColor: var(--bgColor-default);
@@ -882,7 +882,8 @@
882
882
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
883
883
  --dashboard-bgColor: var(--bgColor-inset);
884
884
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
885
- --focus-outline: 2px solid #1f6feb; /** Focus ring outline for keyboard navigation and accessibility. */
885
+ --focus-outline: 0.125rem solid #1f6feb; /** Focus ring outline for keyboard navigation and accessibility. */
886
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
886
887
  --overlay-borderColor: var(--borderColor-muted);
887
888
  --tooltip-fgColor: var(--fgColor-onEmphasis);
888
889
  --border-draft-emphasis: 0.0625rem solid #656c76;
@@ -1706,7 +1707,7 @@
1706
1707
  --fgColor-onInverse: #010409; /** Text color for use on inverse backgrounds */
1707
1708
  --fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
1708
1709
  --fgColor-white: #ffffff; /** Pure white text */
1709
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1710
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1710
1711
  --header-fgColor-default: #ffffffb3;
1711
1712
  --overlay-bgColor: #010409;
1712
1713
  --page-header-bgColor: var(--bgColor-default);
@@ -1784,7 +1785,8 @@
1784
1785
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
1785
1786
  --dashboard-bgColor: var(--bgColor-inset);
1786
1787
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
1787
- --focus-outline: 2px solid #1f6feb; /** Focus ring outline for keyboard navigation and accessibility. */
1788
+ --focus-outline: 0.125rem solid #1f6feb; /** Focus ring outline for keyboard navigation and accessibility. */
1789
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
1788
1790
  --overlay-borderColor: var(--borderColor-muted);
1789
1791
  --tooltip-fgColor: var(--fgColor-onEmphasis);
1790
1792
  --border-draft-emphasis: 0.0625rem solid #656c76;
@@ -796,7 +796,7 @@
796
796
  --fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
797
797
  --fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
798
798
  --fgColor-white: #cdd9e5; /** Pure white text */
799
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
799
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
800
800
  --header-fgColor-default: #cdd9e5b3;
801
801
  --label-auburn-borderColor: var(--label-auburn-fgColor-rest);
802
802
  --label-blue-borderColor: var(--label-blue-fgColor-rest);
@@ -878,7 +878,8 @@
878
878
  --controlKnob-borderColor-checked: var(--control-checked-bgColor-rest);
879
879
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
880
880
  --controlTrack-borderColor-rest: var(--borderColor-emphasis);
881
- --focus-outline: 2px solid #6cb6ff; /** Focus ring outline for keyboard navigation and accessibility. */
881
+ --focus-outline: 0.125rem solid #6cb6ff; /** Focus ring outline for keyboard navigation and accessibility. */
882
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
882
883
  --progressBar-track-bgColor: var(--bgColor-inverse);
883
884
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
884
885
  --shadow-floating-large: 0 0 0 1px #b7bdc8, 0 24px 48px 0 #010409; /** Large floating shadow for modals and dialogs */
@@ -1698,7 +1699,7 @@
1698
1699
  --fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
1699
1700
  --fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
1700
1701
  --fgColor-white: #cdd9e5; /** Pure white text */
1701
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1702
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1702
1703
  --header-fgColor-default: #cdd9e5b3;
1703
1704
  --label-auburn-borderColor: var(--label-auburn-fgColor-rest);
1704
1705
  --label-blue-borderColor: var(--label-blue-fgColor-rest);
@@ -1780,7 +1781,8 @@
1780
1781
  --controlKnob-borderColor-checked: var(--control-checked-bgColor-rest);
1781
1782
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
1782
1783
  --controlTrack-borderColor-rest: var(--borderColor-emphasis);
1783
- --focus-outline: 2px solid #6cb6ff; /** Focus ring outline for keyboard navigation and accessibility. */
1784
+ --focus-outline: 0.125rem solid #6cb6ff; /** Focus ring outline for keyboard navigation and accessibility. */
1785
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
1784
1786
  --progressBar-track-bgColor: var(--bgColor-inverse);
1785
1787
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
1786
1788
  --shadow-floating-large: 0 0 0 1px #b7bdc8, 0 24px 48px 0 #010409; /** Large floating shadow for modals and dialogs */
@@ -830,7 +830,7 @@
830
830
  --fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
831
831
  --fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
832
832
  --fgColor-white: #cdd9e5; /** Pure white text */
833
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
833
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
834
834
  --header-fgColor-default: #cdd9e5b3;
835
835
  --page-header-bgColor: var(--bgColor-default);
836
836
  --progressBar-bgColor-accent: var(--bgColor-accent-emphasis);
@@ -895,7 +895,8 @@
895
895
  --controlKnob-bgColor-disabled: var(--control-bgColor-disabled);
896
896
  --controlKnob-borderColor-checked: var(--control-checked-bgColor-rest);
897
897
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
898
- --focus-outline: 2px solid #316dca; /** Focus ring outline for keyboard navigation and accessibility. */
898
+ --focus-outline: 0.125rem solid #316dca; /** Focus ring outline for keyboard navigation and accessibility. */
899
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
899
900
  --border-draft-emphasis: 0.0625rem solid #656c76;
900
901
  --button-danger-borderColor-hover: var(--button-primary-borderColor-rest);
901
902
  --button-outline-borderColor-active: var(--button-outline-borderColor-hover);
@@ -1732,7 +1733,7 @@
1732
1733
  --fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
1733
1734
  --fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
1734
1735
  --fgColor-white: #cdd9e5; /** Pure white text */
1735
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1736
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1736
1737
  --header-fgColor-default: #cdd9e5b3;
1737
1738
  --page-header-bgColor: var(--bgColor-default);
1738
1739
  --progressBar-bgColor-accent: var(--bgColor-accent-emphasis);
@@ -1797,7 +1798,8 @@
1797
1798
  --controlKnob-bgColor-disabled: var(--control-bgColor-disabled);
1798
1799
  --controlKnob-borderColor-checked: var(--control-checked-bgColor-rest);
1799
1800
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
1800
- --focus-outline: 2px solid #316dca; /** Focus ring outline for keyboard navigation and accessibility. */
1801
+ --focus-outline: 0.125rem solid #316dca; /** Focus ring outline for keyboard navigation and accessibility. */
1802
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
1801
1803
  --border-draft-emphasis: 0.0625rem solid #656c76;
1802
1804
  --button-danger-borderColor-hover: var(--button-primary-borderColor-rest);
1803
1805
  --button-outline-borderColor-active: var(--button-outline-borderColor-hover);
@@ -765,7 +765,7 @@
765
765
  --fgColor-onEmphasis: #ffffff; /** Text color for use on emphasis backgrounds */
766
766
  --fgColor-onInverse: #010409; /** Text color for use on inverse backgrounds */
767
767
  --fgColor-white: #ffffff; /** Pure white text */
768
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
768
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
769
769
  --header-fgColor-default: #ffffffb3;
770
770
  --label-auburn-borderColor: var(--label-auburn-fgColor-rest);
771
771
  --label-blue-borderColor: var(--label-blue-fgColor-rest);
@@ -874,7 +874,8 @@
874
874
  --diffBlob-expander-iconColor: var(--fgColor-default);
875
875
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
876
876
  --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
877
- --focus-outline: 2px solid #409eff; /** Focus ring outline for keyboard navigation and accessibility. */
877
+ --focus-outline: 0.125rem solid #409eff; /** Focus ring outline for keyboard navigation and accessibility. */
878
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
878
879
  --page-header-bgColor: var(--bgColor-default);
879
880
  --progressBar-track-bgColor: var(--bgColor-inverse);
880
881
  --shadow-floating-large: 0 0 0 1px #b7bdc8, 0 24px 48px 0 #010409; /** Large floating shadow for modals and dialogs */
@@ -1667,7 +1668,7 @@
1667
1668
  --fgColor-onEmphasis: #ffffff; /** Text color for use on emphasis backgrounds */
1668
1669
  --fgColor-onInverse: #010409; /** Text color for use on inverse backgrounds */
1669
1670
  --fgColor-white: #ffffff; /** Pure white text */
1670
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1671
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1671
1672
  --header-fgColor-default: #ffffffb3;
1672
1673
  --label-auburn-borderColor: var(--label-auburn-fgColor-rest);
1673
1674
  --label-blue-borderColor: var(--label-blue-fgColor-rest);
@@ -1776,7 +1777,8 @@
1776
1777
  --diffBlob-expander-iconColor: var(--fgColor-default);
1777
1778
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
1778
1779
  --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
1779
- --focus-outline: 2px solid #409eff; /** Focus ring outline for keyboard navigation and accessibility. */
1780
+ --focus-outline: 0.125rem solid #409eff; /** Focus ring outline for keyboard navigation and accessibility. */
1781
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
1780
1782
  --page-header-bgColor: var(--bgColor-default);
1781
1783
  --progressBar-track-bgColor: var(--bgColor-inverse);
1782
1784
  --shadow-floating-large: 0 0 0 1px #b7bdc8, 0 24px 48px 0 #010409; /** Large floating shadow for modals and dialogs */
@@ -765,7 +765,7 @@
765
765
  --fgColor-onEmphasis: #ffffff; /** Text color for use on emphasis backgrounds */
766
766
  --fgColor-onInverse: #010409; /** Text color for use on inverse backgrounds */
767
767
  --fgColor-white: #ffffff; /** Pure white text */
768
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
768
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
769
769
  --header-fgColor-default: #ffffffb3;
770
770
  --label-auburn-borderColor: var(--label-auburn-fgColor-rest);
771
771
  --label-blue-borderColor: var(--label-blue-fgColor-rest);
@@ -876,7 +876,8 @@
876
876
  --diffBlob-expander-iconColor: var(--fgColor-default);
877
877
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
878
878
  --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
879
- --focus-outline: 2px solid #409eff; /** Focus ring outline for keyboard navigation and accessibility. */
879
+ --focus-outline: 0.125rem solid #409eff; /** Focus ring outline for keyboard navigation and accessibility. */
880
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
880
881
  --page-header-bgColor: var(--bgColor-default);
881
882
  --progressBar-track-bgColor: var(--bgColor-inverse);
882
883
  --shadow-floating-large: 0 0 0 1px #b7bdc8, 0 24px 48px 0 #010409; /** Large floating shadow for modals and dialogs */
@@ -1667,7 +1668,7 @@
1667
1668
  --fgColor-onEmphasis: #ffffff; /** Text color for use on emphasis backgrounds */
1668
1669
  --fgColor-onInverse: #010409; /** Text color for use on inverse backgrounds */
1669
1670
  --fgColor-white: #ffffff; /** Pure white text */
1670
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1671
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1671
1672
  --header-fgColor-default: #ffffffb3;
1672
1673
  --label-auburn-borderColor: var(--label-auburn-fgColor-rest);
1673
1674
  --label-blue-borderColor: var(--label-blue-fgColor-rest);
@@ -1778,7 +1779,8 @@
1778
1779
  --diffBlob-expander-iconColor: var(--fgColor-default);
1779
1780
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
1780
1781
  --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
1781
- --focus-outline: 2px solid #409eff; /** Focus ring outline for keyboard navigation and accessibility. */
1782
+ --focus-outline: 0.125rem solid #409eff; /** Focus ring outline for keyboard navigation and accessibility. */
1783
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
1782
1784
  --page-header-bgColor: var(--bgColor-default);
1783
1785
  --progressBar-track-bgColor: var(--bgColor-inverse);
1784
1786
  --shadow-floating-large: 0 0 0 1px #b7bdc8, 0 24px 48px 0 #010409; /** Large floating shadow for modals and dialogs */
@@ -806,7 +806,7 @@
806
806
  --fgColor-onInverse: #010409; /** Text color for use on inverse backgrounds */
807
807
  --fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
808
808
  --fgColor-white: #ffffff; /** Pure white text */
809
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
809
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
810
810
  --header-fgColor-default: #ffffffb3;
811
811
  --overlay-bgColor: #010409;
812
812
  --page-header-bgColor: var(--bgColor-default);
@@ -882,7 +882,8 @@
882
882
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
883
883
  --dashboard-bgColor: var(--bgColor-inset);
884
884
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
885
- --focus-outline: 2px solid #1f6feb; /** Focus ring outline for keyboard navigation and accessibility. */
885
+ --focus-outline: 0.125rem solid #1f6feb; /** Focus ring outline for keyboard navigation and accessibility. */
886
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
886
887
  --overlay-borderColor: var(--borderColor-muted);
887
888
  --tooltip-fgColor: var(--fgColor-onEmphasis);
888
889
  --border-draft-emphasis: 0.0625rem solid #656c76;
@@ -1708,7 +1709,7 @@
1708
1709
  --fgColor-onInverse: #010409; /** Text color for use on inverse backgrounds */
1709
1710
  --fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
1710
1711
  --fgColor-white: #ffffff; /** Pure white text */
1711
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1712
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1712
1713
  --header-fgColor-default: #ffffffb3;
1713
1714
  --overlay-bgColor: #010409;
1714
1715
  --page-header-bgColor: var(--bgColor-default);
@@ -1784,7 +1785,8 @@
1784
1785
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
1785
1786
  --dashboard-bgColor: var(--bgColor-inset);
1786
1787
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
1787
- --focus-outline: 2px solid #1f6feb; /** Focus ring outline for keyboard navigation and accessibility. */
1788
+ --focus-outline: 0.125rem solid #1f6feb; /** Focus ring outline for keyboard navigation and accessibility. */
1789
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
1788
1790
  --overlay-borderColor: var(--borderColor-muted);
1789
1791
  --tooltip-fgColor: var(--fgColor-onEmphasis);
1790
1792
  --border-draft-emphasis: 0.0625rem solid #656c76;
@@ -804,7 +804,7 @@
804
804
  --fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
805
805
  --fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
806
806
  --fgColor-white: #ffffff; /** Pure white text */
807
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
807
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
808
808
  --header-fgColor-default: #ffffffb3;
809
809
  --overlay-bgColor: #010409;
810
810
  --page-header-bgColor: var(--bgColor-default);
@@ -880,7 +880,8 @@
880
880
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
881
881
  --dashboard-bgColor: var(--bgColor-inset);
882
882
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
883
- --focus-outline: 2px solid #1f6feb; /** Focus ring outline for keyboard navigation and accessibility. */
883
+ --focus-outline: 0.125rem solid #1f6feb; /** Focus ring outline for keyboard navigation and accessibility. */
884
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
884
885
  --overlay-borderColor: var(--borderColor-muted);
885
886
  --tooltip-fgColor: var(--fgColor-onEmphasis);
886
887
  --border-draft-emphasis: 0.0625rem solid #656c76;
@@ -1706,7 +1707,7 @@
1706
1707
  --fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
1707
1708
  --fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
1708
1709
  --fgColor-white: #ffffff; /** Pure white text */
1709
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1710
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1710
1711
  --header-fgColor-default: #ffffffb3;
1711
1712
  --overlay-bgColor: #010409;
1712
1713
  --page-header-bgColor: var(--bgColor-default);
@@ -1782,7 +1783,8 @@
1782
1783
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
1783
1784
  --dashboard-bgColor: var(--bgColor-inset);
1784
1785
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
1785
- --focus-outline: 2px solid #1f6feb; /** Focus ring outline for keyboard navigation and accessibility. */
1786
+ --focus-outline: 0.125rem solid #1f6feb; /** Focus ring outline for keyboard navigation and accessibility. */
1787
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
1786
1788
  --overlay-borderColor: var(--borderColor-muted);
1787
1789
  --tooltip-fgColor: var(--fgColor-onEmphasis);
1788
1790
  --border-draft-emphasis: 0.0625rem solid #656c76;
@@ -774,7 +774,7 @@
774
774
  --fgColor-onInverse: #ffffff; /** Text color for use on inverse backgrounds */
775
775
  --fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
776
776
  --fgColor-white: #ffffff; /** Pure white text */
777
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
777
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
778
778
  --header-fgColor-default: #ffffffb3;
779
779
  --header-fgColor-logo: #ffffff;
780
780
  --label-auburn-borderColor: var(--label-auburn-fgColor-rest);
@@ -888,7 +888,8 @@
888
888
  --diffBlob-expander-iconColor: var(--fgColor-default);
889
889
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-default);
890
890
  --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
891
- --focus-outline: 2px solid #0349b4; /** Focus ring outline for keyboard navigation and accessibility. */
891
+ --focus-outline: 0.125rem solid #0349b4; /** Focus ring outline for keyboard navigation and accessibility. */
892
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
892
893
  --progressBar-track-bgColor: var(--bgColor-default);
893
894
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
894
895
  --shadow-floating-large: 0 0 0 1px #454c54, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
@@ -1676,7 +1677,7 @@
1676
1677
  --fgColor-onInverse: #ffffff; /** Text color for use on inverse backgrounds */
1677
1678
  --fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
1678
1679
  --fgColor-white: #ffffff; /** Pure white text */
1679
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1680
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1680
1681
  --header-fgColor-default: #ffffffb3;
1681
1682
  --header-fgColor-logo: #ffffff;
1682
1683
  --label-auburn-borderColor: var(--label-auburn-fgColor-rest);
@@ -1790,7 +1791,8 @@
1790
1791
  --diffBlob-expander-iconColor: var(--fgColor-default);
1791
1792
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-default);
1792
1793
  --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
1793
- --focus-outline: 2px solid #0349b4; /** Focus ring outline for keyboard navigation and accessibility. */
1794
+ --focus-outline: 0.125rem solid #0349b4; /** Focus ring outline for keyboard navigation and accessibility. */
1795
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
1794
1796
  --progressBar-track-bgColor: var(--bgColor-default);
1795
1797
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
1796
1798
  --shadow-floating-large: 0 0 0 1px #454c54, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
@@ -790,7 +790,7 @@
790
790
  --fgColor-onInverse: #ffffff; /** Text color for use on inverse backgrounds */
791
791
  --fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
792
792
  --fgColor-white: #ffffff; /** Pure white text */
793
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
793
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
794
794
  --header-fgColor-default: #ffffffb3;
795
795
  --header-fgColor-logo: #ffffff;
796
796
  --overlay-bgColor: #ffffff;
@@ -882,7 +882,8 @@
882
882
  --diffBlob-deletionWord-fgColor: var(--fgColor-default);
883
883
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-default);
884
884
  --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
885
- --focus-outline: 2px solid #0969da; /** Focus ring outline for keyboard navigation and accessibility. */
885
+ --focus-outline: 0.125rem solid #0969da; /** Focus ring outline for keyboard navigation and accessibility. */
886
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
886
887
  --overlay-borderColor: #d1d9e080;
887
888
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
888
889
  --tooltip-fgColor: var(--fgColor-onEmphasis);
@@ -1692,7 +1693,7 @@
1692
1693
  --fgColor-onInverse: #ffffff; /** Text color for use on inverse backgrounds */
1693
1694
  --fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
1694
1695
  --fgColor-white: #ffffff; /** Pure white text */
1695
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1696
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1696
1697
  --header-fgColor-default: #ffffffb3;
1697
1698
  --header-fgColor-logo: #ffffff;
1698
1699
  --overlay-bgColor: #ffffff;
@@ -1784,7 +1785,8 @@
1784
1785
  --diffBlob-deletionWord-fgColor: var(--fgColor-default);
1785
1786
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-default);
1786
1787
  --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
1787
- --focus-outline: 2px solid #0969da; /** Focus ring outline for keyboard navigation and accessibility. */
1788
+ --focus-outline: 0.125rem solid #0969da; /** Focus ring outline for keyboard navigation and accessibility. */
1789
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
1788
1790
  --overlay-borderColor: #d1d9e080;
1789
1791
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
1790
1792
  --tooltip-fgColor: var(--fgColor-onEmphasis);
@@ -776,7 +776,7 @@
776
776
  --fgColor-onEmphasis: #ffffff; /** Text color for use on emphasis backgrounds */
777
777
  --fgColor-onInverse: #ffffff; /** Text color for use on inverse backgrounds */
778
778
  --fgColor-white: #ffffff; /** Pure white text */
779
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
779
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
780
780
  --header-fgColor-default: #ffffffb3;
781
781
  --header-fgColor-logo: #ffffff;
782
782
  --label-auburn-borderColor: var(--label-auburn-fgColor-rest);
@@ -886,7 +886,8 @@
886
886
  --diffBlob-expander-iconColor: var(--fgColor-default);
887
887
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
888
888
  --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
889
- --focus-outline: 2px solid #0349b4; /** Focus ring outline for keyboard navigation and accessibility. */
889
+ --focus-outline: 0.125rem solid #0349b4; /** Focus ring outline for keyboard navigation and accessibility. */
890
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
890
891
  --progressBar-track-bgColor: var(--bgColor-default);
891
892
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
892
893
  --shadow-floating-large: 0 0 0 1px #454c54, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
@@ -1678,7 +1679,7 @@
1678
1679
  --fgColor-onEmphasis: #ffffff; /** Text color for use on emphasis backgrounds */
1679
1680
  --fgColor-onInverse: #ffffff; /** Text color for use on inverse backgrounds */
1680
1681
  --fgColor-white: #ffffff; /** Pure white text */
1681
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1682
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1682
1683
  --header-fgColor-default: #ffffffb3;
1683
1684
  --header-fgColor-logo: #ffffff;
1684
1685
  --label-auburn-borderColor: var(--label-auburn-fgColor-rest);
@@ -1788,7 +1789,8 @@
1788
1789
  --diffBlob-expander-iconColor: var(--fgColor-default);
1789
1790
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
1790
1791
  --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
1791
- --focus-outline: 2px solid #0349b4; /** Focus ring outline for keyboard navigation and accessibility. */
1792
+ --focus-outline: 0.125rem solid #0349b4; /** Focus ring outline for keyboard navigation and accessibility. */
1793
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
1792
1794
  --progressBar-track-bgColor: var(--bgColor-default);
1793
1795
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
1794
1796
  --shadow-floating-large: 0 0 0 1px #454c54, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
@@ -774,7 +774,7 @@
774
774
  --fgColor-onInverse: #ffffff; /** Text color for use on inverse backgrounds */
775
775
  --fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
776
776
  --fgColor-white: #ffffff; /** Pure white text */
777
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
777
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
778
778
  --header-fgColor-default: #ffffffb3;
779
779
  --header-fgColor-logo: #ffffff;
780
780
  --label-auburn-borderColor: var(--label-auburn-fgColor-rest);
@@ -888,7 +888,8 @@
888
888
  --diffBlob-expander-iconColor: var(--fgColor-default);
889
889
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-default);
890
890
  --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
891
- --focus-outline: 2px solid #0349b4; /** Focus ring outline for keyboard navigation and accessibility. */
891
+ --focus-outline: 0.125rem solid #0349b4; /** Focus ring outline for keyboard navigation and accessibility. */
892
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
892
893
  --progressBar-track-bgColor: var(--bgColor-default);
893
894
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
894
895
  --shadow-floating-large: 0 0 0 1px #454c54, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
@@ -1676,7 +1677,7 @@
1676
1677
  --fgColor-onInverse: #ffffff; /** Text color for use on inverse backgrounds */
1677
1678
  --fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
1678
1679
  --fgColor-white: #ffffff; /** Pure white text */
1679
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1680
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1680
1681
  --header-fgColor-default: #ffffffb3;
1681
1682
  --header-fgColor-logo: #ffffff;
1682
1683
  --label-auburn-borderColor: var(--label-auburn-fgColor-rest);
@@ -1790,7 +1791,8 @@
1790
1791
  --diffBlob-expander-iconColor: var(--fgColor-default);
1791
1792
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-default);
1792
1793
  --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
1793
- --focus-outline: 2px solid #0349b4; /** Focus ring outline for keyboard navigation and accessibility. */
1794
+ --focus-outline: 0.125rem solid #0349b4; /** Focus ring outline for keyboard navigation and accessibility. */
1795
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
1794
1796
  --progressBar-track-bgColor: var(--bgColor-default);
1795
1797
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
1796
1798
  --shadow-floating-large: 0 0 0 1px #454c54, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
@@ -792,7 +792,7 @@
792
792
  --fgColor-onInverse: #ffffff; /** Text color for use on inverse backgrounds */
793
793
  --fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
794
794
  --fgColor-white: #ffffff; /** Pure white text */
795
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
795
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
796
796
  --header-fgColor-default: #ffffffb3;
797
797
  --header-fgColor-logo: #ffffff;
798
798
  --overlay-bgColor: #ffffff;
@@ -882,7 +882,8 @@
882
882
  --diffBlob-deletionWord-fgColor: var(--fgColor-default);
883
883
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-default);
884
884
  --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
885
- --focus-outline: 2px solid #0969da; /** Focus ring outline for keyboard navigation and accessibility. */
885
+ --focus-outline: 0.125rem solid #0969da; /** Focus ring outline for keyboard navigation and accessibility. */
886
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
886
887
  --overlay-borderColor: #d1d9e080;
887
888
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
888
889
  --tooltip-fgColor: var(--fgColor-onEmphasis);
@@ -1694,7 +1695,7 @@
1694
1695
  --fgColor-onInverse: #ffffff; /** Text color for use on inverse backgrounds */
1695
1696
  --fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
1696
1697
  --fgColor-white: #ffffff; /** Pure white text */
1697
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1698
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1698
1699
  --header-fgColor-default: #ffffffb3;
1699
1700
  --header-fgColor-logo: #ffffff;
1700
1701
  --overlay-bgColor: #ffffff;
@@ -1784,7 +1785,8 @@
1784
1785
  --diffBlob-deletionWord-fgColor: var(--fgColor-default);
1785
1786
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-default);
1786
1787
  --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
1787
- --focus-outline: 2px solid #0969da; /** Focus ring outline for keyboard navigation and accessibility. */
1788
+ --focus-outline: 0.125rem solid #0969da; /** Focus ring outline for keyboard navigation and accessibility. */
1789
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
1788
1790
  --overlay-borderColor: #d1d9e080;
1789
1791
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
1790
1792
  --tooltip-fgColor: var(--fgColor-onEmphasis);
@@ -792,7 +792,7 @@
792
792
  --fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
793
793
  --fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
794
794
  --fgColor-white: #ffffff; /** Pure white text */
795
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
795
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
796
796
  --header-fgColor-default: #ffffffb3;
797
797
  --header-fgColor-logo: #ffffff;
798
798
  --overlay-bgColor: #ffffff;
@@ -880,7 +880,8 @@
880
880
  --diffBlob-deletionWord-fgColor: var(--fgColor-default);
881
881
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
882
882
  --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
883
- --focus-outline: 2px solid #0969da; /** Focus ring outline for keyboard navigation and accessibility. */
883
+ --focus-outline: 0.125rem solid #0969da; /** Focus ring outline for keyboard navigation and accessibility. */
884
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
884
885
  --overlay-borderColor: #d1d9e080;
885
886
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
886
887
  --tooltip-fgColor: var(--fgColor-onEmphasis);
@@ -1694,7 +1695,7 @@
1694
1695
  --fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
1695
1696
  --fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
1696
1697
  --fgColor-white: #ffffff; /** Pure white text */
1697
- --focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1698
+ --focus-outline-color: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
1698
1699
  --header-fgColor-default: #ffffffb3;
1699
1700
  --header-fgColor-logo: #ffffff;
1700
1701
  --overlay-bgColor: #ffffff;
@@ -1782,7 +1783,8 @@
1782
1783
  --diffBlob-deletionWord-fgColor: var(--fgColor-default);
1783
1784
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
1784
1785
  --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
1785
- --focus-outline: 2px solid #0969da; /** Focus ring outline for keyboard navigation and accessibility. */
1786
+ --focus-outline: 0.125rem solid #0969da; /** Focus ring outline for keyboard navigation and accessibility. */
1787
+ --focus-outlineColor: var(--focus-outline-color); /** Deprecated. Use focus.outline-color instead. */
1786
1788
  --overlay-borderColor: #d1d9e080;
1787
1789
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
1788
1790
  --tooltip-fgColor: var(--fgColor-onEmphasis);