@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 +1 -1
- package/pushwoosh_vibeml_v1.d.ts +2 -2
package/package.json
CHANGED
package/pushwoosh_vibeml_v1.d.ts
CHANGED
|
@@ -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
|
*
|