Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aurigma/design-atoms-model

Package Overview
Dependencies
Maintainers
5
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurigma/design-atoms-model - npm Package Compare versions

Comparing version 7.0.6 to 7.0.7

Configuration/index.d.ts

2

index.d.ts

@@ -6,3 +6,3 @@ export * from './Collection';

export * from './Colors';
export * from './Configuration';
export * from './Configuration/index';
export * from './Math';

@@ -9,0 +9,0 @@ export * from './Product';

@@ -6,3 +6,3 @@ export * from './Collection';

export * from './Colors';
export * from './Configuration';
export * from './Configuration/index';
export * from './Math';

@@ -9,0 +9,0 @@ export * from './Product';

{
"version": "7.0.6",
"version": "7.0.7",
"name": "@aurigma/design-atoms-model",

@@ -4,0 +4,0 @@ "license": "SEE LICENSE IN License.md",

@@ -7,2 +7,3 @@ import { ModelComponent } from "./ModelComponent";

import { RenderingType } from "./RenderingType";
import { Color } from "../Colors";
export declare class Container extends ModelComponent {

@@ -49,2 +50,3 @@ private _items;

previewColor: string;
outputColor: Color;
type: string;

@@ -60,2 +62,3 @@ protected _copy(source: SpotColorContainer, destination: SpotColorContainer, generateNewIds: boolean): void;

previewTextureName: string;
outputColor: Color;
type: string;

@@ -62,0 +65,0 @@ protected _copy(source: TextureContainer, destination: TextureContainer, generateNewIds: boolean): TextureContainer;

@@ -180,4 +180,6 @@ var __extends = (this && this.__extends) || (function () {

SpotColorContainer.prototype._copy = function (source, destination, generateNewIds) {
var _a;
_super.prototype._copy.call(this, source, destination, generateNewIds);
destination.previewColor = source.previewColor;
destination.outputColor = (_a = source.outputColor) === null || _a === void 0 ? void 0 : _a.clone();
};

@@ -215,5 +217,7 @@ SpotColorContainer.prototype.clone = function (generateNewIds) {

TextureContainer.prototype._copy = function (source, destination, generateNewIds) {
var _a;
_super.prototype._copy.call(this, source, destination, generateNewIds);
destination.previewTextureSource = source.previewTextureSource != null ? source.previewTextureSource.clone() : null;
destination.previewTextureName = source.previewTextureName;
destination.outputColor = (_a = source.outputColor) === null || _a === void 0 ? void 0 : _a.clone();
return destination;

@@ -220,0 +224,0 @@ };

/** @hidden */
/** Don't include in docs */
export declare const MODELVERSION = "7.0.6";
export declare const MODELVERSION = "7.0.7";
/** @hidden */
/** Don't include in docs */
export var MODELVERSION = "7.0.6";
export var MODELVERSION = "7.0.7";
//# sourceMappingURL=Version.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc