@pushwoosh/rpc-gateway-ai-assistant 0.1.225 → 0.1.226

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": "@pushwoosh/rpc-gateway-ai-assistant",
3
- "version": "0.1.225",
3
+ "version": "0.1.226",
4
4
  "description": "AI Assistant api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -166,7 +166,7 @@ export type VibeMeta = {
166
166
  export type VibeTheme = {
167
167
  /**
168
168
  * Design-token palette keyed by semantic role (background, surface, text,
169
- * text-secondary, accent, text-on-accent, border, link). Free-form
169
+ * heading, text-secondary, accent, text-on-accent, border, link). Free-form
170
170
  * string keys — no key is guaranteed present. Any color-typed prop value
171
171
  * (block props, attributes, block_variants, settings.background) may
172
172
  * reference an entry by token: "$accent" means colors["accent"], resolved
@@ -420,7 +420,7 @@ export interface VibeMlService {
420
420
  * Generate request. Pure extractor — materials in, theme out, no document.
421
421
  *
422
422
  * The model MUST return every palette role (background, surface, text,
423
- * text-secondary, accent, text-on-accent, border, link) and both font
423
+ * heading, text-secondary, accent, text-on-accent, border, link) and both font
424
424
  * families — even when the materials give no clear typographic signal it
425
425
  * picks reasonable stacks rather than leaving them empty.
426
426
  *