File tree Expand file tree Collapse file tree 6 files changed +978
-1264
lines changed
packages/gatsby-theme-iterative Expand file tree Collapse file tree 6 files changed +978
-1264
lines changed Original file line number Diff line number Diff line change 2525 " packages/*"
2626 ],
2727 "devDependencies" : {
28- "@typescript-eslint/eslint-plugin" : " 5.55 .0" ,
29- "@typescript-eslint/parser" : " 5.55 .0" ,
28+ "@typescript-eslint/eslint-plugin" : " 5.56 .0" ,
29+ "@typescript-eslint/parser" : " 5.56 .0" ,
3030 "eslint" : " ^8.34.0" ,
31- "eslint-config-prettier" : " 8.7 .0" ,
31+ "eslint-config-prettier" : " 8.8 .0" ,
3232 "eslint-plugin-json" : " 3.1.0" ,
3333 "eslint-plugin-jsx-a11y" : " 6.7.1" ,
3434 "eslint-plugin-prettier" : " 4.2.1" ,
3535 "eslint-plugin-react" : " 7.32.2" ,
3636 "gatsby-plugin-postcss" : " ^6.4.0" ,
3737 "husky" : " 8.0.3" ,
3838 "lint-staged" : " 13.2.0" ,
39- "prettier" : " 2.8.4 " ,
39+ "prettier" : " 2.8.7 " ,
4040 "stylelint" : " ^15.1.0" ,
41- "stylelint-config-standard" : " 30 .0.1 "
41+ "stylelint-config-standard" : " ^31 .0.0 "
4242 }
4343}
Original file line number Diff line number Diff line change 11{
22 "name" : " @dvcorg/gatsby-theme-iterative" ,
3- "version" : " 0.3.3 " ,
3+ "version" : " 0.3.4 " ,
44 "description" : " " ,
55 "main" : " index.js" ,
66 "types" : " src/typings.d.ts" ,
1313 "@reach/portal" : " ^0.18.0" ,
1414 "@reach/skip-nav" : " ^0.18.0" ,
1515 "@sentry/gatsby" : " ^7.31.1" ,
16- "@svgr/webpack" : " ^6.2.1 " ,
16+ "@svgr/webpack" : " ^7.0.0 " ,
1717 "@types/gatsbyjs__reach-router" : " ^2.0.0" ,
1818 "@types/isomorphic-fetch" : " ^0.0.36" ,
1919 "@types/promise-polyfill" : " ^6.0.4" ,
7777 "devDependencies" : {
7878 "@types/hast" : " 2.3.4" ,
7979 "eslint" : " 8.36.0" ,
80- "typescript" : " 4.9.5 "
80+ "typescript" : " 5.0.2 "
8181 },
8282 "peerDependencies" : {
8383 "gatsby" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 3939 & .opened {
4040 content : '' ;
4141 position : fixed;
42- top : 0 ;
43- left : 0 ;
44- bottom : 0 ;
45- right : 0 ;
42+ inset : 0 ;
4643 z-index : 1 ;
4744 opacity : 1 ;
4845 pointer-events : all;
Original file line number Diff line number Diff line change 1111 transform : translateX (100% );
1212 transition : transform 0.4s ease, visibility 0.4s ;
1313 will-change : transform;
14- left : 0 ;
15- right : 0 ;
16- top : 0 ;
17- bottom : 0 ;
14+ inset : 0 ;
1815 background-color : var (--color-gray-hover );
1916 color : # fff ;
2017 overflow-y : auto;
Original file line number Diff line number Diff line change 3535 & ::before {
3636 position : absolute;
3737 content : '' ;
38- top : 0 ;
39- right : 0 ;
40- bottom : 0 ;
41- left : 0 ;
38+ inset : 0 ;
4239 z-index : -1 ;
4340 opacity : 0 ;
4441 border-radius : 100px ;
You can’t perform that action at this time.
0 commit comments