ksk-design-system 1.52.0 → 1.53.0

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "meta": {
3
3
  "name": "KSK Design System — Component Contracts",
4
- "version": "1.52.0",
4
+ "version": "1.53.0",
5
5
  "description": "全コンポーネントの構造化定義。バリアント・アクセシビリティ要件・使用ルールを機械可読形式で管理。",
6
6
  "counts": {
7
7
  "ui": 67,
@@ -244,7 +244,8 @@
244
244
  "description": "チェックボックス。label/description/count を渡すと自動で行型レイアウトに(filter sidebar 型)。",
245
245
  "variants": [],
246
246
  "accessibility": [
247
- "Must pair with <Label>"
247
+ "Must pair with <Label>",
248
+ "native (src/native/components/CheckboxField.tsx, RadioGroup.tsx): accessibilityState に加え aria-checked / aria-disabled を既定で併記する(react-native-web 0.21 は accessibilityState を aria-* へ変換しないため。RN peerDependency >=0.74.0 の aria-* props を直接渡す)。行内の装飾用インナー Checkbox/丸印は aria-hidden も併記して二重の role=checkbox/radio を防ぐ"
248
249
  ],
249
250
  "rules": [
250
251
  "label を渡すと <label> でラップされ行全体がクリッカブルになる",
@@ -780,7 +781,8 @@
780
781
  ],
781
782
  "accessibility": [
782
783
  "role=\"status\"",
783
- "aria-label=\"読み込み中\""
784
+ "aria-label=\"読み込み中\"",
785
+ "native (src/native/components/Spinner.tsx): label prop(既定 \"読み込み中\")を持ち、accessibilityLabel / aria-label の両方に既定で渡す。呼び出し側の明示値が優先される"
784
786
  ],
785
787
  "rules": [
786
788
  "--Brand-Primary 色で回転"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "meta": {
3
3
  "name": "KSK Design System — Semantic Token Hex Cache",
4
- "version": "1.52.0",
4
+ "version": "1.53.0",
5
5
  "description": "semantic / semanticDark トークン(var(--Primitive-*) 参照)を実 hex に解決したサイドカー生成物。hex はデフォルト(Blue)テーマでの解決値であり、Brand 系(meta.themeDependentKeys に列挙)はテーマ差し替え(orange/green/violet 等)で実色が変わる。テーマ別の完全解決値は `ksk-design-system/native` エクスポート(バンドル済み native トークンモジュール)の themes を参照。tokens.json 本体のスキーマは変更せず、AI がこのファイルだけで実色を把握できるようにし、primitive 値の変更による semantic 実色のドリフトを --check で機械検出する。",
6
6
  "generatedBy": "scripts/generate-token-hex-cache.mjs",
7
7
  "theme": "default",