File tree 7 files changed +20
-10
lines changed
7 files changed +20
-10
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @primer/css " : patch
3
+ ---
4
+
5
+ Updating [ @primer/primitives @6.0.0] ( https://github.com/primer/primitives/releases/tag/v6.0.0 )
Original file line number Diff line number Diff line change 17
17
"@primer/gatsby-theme-doctocat" : " 2.0.0" ,
18
18
"@primer/octicons" : " 16.1.0" ,
19
19
"@primer/octicons-react" : " 16.0.0" ,
20
- "@primer/primitives" : " 5.1 .0" ,
20
+ "@primer/primitives" : " 6.0 .0" ,
21
21
"@svgr/webpack" : " 5.5.0" ,
22
22
"autoprefixer" : " 10.3.7" ,
23
23
"babel-preset-gatsby" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 2048
2048
resolved "https://registry.yarnpkg.com/@primer/primitives/-/primitives-5.1.0.tgz#698ad3a173f3a1d7090651cce0a7088e4b93da39"
2049
2049
integrity sha512-pW8DIh6rZV0/R7lxHnVRJ/tdN4kDVSpAtdcCecxKsvtgK5d9haekt3ERpM6i93xKwB5CJYy9ouuC9C0UqWPI0A==
2050
2050
2051
+
2052
+ version "6.0.0"
2053
+ resolved "https://registry.yarnpkg.com/@primer/primitives/-/primitives-6.0.0.tgz#a360f2b97f50a8918ef07c2257f0ea4dde8dfec0"
2054
+ integrity sha512-idupwQC7vpMki4G2HBpQqTAD6MusFkipgfNXxETQ1D4yLkMQ1bMuif09dnHB7bhQBO5pXUFt52LMpPAnM5Zv4w==
2055
+
2051
2056
2052
2057
version "0.0.14"
2053
2058
resolved "https://registry.yarnpkg.com/@radix-ui/react-polymorphic/-/react-polymorphic-0.0.14.tgz#fc6cefee6686db8c5a7ff14c8c1b9b5abdee325b"
Original file line number Diff line number Diff line change 35
35
"storybook" : " cd docs && yarn && yarn storybook"
36
36
},
37
37
"dependencies" : {
38
- "@primer/primitives" : " ^5.1 .0"
38
+ "@primer/primitives" : " 6.0 .0"
39
39
},
40
40
"devDependencies" : {
41
41
"@changesets/changelog-github" : " 0.4.1" ,
Original file line number Diff line number Diff line change 1
1
@import " ../../support/index.scss" ;
2
2
3
- @import " @primer/primitives/dist/scss/colors/_dark_protanopia .scss" ;
3
+ @import " @primer/primitives/dist/scss/colors/_dark_colorblind .scss" ;
4
4
5
5
@include color-mode-theme (dark_colorblind) {
6
- @include primer-colors-dark_protanopia ;
6
+ @include primer-colors-dark_colorblind ;
7
7
}
Original file line number Diff line number Diff line change 1
1
@import " ../../support/index.scss" ;
2
2
3
- @import " @primer/primitives/dist/scss/colors/_light_protanopia .scss" ;
3
+ @import " @primer/primitives/dist/scss/colors/_light_colorblind .scss" ;
4
4
5
5
@include color-mode-theme (light_colorblind) {
6
- @include primer-colors-light_protanopia ;
6
+ @include primer-colors-light_colorblind ;
7
7
}
Original file line number Diff line number Diff line change 968
968
" @nodelib/fs.scandir" " 2.1.5"
969
969
fastq "^1.6.0"
970
970
971
- " @primer/primitives@^5.1 .0 " :
972
- version "5.1 .0"
973
- resolved "https://registry.yarnpkg.com/@primer/primitives/-/primitives-5.1 .0.tgz#698ad3a173f3a1d7090651cce0a7088e4b93da39 "
974
- integrity sha512-pW8DIh6rZV0/R7lxHnVRJ/tdN4kDVSpAtdcCecxKsvtgK5d9haekt3ERpM6i93xKwB5CJYy9ouuC9C0UqWPI0A ==
971
+ " @primer/primitives@6.0 .0 " :
972
+ version "6.0 .0"
973
+ resolved "https://registry.yarnpkg.com/@primer/primitives/-/primitives-6.0 .0.tgz#a360f2b97f50a8918ef07c2257f0ea4dde8dfec0 "
974
+ integrity sha512-idupwQC7vpMki4G2HBpQqTAD6MusFkipgfNXxETQ1D4yLkMQ1bMuif09dnHB7bhQBO5pXUFt52LMpPAnM5Zv4w ==
975
975
976
976
977
977
version "12.0.1"
You can’t perform that action at this time.
0 commit comments