@wix/auto_sdk_events_forms 1.0.106 → 1.0.107

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.
@@ -2230,7 +2230,7 @@ interface Animation {
2230
2230
  /**
2231
2231
  * POINTER carries its fields directly on the union member in the JTD wall, hence
2232
2232
  * flat fields here (ts-proto camelCase must equal the JTD property names). A future
2233
- * SCROLL variant will contend for the `effect` JSON name resolve when it lands.
2233
+ * kind that also needs an `effect` field would contend for this JSON name.
2234
2234
  */
2235
2235
  effect?: PointerEffect;
2236
2236
  /** How quickly the node settles toward the pointer, in milliseconds (POINTER). */
@@ -4055,6 +4055,13 @@ interface ShapeData {
4055
4055
  styles?: ShapeDataStyles;
4056
4056
  /** Node animation. */
4057
4057
  animation?: Animation;
4058
+ /** Link details for shapes that are links. */
4059
+ link?: Link;
4060
+ /**
4061
+ * Alternate text describing the link's purpose for accessibility. Applies only when `link` is set.
4062
+ * @maxLength 1000
4063
+ */
4064
+ altText?: string | null;
4058
4065
  }
4059
4066
  interface ShapeDataStyles {
4060
4067
  /**