@adobe/ccweb-add-on-sdk-types 1.9.0 → 1.9.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/ccweb-add-on-sdk-types",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "author": "Adobe",
5
5
  "license": "MIT",
6
6
  "description": "Type definitions for Adobe Creative Cloud Web Add-on SDK.",
@@ -27,7 +27,7 @@
27
27
  import { mat2d } from "gl-matrix";
28
28
 
29
29
  declare namespace ApiConstants {
30
- export { SceneNodeType, BlendMode, FillType, ArrowHeadType, TextAlignment, FillRule, StrokePosition };
30
+ export { ArrowHeadType, BlendMode, FillRule, FillType, SceneNodeType, StrokePosition, StrokeType, TextAlignment };
31
31
  }
32
32
 
33
33
  declare interface ApiModuleExport {
package/ui/ui-sdk.d.ts CHANGED
@@ -1273,7 +1273,7 @@ export declare enum PlatformType {
1273
1273
  /**
1274
1274
  * Firefox Browser
1275
1275
  */
1276
- fireforxBrowser = "firefoxBrowser",
1276
+ firefoxBrowser = "firefoxBrowser",
1277
1277
  /**
1278
1278
  * Edge Browser
1279
1279
  */