@contrail/documents
Advanced tools
Comparing version 1.0.26 to 1.0.27
@@ -15,4 +15,4 @@ export interface TextStyleDefinition { | ||
color?: string; | ||
width?: string; | ||
radius?: string; | ||
width?: number; | ||
radius?: number; | ||
} | ||
@@ -31,3 +31,2 @@ export interface BackgroundStyleDefinition { | ||
borderSize?: number; | ||
borderRadius?: number; | ||
opacity?: number; | ||
@@ -34,0 +33,0 @@ } |
{ | ||
"name": "@contrail/documents", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"description": "Documents library for contrail platform", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
17924
515