@vvfx/sdk 0.1.12-alpha.3 → 0.1.13-alpha.1

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/dist/index.d.cts CHANGED
@@ -1908,6 +1908,10 @@ type PreviewSafeAreaParam = {
1908
1908
  * @description 出血区图像
1909
1909
  */
1910
1910
  url?: string;
1911
+ /**
1912
+ * @description 出血区是否可见
1913
+ */
1914
+ visible?: boolean;
1911
1915
  };
1912
1916
  /**
1913
1917
  * @description 页面活跃数据
package/dist/index.d.ts CHANGED
@@ -1908,6 +1908,10 @@ type PreviewSafeAreaParam = {
1908
1908
  * @description 出血区图像
1909
1909
  */
1910
1910
  url?: string;
1911
+ /**
1912
+ * @description 出血区是否可见
1913
+ */
1914
+ visible?: boolean;
1911
1915
  };
1912
1916
  /**
1913
1917
  * @description 页面活跃数据