@primer/primitives 9.0.0-rc.02c27a21 → 9.0.0-rc.e0216c44

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 (50) hide show
  1. package/dist/css/functional/themes/dark-colorblind.css +4 -4
  2. package/dist/css/functional/themes/dark-dimmed.css +4 -4
  3. package/dist/css/functional/themes/dark-high-contrast.css +4 -4
  4. package/dist/css/functional/themes/dark-tritanopia.css +4 -4
  5. package/dist/css/functional/themes/dark.css +4 -4
  6. package/dist/css/functional/themes/light-colorblind.css +4 -4
  7. package/dist/css/functional/themes/light-high-contrast.css +4 -4
  8. package/dist/css/functional/themes/light-tritanopia.css +4 -4
  9. package/dist/css/functional/themes/light.css +4 -4
  10. package/dist/docs/functional/themes/dark-colorblind.json +4 -4
  11. package/dist/docs/functional/themes/dark-dimmed.json +4 -4
  12. package/dist/docs/functional/themes/dark-high-contrast.json +5 -5
  13. package/dist/docs/functional/themes/dark-tritanopia.json +4 -4
  14. package/dist/docs/functional/themes/dark.json +4 -4
  15. package/dist/docs/functional/themes/light-colorblind.json +4 -4
  16. package/dist/docs/functional/themes/light-high-contrast.json +5 -5
  17. package/dist/docs/functional/themes/light-tritanopia.json +4 -4
  18. package/dist/docs/functional/themes/light.json +4 -4
  19. package/dist/figma/themes/dark-colorblind.json +20 -20
  20. package/dist/figma/themes/dark-dimmed.json +20 -20
  21. package/dist/figma/themes/dark-high-contrast.json +20 -20
  22. package/dist/figma/themes/dark-tritanopia.json +20 -20
  23. package/dist/figma/themes/dark.json +20 -20
  24. package/dist/figma/themes/light-colorblind.json +8 -8
  25. package/dist/figma/themes/light-high-contrast.json +20 -20
  26. package/dist/figma/themes/light-tritanopia.json +8 -8
  27. package/dist/figma/themes/light.json +8 -8
  28. package/dist/internalCss/dark-colorblind.css +4 -4
  29. package/dist/internalCss/dark-dimmed.css +4 -4
  30. package/dist/internalCss/dark-high-contrast.css +4 -4
  31. package/dist/internalCss/dark-tritanopia.css +4 -4
  32. package/dist/internalCss/dark.css +4 -4
  33. package/dist/internalCss/light-colorblind.css +4 -4
  34. package/dist/internalCss/light-high-contrast.css +4 -4
  35. package/dist/internalCss/light-tritanopia.css +4 -4
  36. package/dist/internalCss/light.css +4 -4
  37. package/dist/styleLint/functional/themes/dark-colorblind.json +4 -4
  38. package/dist/styleLint/functional/themes/dark-dimmed.json +4 -4
  39. package/dist/styleLint/functional/themes/dark-high-contrast.json +5 -5
  40. package/dist/styleLint/functional/themes/dark-tritanopia.json +4 -4
  41. package/dist/styleLint/functional/themes/dark.json +4 -4
  42. package/dist/styleLint/functional/themes/light-colorblind.json +4 -4
  43. package/dist/styleLint/functional/themes/light-high-contrast.json +5 -5
  44. package/dist/styleLint/functional/themes/light-tritanopia.json +4 -4
  45. package/dist/styleLint/functional/themes/light.json +4 -4
  46. package/package.json +1 -1
  47. package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +0 -6
  48. package/src/tokens/functional/color/dark/patterns-dark.json5 +2 -2
  49. package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +0 -6
  50. package/src/tokens/functional/color/light/patterns-light.json5 +2 -2
@@ -238,8 +238,8 @@
238
238
  --button-primary-borderColor-active: #f0f6fc1a;
239
239
  --button-primary-borderColor-disabled: #1158c7;
240
240
  --button-primary-shadow-selected: 0px 0px 0px 0px #000000;
241
- --button-invisible-fgColor-rest: #4493f8;
242
- --button-invisible-fgColor-hover: #58a6ff;
241
+ --button-invisible-fgColor-rest: #e6edf3;
242
+ --button-invisible-fgColor-hover: #e6edf3;
243
243
  --button-invisible-fgColor-disabled: #6e7681;
244
244
  --button-invisible-iconColor-rest: #8d96a0;
245
245
  --button-invisible-iconColor-hover: #e6edf3;
@@ -805,8 +805,8 @@
805
805
  --button-primary-borderColor-active: #f0f6fc1a;
806
806
  --button-primary-borderColor-disabled: #1158c7;
807
807
  --button-primary-shadow-selected: 0px 0px 0px 0px #000000;
808
- --button-invisible-fgColor-rest: #4493f8;
809
- --button-invisible-fgColor-hover: #58a6ff;
808
+ --button-invisible-fgColor-rest: #e6edf3;
809
+ --button-invisible-fgColor-hover: #e6edf3;
810
810
  --button-invisible-fgColor-disabled: #6e7681;
811
811
  --button-invisible-iconColor-rest: #8d96a0;
812
812
  --button-invisible-iconColor-hover: #e6edf3;
@@ -238,8 +238,8 @@
238
238
  --button-primary-borderColor-active: #cdd9e51a;
239
239
  --button-primary-borderColor-disabled: #50a254;
240
240
  --button-primary-shadow-selected: 0px 0px 0px 0px #000000;
241
- --button-invisible-fgColor-rest: #478be6;
242
- --button-invisible-fgColor-hover: #539bf5;
241
+ --button-invisible-fgColor-rest: #c5d1de;
242
+ --button-invisible-fgColor-hover: #c5d1de;
243
243
  --button-invisible-fgColor-disabled: #636e7b;
244
244
  --button-invisible-iconColor-rest: #778491;
245
245
  --button-invisible-iconColor-hover: #778491;
@@ -805,8 +805,8 @@
805
805
  --button-primary-borderColor-active: #cdd9e51a;
806
806
  --button-primary-borderColor-disabled: #50a254;
807
807
  --button-primary-shadow-selected: 0px 0px 0px 0px #000000;
808
- --button-invisible-fgColor-rest: #478be6;
809
- --button-invisible-fgColor-hover: #539bf5;
808
+ --button-invisible-fgColor-rest: #c5d1de;
809
+ --button-invisible-fgColor-hover: #c5d1de;
810
810
  --button-invisible-fgColor-disabled: #636e7b;
811
811
  --button-invisible-iconColor-rest: #778491;
812
812
  --button-invisible-iconColor-hover: #778491;
@@ -238,8 +238,8 @@
238
238
  --button-primary-borderColor-active: #4ae168;
239
239
  --button-primary-borderColor-disabled: #4ae16866;
240
240
  --button-primary-shadow-selected: 0px 0px 0px 0px #000000;
241
- --button-invisible-fgColor-rest: #73b8ff;
242
- --button-invisible-fgColor-hover: #1e60d5;
241
+ --button-invisible-fgColor-rest: #fbfcfd;
242
+ --button-invisible-fgColor-hover: #fbfcfd;
243
243
  --button-invisible-fgColor-disabled: #9ea7b3;
244
244
  --button-invisible-iconColor-rest: #f0f3f6;
245
245
  --button-invisible-iconColor-hover: #0a0c10;
@@ -805,8 +805,8 @@
805
805
  --button-primary-borderColor-active: #4ae168;
806
806
  --button-primary-borderColor-disabled: #4ae16866;
807
807
  --button-primary-shadow-selected: 0px 0px 0px 0px #000000;
808
- --button-invisible-fgColor-rest: #73b8ff;
809
- --button-invisible-fgColor-hover: #1e60d5;
808
+ --button-invisible-fgColor-rest: #fbfcfd;
809
+ --button-invisible-fgColor-hover: #fbfcfd;
810
810
  --button-invisible-fgColor-disabled: #9ea7b3;
811
811
  --button-invisible-iconColor-rest: #f0f3f6;
812
812
  --button-invisible-iconColor-hover: #0a0c10;
@@ -238,8 +238,8 @@
238
238
  --button-primary-borderColor-active: #f0f6fc1a;
239
239
  --button-primary-borderColor-disabled: #5fabfe;
240
240
  --button-primary-shadow-selected: 0px 0px 0px 0px #000000;
241
- --button-invisible-fgColor-rest: #4493f8;
242
- --button-invisible-fgColor-hover: #58a6ff;
241
+ --button-invisible-fgColor-rest: #e6edf3;
242
+ --button-invisible-fgColor-hover: #e6edf3;
243
243
  --button-invisible-fgColor-disabled: #6e7681;
244
244
  --button-invisible-iconColor-rest: #8d96a0;
245
245
  --button-invisible-iconColor-hover: #e6edf3;
@@ -805,8 +805,8 @@
805
805
  --button-primary-borderColor-active: #f0f6fc1a;
806
806
  --button-primary-borderColor-disabled: #5fabfe;
807
807
  --button-primary-shadow-selected: 0px 0px 0px 0px #000000;
808
- --button-invisible-fgColor-rest: #4493f8;
809
- --button-invisible-fgColor-hover: #58a6ff;
808
+ --button-invisible-fgColor-rest: #e6edf3;
809
+ --button-invisible-fgColor-hover: #e6edf3;
810
810
  --button-invisible-fgColor-disabled: #6e7681;
811
811
  --button-invisible-iconColor-rest: #8d96a0;
812
812
  --button-invisible-iconColor-hover: #e6edf3;
@@ -238,8 +238,8 @@
238
238
  --button-primary-borderColor-active: #f0f6fc1a;
239
239
  --button-primary-borderColor-disabled: #105823;
240
240
  --button-primary-shadow-selected: 0px 0px 0px 0px #000000;
241
- --button-invisible-fgColor-rest: #4493f8;
242
- --button-invisible-fgColor-hover: #58a6ff;
241
+ --button-invisible-fgColor-rest: #e6edf3;
242
+ --button-invisible-fgColor-hover: #e6edf3;
243
243
  --button-invisible-fgColor-disabled: #6e7681;
244
244
  --button-invisible-iconColor-rest: #8d96a0;
245
245
  --button-invisible-iconColor-hover: #e6edf3;
@@ -805,8 +805,8 @@
805
805
  --button-primary-borderColor-active: #f0f6fc1a;
806
806
  --button-primary-borderColor-disabled: #105823;
807
807
  --button-primary-shadow-selected: 0px 0px 0px 0px #000000;
808
- --button-invisible-fgColor-rest: #4493f8;
809
- --button-invisible-fgColor-hover: #58a6ff;
808
+ --button-invisible-fgColor-rest: #e6edf3;
809
+ --button-invisible-fgColor-hover: #e6edf3;
810
810
  --button-invisible-fgColor-disabled: #6e7681;
811
811
  --button-invisible-iconColor-rest: #8d96a0;
812
812
  --button-invisible-iconColor-hover: #e6edf3;
@@ -238,8 +238,8 @@
238
238
  --button-primary-borderColor-active: #1f232826;
239
239
  --button-primary-borderColor-disabled: #92caff;
240
240
  --button-primary-shadow-selected: inset 0px 1px 0px 0px #0021554d;
241
- --button-invisible-fgColor-rest: #0969da;
242
- --button-invisible-fgColor-hover: #0969da;
241
+ --button-invisible-fgColor-rest: #1f2328;
242
+ --button-invisible-fgColor-hover: #1f2328;
243
243
  --button-invisible-fgColor-disabled: #8c959f;
244
244
  --button-invisible-iconColor-rest: #636c76;
245
245
  --button-invisible-iconColor-hover: #636c76;
@@ -805,8 +805,8 @@
805
805
  --button-primary-borderColor-active: #1f232826;
806
806
  --button-primary-borderColor-disabled: #92caff;
807
807
  --button-primary-shadow-selected: inset 0px 1px 0px 0px #0021554d;
808
- --button-invisible-fgColor-rest: #0969da;
809
- --button-invisible-fgColor-hover: #0969da;
808
+ --button-invisible-fgColor-rest: #1f2328;
809
+ --button-invisible-fgColor-hover: #1f2328;
810
810
  --button-invisible-fgColor-disabled: #8c959f;
811
811
  --button-invisible-iconColor-rest: #636c76;
812
812
  --button-invisible-iconColor-hover: #636c76;
@@ -238,8 +238,8 @@
238
238
  --button-primary-borderColor-active: #013d14;
239
239
  --button-primary-borderColor-disabled: #85cb97;
240
240
  --button-primary-shadow-selected: inset 0px 1px 0px 0px #00230b4d;
241
- --button-invisible-fgColor-rest: #023b95;
242
- --button-invisible-fgColor-hover: #67b3fd;
241
+ --button-invisible-fgColor-rest: #010409;
242
+ --button-invisible-fgColor-hover: #010409;
243
243
  --button-invisible-fgColor-disabled: #66707b;
244
244
  --button-invisible-iconColor-rest: #0e1116;
245
245
  --button-invisible-iconColor-hover: #ffffff;
@@ -805,8 +805,8 @@
805
805
  --button-primary-borderColor-active: #013d14;
806
806
  --button-primary-borderColor-disabled: #85cb97;
807
807
  --button-primary-shadow-selected: inset 0px 1px 0px 0px #00230b4d;
808
- --button-invisible-fgColor-rest: #023b95;
809
- --button-invisible-fgColor-hover: #67b3fd;
808
+ --button-invisible-fgColor-rest: #010409;
809
+ --button-invisible-fgColor-hover: #010409;
810
810
  --button-invisible-fgColor-disabled: #66707b;
811
811
  --button-invisible-iconColor-rest: #0e1116;
812
812
  --button-invisible-iconColor-hover: #ffffff;
@@ -238,8 +238,8 @@
238
238
  --button-primary-borderColor-active: #1f232826;
239
239
  --button-primary-borderColor-disabled: #92caff;
240
240
  --button-primary-shadow-selected: inset 0px 1px 0px 0px #0021554d;
241
- --button-invisible-fgColor-rest: #0969da;
242
- --button-invisible-fgColor-hover: #0969da;
241
+ --button-invisible-fgColor-rest: #1f2328;
242
+ --button-invisible-fgColor-hover: #1f2328;
243
243
  --button-invisible-fgColor-disabled: #8c959f;
244
244
  --button-invisible-iconColor-rest: #636c76;
245
245
  --button-invisible-iconColor-hover: #636c76;
@@ -805,8 +805,8 @@
805
805
  --button-primary-borderColor-active: #1f232826;
806
806
  --button-primary-borderColor-disabled: #92caff;
807
807
  --button-primary-shadow-selected: inset 0px 1px 0px 0px #0021554d;
808
- --button-invisible-fgColor-rest: #0969da;
809
- --button-invisible-fgColor-hover: #0969da;
808
+ --button-invisible-fgColor-rest: #1f2328;
809
+ --button-invisible-fgColor-hover: #1f2328;
810
810
  --button-invisible-fgColor-disabled: #8c959f;
811
811
  --button-invisible-iconColor-rest: #636c76;
812
812
  --button-invisible-iconColor-hover: #636c76;
@@ -238,8 +238,8 @@
238
238
  --button-primary-borderColor-active: #1f232826;
239
239
  --button-primary-borderColor-disabled: #95d8a6;
240
240
  --button-primary-shadow-selected: inset 0px 1px 0px 0px #002d114d;
241
- --button-invisible-fgColor-rest: #0969da;
242
- --button-invisible-fgColor-hover: #0969da;
241
+ --button-invisible-fgColor-rest: #1f2328;
242
+ --button-invisible-fgColor-hover: #1f2328;
243
243
  --button-invisible-fgColor-disabled: #8c959f;
244
244
  --button-invisible-iconColor-rest: #636c76;
245
245
  --button-invisible-iconColor-hover: #636c76;
@@ -805,8 +805,8 @@
805
805
  --button-primary-borderColor-active: #1f232826;
806
806
  --button-primary-borderColor-disabled: #95d8a6;
807
807
  --button-primary-shadow-selected: inset 0px 1px 0px 0px #002d114d;
808
- --button-invisible-fgColor-rest: #0969da;
809
- --button-invisible-fgColor-hover: #0969da;
808
+ --button-invisible-fgColor-rest: #1f2328;
809
+ --button-invisible-fgColor-hover: #1f2328;
810
810
  --button-invisible-fgColor-disabled: #8c959f;
811
811
  --button-invisible-iconColor-rest: #636c76;
812
812
  --button-invisible-iconColor-hover: #636c76;
@@ -7001,7 +7001,7 @@
7001
7001
  "path": ["button", "primary", "shadow", "selected"]
7002
7002
  },
7003
7003
  "button-invisible-fgColor-rest": {
7004
- "value": "#4493f8",
7004
+ "value": "#e6edf3",
7005
7005
  "$type": "color",
7006
7006
  "$extensions": {
7007
7007
  "org.primer.figma": {
@@ -7014,7 +7014,7 @@
7014
7014
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7015
7015
  "isSource": true,
7016
7016
  "original": {
7017
- "value": "{fgColor.accent}",
7017
+ "value": "{fgColor.default}",
7018
7018
  "$type": "color",
7019
7019
  "$extensions": {
7020
7020
  "org.primer.figma": {
@@ -7030,7 +7030,7 @@
7030
7030
  "path": ["button", "invisible", "fgColor", "rest"]
7031
7031
  },
7032
7032
  "button-invisible-fgColor-hover": {
7033
- "value": "#58a6ff",
7033
+ "value": "#e6edf3",
7034
7034
  "$type": "color",
7035
7035
  "$extensions": {
7036
7036
  "org.primer.figma": {
@@ -7043,7 +7043,7 @@
7043
7043
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7044
7044
  "isSource": true,
7045
7045
  "original": {
7046
- "value": "{base.color.blue.3}",
7046
+ "value": "{fgColor.default}",
7047
7047
  "$type": "color",
7048
7048
  "$extensions": {
7049
7049
  "org.primer.figma": {
@@ -7007,7 +7007,7 @@
7007
7007
  "path": ["button", "primary", "shadow", "selected"]
7008
7008
  },
7009
7009
  "button-invisible-fgColor-rest": {
7010
- "value": "#478be6",
7010
+ "value": "#c5d1de",
7011
7011
  "$type": "color",
7012
7012
  "$extensions": {
7013
7013
  "org.primer.figma": {
@@ -7020,7 +7020,7 @@
7020
7020
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7021
7021
  "isSource": true,
7022
7022
  "original": {
7023
- "value": "{fgColor.accent}",
7023
+ "value": "{fgColor.default}",
7024
7024
  "$type": "color",
7025
7025
  "$extensions": {
7026
7026
  "org.primer.figma": {
@@ -7036,7 +7036,7 @@
7036
7036
  "path": ["button", "invisible", "fgColor", "rest"]
7037
7037
  },
7038
7038
  "button-invisible-fgColor-hover": {
7039
- "value": "#539bf5",
7039
+ "value": "#c5d1de",
7040
7040
  "$type": "color",
7041
7041
  "$extensions": {
7042
7042
  "org.primer.figma": {
@@ -7049,7 +7049,7 @@
7049
7049
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7050
7050
  "isSource": true,
7051
7051
  "original": {
7052
- "value": "{base.color.blue.3}",
7052
+ "value": "{fgColor.default}",
7053
7053
  "$type": "color",
7054
7054
  "$extensions": {
7055
7055
  "org.primer.figma": {
@@ -7021,7 +7021,7 @@
7021
7021
  "path": ["button", "primary", "shadow", "selected"]
7022
7022
  },
7023
7023
  "button-invisible-fgColor-rest": {
7024
- "value": "#73b8ff",
7024
+ "value": "#fbfcfd",
7025
7025
  "$type": "color",
7026
7026
  "$extensions": {
7027
7027
  "org.primer.figma": {
@@ -7034,7 +7034,7 @@
7034
7034
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7035
7035
  "isSource": true,
7036
7036
  "original": {
7037
- "value": "{fgColor.accent}",
7037
+ "value": "{fgColor.default}",
7038
7038
  "$type": "color",
7039
7039
  "$extensions": {
7040
7040
  "org.primer.figma": {
@@ -7050,7 +7050,7 @@
7050
7050
  "path": ["button", "invisible", "fgColor", "rest"]
7051
7051
  },
7052
7052
  "button-invisible-fgColor-hover": {
7053
- "value": "#1e60d5",
7053
+ "value": "#fbfcfd",
7054
7054
  "$type": "color",
7055
7055
  "$extensions": {
7056
7056
  "org.primer.figma": {
@@ -7060,10 +7060,10 @@
7060
7060
  "scopes": ["fgColor"]
7061
7061
  }
7062
7062
  },
7063
- "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5",
7063
+ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7064
7064
  "isSource": true,
7065
7065
  "original": {
7066
- "value": "{base.color.blue.8}",
7066
+ "value": "{fgColor.default}",
7067
7067
  "$type": "color",
7068
7068
  "$extensions": {
7069
7069
  "org.primer.figma": {
@@ -7007,7 +7007,7 @@
7007
7007
  "path": ["button", "primary", "shadow", "selected"]
7008
7008
  },
7009
7009
  "button-invisible-fgColor-rest": {
7010
- "value": "#4493f8",
7010
+ "value": "#e6edf3",
7011
7011
  "$type": "color",
7012
7012
  "$extensions": {
7013
7013
  "org.primer.figma": {
@@ -7020,7 +7020,7 @@
7020
7020
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7021
7021
  "isSource": true,
7022
7022
  "original": {
7023
- "value": "{fgColor.accent}",
7023
+ "value": "{fgColor.default}",
7024
7024
  "$type": "color",
7025
7025
  "$extensions": {
7026
7026
  "org.primer.figma": {
@@ -7036,7 +7036,7 @@
7036
7036
  "path": ["button", "invisible", "fgColor", "rest"]
7037
7037
  },
7038
7038
  "button-invisible-fgColor-hover": {
7039
- "value": "#58a6ff",
7039
+ "value": "#e6edf3",
7040
7040
  "$type": "color",
7041
7041
  "$extensions": {
7042
7042
  "org.primer.figma": {
@@ -7049,7 +7049,7 @@
7049
7049
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7050
7050
  "isSource": true,
7051
7051
  "original": {
7052
- "value": "{base.color.blue.3}",
7052
+ "value": "{fgColor.default}",
7053
7053
  "$type": "color",
7054
7054
  "$extensions": {
7055
7055
  "org.primer.figma": {
@@ -7007,7 +7007,7 @@
7007
7007
  "path": ["button", "primary", "shadow", "selected"]
7008
7008
  },
7009
7009
  "button-invisible-fgColor-rest": {
7010
- "value": "#4493f8",
7010
+ "value": "#e6edf3",
7011
7011
  "$type": "color",
7012
7012
  "$extensions": {
7013
7013
  "org.primer.figma": {
@@ -7020,7 +7020,7 @@
7020
7020
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7021
7021
  "isSource": true,
7022
7022
  "original": {
7023
- "value": "{fgColor.accent}",
7023
+ "value": "{fgColor.default}",
7024
7024
  "$type": "color",
7025
7025
  "$extensions": {
7026
7026
  "org.primer.figma": {
@@ -7036,7 +7036,7 @@
7036
7036
  "path": ["button", "invisible", "fgColor", "rest"]
7037
7037
  },
7038
7038
  "button-invisible-fgColor-hover": {
7039
- "value": "#58a6ff",
7039
+ "value": "#e6edf3",
7040
7040
  "$type": "color",
7041
7041
  "$extensions": {
7042
7042
  "org.primer.figma": {
@@ -7049,7 +7049,7 @@
7049
7049
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7050
7050
  "isSource": true,
7051
7051
  "original": {
7052
- "value": "{base.color.blue.3}",
7052
+ "value": "{fgColor.default}",
7053
7053
  "$type": "color",
7054
7054
  "$extensions": {
7055
7055
  "org.primer.figma": {
@@ -6987,7 +6987,7 @@
6987
6987
  "path": ["button", "primary", "shadow", "selected"]
6988
6988
  },
6989
6989
  "button-invisible-fgColor-rest": {
6990
- "value": "#0969da",
6990
+ "value": "#1f2328",
6991
6991
  "$type": "color",
6992
6992
  "$extensions": {
6993
6993
  "org.primer.figma": {
@@ -7000,7 +7000,7 @@
7000
7000
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
7001
7001
  "isSource": true,
7002
7002
  "original": {
7003
- "value": "{fgColor.accent}",
7003
+ "value": "{fgColor.default}",
7004
7004
  "$type": "color",
7005
7005
  "$extensions": {
7006
7006
  "org.primer.figma": {
@@ -7016,7 +7016,7 @@
7016
7016
  "path": ["button", "invisible", "fgColor", "rest"]
7017
7017
  },
7018
7018
  "button-invisible-fgColor-hover": {
7019
- "value": "#0969da",
7019
+ "value": "#1f2328",
7020
7020
  "$type": "color",
7021
7021
  "$extensions": {
7022
7022
  "org.primer.figma": {
@@ -7029,7 +7029,7 @@
7029
7029
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
7030
7030
  "isSource": true,
7031
7031
  "original": {
7032
- "value": "{fgColor.accent}",
7032
+ "value": "{fgColor.default}",
7033
7033
  "$type": "color",
7034
7034
  "$extensions": {
7035
7035
  "org.primer.figma": {
@@ -7001,7 +7001,7 @@
7001
7001
  "path": ["button", "primary", "shadow", "selected"]
7002
7002
  },
7003
7003
  "button-invisible-fgColor-rest": {
7004
- "value": "#023b95",
7004
+ "value": "#010409",
7005
7005
  "$type": "color",
7006
7006
  "$extensions": {
7007
7007
  "org.primer.figma": {
@@ -7014,7 +7014,7 @@
7014
7014
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
7015
7015
  "isSource": true,
7016
7016
  "original": {
7017
- "value": "{fgColor.accent}",
7017
+ "value": "{fgColor.default}",
7018
7018
  "$type": "color",
7019
7019
  "$extensions": {
7020
7020
  "org.primer.figma": {
@@ -7030,7 +7030,7 @@
7030
7030
  "path": ["button", "invisible", "fgColor", "rest"]
7031
7031
  },
7032
7032
  "button-invisible-fgColor-hover": {
7033
- "value": "#67b3fd",
7033
+ "value": "#010409",
7034
7034
  "$type": "color",
7035
7035
  "$extensions": {
7036
7036
  "org.primer.figma": {
@@ -7040,10 +7040,10 @@
7040
7040
  "scopes": ["fgColor"]
7041
7041
  }
7042
7042
  },
7043
- "filePath": "src/tokens/functional/color/light/overrides/light.high-contrast.json5",
7043
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
7044
7044
  "isSource": true,
7045
7045
  "original": {
7046
- "value": "{base.color.blue.2}",
7046
+ "value": "{fgColor.default}",
7047
7047
  "$type": "color",
7048
7048
  "$extensions": {
7049
7049
  "org.primer.figma": {
@@ -6983,7 +6983,7 @@
6983
6983
  "path": ["button", "primary", "shadow", "selected"]
6984
6984
  },
6985
6985
  "button-invisible-fgColor-rest": {
6986
- "value": "#0969da",
6986
+ "value": "#1f2328",
6987
6987
  "$type": "color",
6988
6988
  "$extensions": {
6989
6989
  "org.primer.figma": {
@@ -6996,7 +6996,7 @@
6996
6996
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
6997
6997
  "isSource": true,
6998
6998
  "original": {
6999
- "value": "{fgColor.accent}",
6999
+ "value": "{fgColor.default}",
7000
7000
  "$type": "color",
7001
7001
  "$extensions": {
7002
7002
  "org.primer.figma": {
@@ -7012,7 +7012,7 @@
7012
7012
  "path": ["button", "invisible", "fgColor", "rest"]
7013
7013
  },
7014
7014
  "button-invisible-fgColor-hover": {
7015
- "value": "#0969da",
7015
+ "value": "#1f2328",
7016
7016
  "$type": "color",
7017
7017
  "$extensions": {
7018
7018
  "org.primer.figma": {
@@ -7025,7 +7025,7 @@
7025
7025
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
7026
7026
  "isSource": true,
7027
7027
  "original": {
7028
- "value": "{fgColor.accent}",
7028
+ "value": "{fgColor.default}",
7029
7029
  "$type": "color",
7030
7030
  "$extensions": {
7031
7031
  "org.primer.figma": {
@@ -6983,7 +6983,7 @@
6983
6983
  "path": ["button", "primary", "shadow", "selected"]
6984
6984
  },
6985
6985
  "button-invisible-fgColor-rest": {
6986
- "value": "#0969da",
6986
+ "value": "#1f2328",
6987
6987
  "$type": "color",
6988
6988
  "$extensions": {
6989
6989
  "org.primer.figma": {
@@ -6996,7 +6996,7 @@
6996
6996
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
6997
6997
  "isSource": true,
6998
6998
  "original": {
6999
- "value": "{fgColor.accent}",
6999
+ "value": "{fgColor.default}",
7000
7000
  "$type": "color",
7001
7001
  "$extensions": {
7002
7002
  "org.primer.figma": {
@@ -7012,7 +7012,7 @@
7012
7012
  "path": ["button", "invisible", "fgColor", "rest"]
7013
7013
  },
7014
7014
  "button-invisible-fgColor-hover": {
7015
- "value": "#0969da",
7015
+ "value": "#1f2328",
7016
7016
  "$type": "color",
7017
7017
  "$extensions": {
7018
7018
  "org.primer.figma": {
@@ -7025,7 +7025,7 @@
7025
7025
  "filePath": "src/tokens/functional/color/light/patterns-light.json5",
7026
7026
  "isSource": true,
7027
7027
  "original": {
7028
- "value": "{fgColor.accent}",
7028
+ "value": "{fgColor.default}",
7029
7029
  "$type": "color",
7030
7030
  "$extensions": {
7031
7031
  "org.primer.figma": {
@@ -4883,22 +4883,6 @@
4883
4883
  "group": "component (internal)",
4884
4884
  "scopes": ["TEXT_FILL", "SHAPE_FILL"]
4885
4885
  },
4886
- {
4887
- "name": "button/invisible/fgColor/hover",
4888
- "value": {
4889
- "r": 0.34509803921568627,
4890
- "g": 0.6509803921568628,
4891
- "b": 1,
4892
- "a": 1
4893
- },
4894
- "type": "COLOR",
4895
- "refId": "mode/button/invisible/fgColor/hover",
4896
- "reference": "base/color/dark/base/color/blue/3",
4897
- "collection": "mode",
4898
- "mode": "dark colorblind",
4899
- "group": "component (internal)",
4900
- "scopes": ["TEXT_FILL", "SHAPE_FILL"]
4901
- },
4902
4886
  {
4903
4887
  "name": "button/primary/shadow/selected/offsetX",
4904
4888
  "value": 0,
@@ -8367,17 +8351,33 @@
8367
8351
  "group": "component (internal)",
8368
8352
  "scopes": ["TEXT_FILL", "SHAPE_FILL"]
8369
8353
  },
8354
+ {
8355
+ "name": "button/invisible/fgColor/hover",
8356
+ "value": {
8357
+ "r": 0.9019607843137255,
8358
+ "g": 0.9294117647058824,
8359
+ "b": 0.9529411764705882,
8360
+ "a": 1
8361
+ },
8362
+ "type": "COLOR",
8363
+ "refId": "mode/button/invisible/fgColor/hover",
8364
+ "reference": "mode/fgColor/default",
8365
+ "collection": "mode",
8366
+ "mode": "dark colorblind",
8367
+ "group": "component (internal)",
8368
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
8369
+ },
8370
8370
  {
8371
8371
  "name": "button/invisible/fgColor/rest",
8372
8372
  "value": {
8373
- "r": 0.26666666666666666,
8374
- "g": 0.5764705882352941,
8375
- "b": 0.9725490196078431,
8373
+ "r": 0.9019607843137255,
8374
+ "g": 0.9294117647058824,
8375
+ "b": 0.9529411764705882,
8376
8376
  "a": 1
8377
8377
  },
8378
8378
  "type": "COLOR",
8379
8379
  "refId": "mode/button/invisible/fgColor/rest",
8380
- "reference": "mode/fgColor/accent",
8380
+ "reference": "mode/fgColor/default",
8381
8381
  "collection": "mode",
8382
8382
  "mode": "dark colorblind",
8383
8383
  "group": "component (internal)",