Skip to content

Commit

Permalink
Updating @primer/stylelint-config and @primer/primitives (#1631)
Browse files Browse the repository at this point in the history
* Updating @primer/stylelint-config and @primer/primitives

* Create late-crabs-flash.md
  • Loading branch information
jonrohan authored Oct 1, 2021
1 parent 4d00d51 commit 5f3689b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-crabs-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Updating @primer/stylelint-config and @primer/primitives to 5.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"release": "changeset publish"
},
"dependencies": {
"@primer/primitives": "^5.0.0-rc.8de08c0"
"@primer/primitives": "^5.0.0"
},
"devDependencies": {
"@changesets/changelog-github": "0.4.1",
"@changesets/cli": "2.17.0",
"@github/prettier-config": "0.0.4",
"@koddsson/postcss-sass": "5.0.0",
"@primer/stylelint-config": "12.0.0",
"@primer/stylelint-config": "12.0.1",
"autoprefixer": "10.3.6",
"cssstats": "4.0.2",
"eslint": "7.32.0",
Expand Down
2 changes: 1 addition & 1 deletion src/marketing/type/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
font-size: $h4-size;
line-height: 1.4;
color: var(--color-color-text-secondary);
border-left: 3px solid var(--color-border-primary);
border-left: 3px solid var(--color-border-default);

@include breakpoint(md) {
padding-left: $spacer * 1.5;
Expand Down
2 changes: 1 addition & 1 deletion src/support/mixins/misc.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Generate a two-color caret for any element.
@mixin double-caret($background: var(--color-bg-primary), $border: var(--color-border-primary)) {
@mixin double-caret($background: var(--color-canvas-default), $border: var(--color-border-default)) {
&::after,
&::before {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion src/support/variables/misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Border
$border-width: 1px !default;
$border-style: solid !default;
$border: $border-width $border-style var(--color-border-primary) !default;
$border: $border-width $border-style var(--color-border-default) !default;

// Border Radius
$border-radius-1: 4px !default;
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -968,15 +968,15 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@primer/primitives@^5.0.0-rc.8de08c0":
version "5.0.0-rc.8de08c0"
resolved "https://registry.yarnpkg.com/@primer/primitives/-/primitives-5.0.0-rc.8de08c0.tgz#b85825eb55d8b364ca31cb573e66e2caae63137a"
integrity sha512-4qjGx4ec3FuAU/7sKjsVzDXMM8ZbFW/VstxmCwaraN6hXfgruZrGY0HlEuhzor0xenhdbxMZllsPoz6FxFIxNQ==

"@primer/[email protected].0":
version "12.0.0"
resolved "https://registry.yarnpkg.com/@primer/stylelint-config/-/stylelint-config-12.0.0.tgz#33648ca2d630e9f93744fb3a311e245cd4d5b666"
integrity sha512-BnuyuE3kkJYQhCUUFF3iotODB6l2/79zdTjLhkypYN2ctbTCnpdZs2JJiyLo2WGt/VPj6tQy+n8db+wcvq+w8w==
"@primer/primitives@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@primer/primitives/-/primitives-5.0.0.tgz#20e5e7aae0464093f4742f5947c332cbcbc68edd"
integrity sha512-g2omeDBgfE5Q6+BQxPaflz5/shCFNjPvfpzphQMpeqIeSrV9boFyicLq7/Rd3WdsDvIMIsMCC1lWZE9JyEhR3w==

"@primer/[email protected].1":
version "12.0.1"
resolved "https://registry.yarnpkg.com/@primer/stylelint-config/-/stylelint-config-12.0.1.tgz#da3dfd3a302e50b393bc23521a36525af6fbc743"
integrity sha512-HJDkSCGk83MujAu1IxB7/aXcxYqdMahgRWRLwC57vCfpR1zrTKuGC1F0ZsdSp4iigZ9yiR0BGo+xkby8lHfYOg==
dependencies:
anymatch "^3.1.1"
globby "^11.0.1"
Expand Down

0 comments on commit 5f3689b

Please sign in to comment.