@pushwoosh/rpc-gateway-ai-assistant 0.1.314 → 0.1.316
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 +5 -0
package/data.js
CHANGED
package/package.json
CHANGED
|
@@ -500,6 +500,11 @@ export type ButtonStyles = {
|
|
|
500
500
|
mobileWidthPercent?: number;
|
|
501
501
|
/** Mobile (media-query) override of padding. Client-managed; unset = desktop value. */
|
|
502
502
|
mobilePadding?: EdgeInsets;
|
|
503
|
+
/**
|
|
504
|
+
* Gradient fill over background_color, the flat fallback for clients without
|
|
505
|
+
* gradient support (Outlook's Word engine). Client-managed.
|
|
506
|
+
*/
|
|
507
|
+
backgroundGradient?: BackgroundGradient;
|
|
503
508
|
};
|
|
504
509
|
export type ButtonGroup = {
|
|
505
510
|
buttons: Button[];
|