Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/qs-and-browser-syn…
Browse files Browse the repository at this point in the history
…c-6.11.1
  • Loading branch information
itsminadesu committed Jul 26, 2023
2 parents 44f8749 + 6172a72 commit 3db6257
Show file tree
Hide file tree
Showing 62 changed files with 1,612 additions and 1,043 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Create CNAME file to apply custom domain
run: echo 'a11y-guidelines.ameba.design' > public/CNAME
- name: Upload artifacts
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: public
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- run: npm ci
- run: npm run lint
- run: npm run build
- uses: treosh/lighthouse-ci-action@v9
- uses: treosh/lighthouse-ci-action@v10
2 changes: 1 addition & 1 deletion .github/workflows/visual-regression-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: '16.x'
- id: npm-cache-dir
run: echo "::set-output name=dir::$(npm config get cache)"
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
- id: npm-cache
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.17.1
16.20.1
2,612 changes: 1,588 additions & 1,024 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,35 @@
"version": "0.0.0",
"author": "CyberAgent, Inc.",
"dependencies": {
"@openameba/spindle-icons": "^0.29.0",
"@openameba/spindle-syntax-themes": "^0.5.0",
"@openameba/spindle-icons": "^0.33.0",
"@openameba/spindle-syntax-themes": "^0.8.0",
"ameba-color-palette.css": "github:openameba/ameba-color-palette.css#feature/dark-mode",
"postcss": "^8.2.6"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"@openameba/textlint-rule-preset-ameba": "^0.2.0",
"@openameba/textlint-rule-preset-ameba": "^0.4.0",
"autoprefixer": "^10.0.0",
"bin-wrapper": "^4.1.0",
"cssnano": "^5.0.0",
"cssnano": "^6.0.0",
"husky": "^8.0.0",
"lint-staged": "^13.0.0",
"markdown-it-anchor": "^8.4.1",
"npm-run-all": "^4.1.5",
"postcss-cli": "^10.0.0",
"postcss-custom-properties": "^12.0.0",
"postcss-import": "^14.0.0",
"postcss-custom-properties": "^13.0.0",
"postcss-import": "^15.0.0",
"postcss-single-charset": "^2.0.0",
"prettier": "^2.2.1",
"textlint": "^12.1.1",
"prettier": "^3.0.0",
"textlint": "^13.0.0",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-rule-preset-japanese": "^7.0.0",
"textlint-rule-preset-japanese": "^8.0.0",
"textlint-rule-preset-jtf-style": "^2.3.12",
"textlint-rule-prh": "^5.3.0"
},
"engines": {
"node": "16.17.1",
"yarn": "0.0.0"
"node": "16.20.1",
"yarn": "1.22.19"
},
"keywords": [
"accessibility"
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/partials/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{{ end }}

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@ameba_official">
<meta name="twitter:site" content="@AmebaA11Y">

<meta name="color-scheme" content="light dark">

Expand Down
2 changes: 1 addition & 1 deletion src/_includes/partials/meta.njk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<meta property="og:site_name" content="{{ site.title }}">

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@ameba_official">
<meta name="twitter:site" content="@AmebaA11Y">

<meta name="color-scheme" content="light dark">

Expand Down
Binary file modified src/img/ogp/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_1.1.1.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_1.2.1.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_1.3.1.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_1.3.2.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_1.3.3.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_1.3.4.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_1.3.5.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_1.4.1.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_1.4.10.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_1.4.13.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_1.4.2.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_1.4.3.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_1.4.4.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_1.4.7.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_1.4.8.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_2.1.1.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_2.1.2.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_2.1.4.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_2.2.1.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_2.2.2.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_2.2.4.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_2.3.1.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_2.3.3.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_2.4.1.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/ogp/ogp_2.4.10.png
100755 → 100644
Binary file modified src/img/ogp/ogp_2.4.2.png
100755 → 100644
Binary file modified src/img/ogp/ogp_2.4.3.png
100755 → 100644
Binary file modified src/img/ogp/ogp_2.4.4.png
100755 → 100644
Binary file modified src/img/ogp/ogp_2.4.5.png
100755 → 100644
Binary file modified src/img/ogp/ogp_2.4.6.png
100755 → 100644
Binary file modified src/img/ogp/ogp_2.4.7.png
100755 → 100644
Binary file modified src/img/ogp/ogp_2.4.8.png
100755 → 100644
Binary file modified src/img/ogp/ogp_2.5.1.png
100755 → 100644
Binary file modified src/img/ogp/ogp_2.5.2.png
100755 → 100644
Binary file modified src/img/ogp/ogp_2.5.3.png
100755 → 100644
Binary file modified src/img/ogp/ogp_2.5.4.png
100755 → 100644
Binary file modified src/img/ogp/ogp_2.5.5.png
Binary file modified src/img/ogp/ogp_3.1.1.png
100755 → 100644
Binary file modified src/img/ogp/ogp_3.1.3.png
100755 → 100644
Binary file modified src/img/ogp/ogp_3.1.5.png
100755 → 100644
Binary file modified src/img/ogp/ogp_3.2.1.png
100755 → 100644
Binary file modified src/img/ogp/ogp_3.2.2.png
100755 → 100644
Binary file modified src/img/ogp/ogp_3.2.3.png
100755 → 100644
Binary file modified src/img/ogp/ogp_3.2.4.png
100755 → 100644
Binary file modified src/img/ogp/ogp_3.3.1.png
100755 → 100644
Binary file modified src/img/ogp/ogp_3.3.2.png
100755 → 100644
Binary file modified src/img/ogp/ogp_3.3.3.png
100755 → 100644
Binary file modified src/img/ogp/ogp_3.3.4.png
100755 → 100644
Binary file modified src/img/ogp/ogp_3.3.5.png
100755 → 100644
Binary file modified src/img/ogp/ogp_4.1.1.png
100755 → 100644
Binary file modified src/img/ogp/ogp_4.1.2.png
100755 → 100644
Binary file modified src/img/ogp/ogp_4.1.3.png
100755 → 100644
9 changes: 7 additions & 2 deletions src/styles/common/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
*/
html {
box-sizing: border-box;
font-family: Meiryo, 'Yu Gothic Medium', system-ui, -apple-system,
BlinkMacSystemFont, sans-serif;
font-family:
Meiryo,
'Yu Gothic Medium',
system-ui,
-apple-system,
BlinkMacSystemFont,
sans-serif;
line-height: 1.5;
scroll-padding-top: 1.5em;
}
Expand Down

0 comments on commit 3db6257

Please sign in to comment.