Skip to content

Commit

Permalink
Merge branch 'main' into sizeStackFigmaExport
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann authored Nov 22, 2023
2 parents 6275014 + f9d3fed commit c77419f
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @primer/primitives

## 7.15.3

### Patch Changes

- [#778](https://github.com/primer/primitives/pull/778) [`f546c45`](https://github.com/primer/primitives/commit/f546c45c910f92d4a2ec803d78508f476b30375b) Thanks [@mperrotti](https://github.com/mperrotti)! - Updates inactive button text colors to meet contrast against the inactive button background color.

## 7.15.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion data/colors/vars/component_dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default {

inactive: {
bg: get('scale.gray.7'),
text: get('fg.muted'),
text: get('scale.gray.3'),
}
},
underlinenav: {
Expand Down
2 changes: 1 addition & 1 deletion data/colors/vars/component_light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default {

inactive: {
bg: get('scale.gray.1'),
text: get('fg.muted'),
text: get('scale.gray.6'),
}
},
underlinenav: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/primitives",
"version": "7.15.2",
"version": "7.15.3",
"description": "Typography, spacing, and color primitives for Primer design system",
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/functional/color/dark/patterns-dark.json5
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@
inactive: {
fgColor: {
rest: {
$value: '{fgColor.muted}',
$value: '{base.color.gray.3}',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/functional/color/light/patterns-light.json5
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,7 @@
inactive: {
fgColor: {
rest: {
$value: '{fgColor.muted}',
$value: '{base.color.gray.6}',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand Down

0 comments on commit c77419f

Please sign in to comment.