@pushwoosh/rpc-gateway-ai-assistant 0.1.250 → 0.1.252
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/data.js +4 -0
- package/package.json +1 -1
- package/pushwoosh_aibuilder_v1.d.ts +6 -0
package/data.js
CHANGED
package/package.json
CHANGED
|
@@ -840,6 +840,12 @@ export type Image = {
|
|
|
840
840
|
borderRadius?: number;
|
|
841
841
|
/** Mobile alignment override (content items only). UNSPECIFIED = inherit `align`. Client-managed. */
|
|
842
842
|
mobileAlign: TextAlign;
|
|
843
|
+
/**
|
|
844
|
+
* Mobile width override as a CSS length ("200px" / "60%"). Unset or empty =
|
|
845
|
+
* the desktop width, scaled by the client. Only these two units are emitted;
|
|
846
|
+
* anything else is ignored rather than written into a rule. Client-managed.
|
|
847
|
+
*/
|
|
848
|
+
mobileWidth?: string;
|
|
843
849
|
};
|
|
844
850
|
export type AiBuilderCard = {
|
|
845
851
|
layout: CardLayout;
|