1
1
mirror of https://github.com/primer/css.git synced 2024-11-23 03:10:10 +03:00

Version Packages (#1509)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
GitHub Design Systems Bot 2021-07-27 17:06:48 -07:00 committed by GitHub
parent a4829a3f7d
commit 476b666171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 16 deletions

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Fix form tooltip transparency

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Adding focus outline to the invisible buttons `.btn-invisible` and `.close-button`.

View File

@ -1,5 +0,0 @@
---
"@primer/css": minor
---
Creating `.Header-input` class for dark header inputs. This `Header-input` will be used with a `form-control` class.

View File

@ -1,5 +1,17 @@
# @primer/css
## 17.5.0
### Minor Changes
- [#1506](https://github.com/primer/css/pull/1506) [`13cda226`](https://github.com/primer/css/commit/13cda22638cefe6847b1d718ba87a3f62a8ec3bb) Thanks [@jonrohan](https://github.com/jonrohan)! - Creating `.Header-input` class for dark header inputs. This `Header-input` will be used with a `form-control` class.
### Patch Changes
- [#1507](https://github.com/primer/css/pull/1507) [`30523d64`](https://github.com/primer/css/commit/30523d6436e7ea06fa511fa9ba8407429e667b42) Thanks [@simurai](https://github.com/simurai)! - Fix form tooltip transparency
* [#1510](https://github.com/primer/css/pull/1510) [`d1ea5c2c`](https://github.com/primer/css/commit/d1ea5c2c738ae4763dadf7994a9e78c196842bc3) Thanks [@jonrohan](https://github.com/jonrohan)! - Adding focus outline to the invisible buttons `.btn-invisible` and `.close-button`.
## 17.4.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@primer/css",
"version": "17.4.0",
"version": "17.5.0",
"description": "The CSS implementation of GitHub's Primer Design System",
"homepage": "https://primer.style/css",
"author": "GitHub, Inc.",