@aurigma/design-atoms-model 7.0.14 → 7.0.16

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/Version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  /** @hidden */
2
2
  /** Don't include in docs */
3
- export declare const MODELVERSION = "7.0.14";
3
+ export declare const MODELVERSION = "7.0.16";
package/Version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /** @hidden */
2
2
  /** Don't include in docs */
3
- export var MODELVERSION = "7.0.14";
3
+ export var MODELVERSION = "7.0.16";
4
4
  //# sourceMappingURL=Version.js.map
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "7.0.14",
2
+ "version": "7.0.16",
3
3
  "name": "@aurigma/design-atoms-model",
4
4
  "license": "SEE LICENSE IN License.md",
5
5
  "description": "Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.",