@canva/design 2.7.4-beta.0 → 2.7.4-beta.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.
Files changed (2) hide show
  1. package/beta.d.ts +5 -1
  2. package/package.json +1 -1
package/beta.d.ts CHANGED
@@ -2758,14 +2758,18 @@ export declare namespace DesignEditing {
2758
2758
  /**
2759
2759
  * @beta
2760
2760
  * A reference to a page.
2761
+ *
2762
+ * @preventInline
2761
2763
  */
2762
2764
  export type PageRef = AbsolutePageRef | Unsupported;
2763
2765
 
2764
2766
  /**
2765
2767
  * @beta
2766
2768
  * A list containing the references to pages in the design.
2769
+ *
2770
+ * @preventInline
2767
2771
  */
2768
- export type PageRefList = ReadableList<PageRef>;
2772
+ export interface PageRefList extends ReadableList<PageRef> {}
2769
2773
  {
2770
2774
  }
2771
2775
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canva/design",
3
- "version": "2.7.4-beta.0",
3
+ "version": "2.7.4-beta.1",
4
4
  "description": "The Canva Apps SDK design library",
5
5
  "author": "Canva Pty Ltd.",
6
6
  "license": "SEE LICENSE IN LICENSE.md FILE",