@voiceflow/base-types
Advanced tools
Comparing version 1.4.4 to 1.5.0
@@ -9,2 +9,3 @@ import { BaseElement, BaseText } from 'slate'; | ||
export declare enum TextProperty { | ||
BACKGROUND_COLOR = "backgroundColor", | ||
COLOR = "color", | ||
@@ -25,2 +26,3 @@ ITALIC = "italic", | ||
export interface Text extends BaseText { | ||
[TextProperty.BACKGROUND_COLOR]?: Color; | ||
[TextProperty.COLOR]?: Color; | ||
@@ -27,0 +29,0 @@ [TextProperty.ITALIC]?: boolean; |
@@ -6,2 +6,3 @@ "use strict"; | ||
(function (TextProperty) { | ||
TextProperty["BACKGROUND_COLOR"] = "backgroundColor"; | ||
TextProperty["COLOR"] = "color"; | ||
@@ -8,0 +9,0 @@ TextProperty["ITALIC"] = "italic"; |
{ | ||
"name": "@voiceflow/base-types", | ||
"description": "Voiceflow base project types", | ||
"version": "1.4.4", | ||
"version": "1.5.0", | ||
"author": "Voiceflow", | ||
@@ -40,3 +40,3 @@ "bugs": { | ||
}, | ||
"gitHead": "1c4a1f7e1782dfef6d764a538f6a24c3916e5dc5" | ||
"gitHead": "da5a10b7f71fb39f645cdb418b78363a53e1545c" | ||
} |
Sorry, the diff of this file is not supported yet
83296
1831