@labpics/colors 0.6.1 → 0.6.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@labpics/colors",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Framework-agnostic contrast engine: resolve accessible, perceptually-anchored colour roles for any background. WASM core, zero runtime dependencies.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -137,6 +137,7 @@ export type RoleRecipe =
137
137
  | { kind: "ladder"; source: LadderSource; position: string }
138
138
  | { kind: "glow"; source: LadderSource; step: "subtle" | "base" | "bloom" }
139
139
  | { kind: "pair-fill"; source: LadderSource }
140
+ | { kind: "pair-label"; source: LadderSource; fraction: number; floor: "aa-text" | "aa-ui" | "none" }
140
141
  | { kind: "alpha-analog"; of: LadderSource; alpha: number }
141
142
  | { kind: "zero" };
142
143
 
Binary file