@cardenelabs/cdl 0.5.0 → 0.6.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.
package/README.md CHANGED
@@ -251,12 +251,12 @@ cdl は形だけを描き、 色や影は持たない (geometry only、 style
251
251
 
252
252
  明暗の切替は consumer 側の仕組み (`html` の class 等) で行う = cdl は明暗の概念を持たない。
253
253
 
254
- **`CdlRole` 型は実装にある role の全部ではない**。 実装には 33 種の role があり、
255
- 型に載っているのは 13 種。 残り 20 種 (`chart-line` / `tree-edge` / `funnel-stage` /
254
+ **`CdlRole` 型は実装にある role の全部ではない**。 実装には 32 種の role があり、
255
+ 型に載っているのは 12 種。 残り 20 種 (`chart-line` / `tree-edge` / `funnel-stage` /
256
256
  `edge-glow` 等) は型を持たないが、 属性は付くので selector は書ける。
257
257
 
258
258
  型の内外は「共通か kind 固有か」 では分かれていない (共通の描画で使う `edge-glow` が型の外に
259
- あり、 放射状の図でしか使わない `mind-radial-halo` が型の中にある)。 **型に載っているかどうかは
259
+ あり、 枝分かれ図でしか使わない `mind-edge` も型の外にある)。 **型に載っているかどうかは
260
260
  selector を書けるかとは無関係**なので、 一覧が要る時は source を `data-cdl-role=` で検索する。
261
261
 
262
262
  role が付かない小さな部品もある (kind が自前で描く目盛や軸など)。 それらは CSS 変数で色を渡す。