@contrail/documents
Advanced tools
Comparing version 1.0.48 to 1.0.49
@@ -0,0 +0,0 @@ import { Document } from '../types/document'; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './components'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Action } from '@contrail/actions'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare class DocumentElementComponentSizeHandler { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ComponentDefinition } from './components/components'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { DocumentElement } from './types/document-element'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from './types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface TextStyleDefinition { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface DataObject { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { DocumentElement } from './document-element'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { PositionDefinition, SizeDefinition } from "./common"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { DocumentElement } from './document-element'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { CropDefinition, LineDefinition, PositionDefinition, RotationDefinition } from './common'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { PositionDefinition, SizeDefinition, StyleDefinition, ViewBox } from "./common"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface ScaleTransformation { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export * from './common'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@contrail/documents", | ||
"version": "1.0.48", | ||
"version": "1.0.49", | ||
"description": "Documents library for contrail platform", | ||
@@ -17,10 +17,10 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/jest": "^29.5.2", | ||
"jest": "^29.5.0", | ||
"nanoid": "^3.2.0", | ||
"@types/jest": "^23.3.14", | ||
"jest": "^23.6.0", | ||
"prettier": "^1.19.1", | ||
"ts-jest": "^29.1.1", | ||
"ts-jest": "^23.10.5", | ||
"tslint": "^5.11.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^4.0.0" | ||
"typescript": "^4.0.0", | ||
"nanoid": "^3.2.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "jest": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27143