@mew-lab/a11y-cli 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,9 +2,13 @@
2
2
 
3
3
  writer: Claude Code
4
4
 
5
+ [![npm](https://img.shields.io/npm/v/@mew-lab/a11y-cli.svg)](https://www.npmjs.com/package/@mew-lab/a11y-cli)
6
+
5
7
  WAI-ARIA APG パターンと WCAG 2.2 のアクセシビリティ観点を、コマンドラインと JSON で引けるツールです。
6
8
  [a11y.mew-lab.com](https://a11y.mew-lab.com) と同じ知識(日本語)を、エディタの手元や AI エージェントから参照できます。
7
9
 
10
+ 📦 npm: https://www.npmjs.com/package/@mew-lab/a11y-cli
11
+
8
12
  ## インストール
9
13
 
10
14
  ```sh
@@ -74,7 +78,7 @@ import { patternDetail, wcagDetail, search } from '@mew-lab/a11y-cli/api';
74
78
  const { data } = patternDetail('dialog-modal'); // { type, data } を返す。CLI と同じロジック
75
79
  ```
76
80
 
77
- ## データの出どころ
81
+ ## データについて
78
82
 
79
- すべての観点データは [`@mew-lab/a11y-core`](../core) に一元化されています(唯一の真実)。
80
- Web サイトと CLI は同じ core を参照するため、内容が食い違いません。
83
+ 掲載している観点は [a11y.mew-lab.com](https://a11y.mew-lab.com) と同じ内容です。
84
+ APG を参考にした非公式の日本語解説のため、正確な仕様は必ず[原文](https://www.w3.org/WAI/ARIA/apg/)をご確認ください。
package/dist/api.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  search,
6
6
  wcagDetail,
7
7
  wcagList
8
- } from "./chunk-Y6KJQSVY.js";
8
+ } from "./chunk-Q5KNFZTF.js";
9
9
  export {
10
10
  checklist,
11
11
  patternDetail,
@@ -14,4 +14,3 @@ export {
14
14
  wcagDetail,
15
15
  wcagList
16
16
  };
17
- //# sourceMappingURL=api.js.map