@aurigma/design-atoms-model 7.0.8 → 7.0.10
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/Product/Container.d.ts +2 -2
- package/Version.d.ts +1 -1
- package/Version.js +1 -1
- package/Version.js.map +1 -1
- package/package.json +1 -1
package/Product/Container.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { SizeF } from "../Math/SizeF";
|
|
|
4
4
|
import { BaseItem, ImageItem } from "./Items";
|
|
5
5
|
import { Collection } from "../Collection";
|
|
6
6
|
import { RenderingType } from "./RenderingType";
|
|
7
|
-
import { Color } from "../Colors";
|
|
7
|
+
import { Color, RgbColor } from "../Colors";
|
|
8
8
|
export declare class Container extends ModelComponent {
|
|
9
9
|
private _items;
|
|
10
10
|
private _visible;
|
|
@@ -45,7 +45,7 @@ export declare class SurfaceContainer extends Container {
|
|
|
45
45
|
}
|
|
46
46
|
export declare class SpotColorContainer extends SurfaceContainer {
|
|
47
47
|
constructor();
|
|
48
|
-
previewColor:
|
|
48
|
+
previewColor: RgbColor;
|
|
49
49
|
outputColor: Color;
|
|
50
50
|
type: string;
|
|
51
51
|
protected _copy(source: SpotColorContainer, destination: SpotColorContainer, generateNewIds: boolean): void;
|
package/Version.d.ts
CHANGED
package/Version.js
CHANGED
package/Version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Version.js","sourceRoot":"","sources":["../../src/design-atoms-model/Version.ts"],"names":[],"mappings":"AAAA,cAAc;AACd,4BAA4B;AAC5B,MAAM,CAAC,IAAM,YAAY,GAAG,
|
|
1
|
+
{"version":3,"file":"Version.js","sourceRoot":"","sources":["../../src/design-atoms-model/Version.ts"],"names":[],"mappings":"AAAA,cAAc;AACd,4BAA4B;AAC5B,MAAM,CAAC,IAAM,YAAY,GAAG,QAAQ,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "7.0.
|
|
2
|
+
"version": "7.0.10",
|
|
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.",
|