@primer/css 22.0.2 → 22.1.0-rc.13908e38

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.
@@ -85,8 +85,9 @@ textarea.form-control {
85
85
  }
86
86
 
87
87
  // Inputs with contrast for easy light gray backgrounds against white.
88
+ // changing the value to default as to not remove the class all together, but deprecate the visual distinction for "contrast"
88
89
  .input-contrast {
89
- background-color: var(--bgColor-muted, var(--color-canvas-inset));
90
+ background-color: var(--bgColor-default);
90
91
 
91
92
  &:focus {
92
93
  background-color: var(--bgColor-default, var(--color-canvas-default));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/css",
3
- "version": "22.0.2",
3
+ "version": "22.1.0-rc.13908e38",
4
4
  "description": "The CSS implementation of GitHub's Primer Design System",
5
5
  "homepage": "https://primer.style/css",
6
6
  "author": "GitHub, Inc.",