semaphor 0.0.86 → 0.0.88

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.
@@ -109,7 +109,7 @@ export declare type DateOptions = {
109
109
  options: Intl.DateTimeFormatOptions;
110
110
  };
111
111
 
112
- export declare type DisplayDataType = 'string' | 'date' | 'number' | 'none';
112
+ export declare type DisplayDataType = 'string' | 'date' | 'number' | 'html' | 'none';
113
113
 
114
114
  export declare type ErrorProps = {
115
115
  message?: string;
@@ -166,6 +166,10 @@ export declare type GetPluginsResponse = {
166
166
  }[];
167
167
  };
168
168
 
169
+ export declare type HtmlOptions = {
170
+ html: string;
171
+ };
172
+
169
173
  export declare type KPICardProps = {
170
174
  card: TCard;
171
175
  isLoading?: boolean;
@@ -198,6 +202,7 @@ declare type OptionsMap = {
198
202
  number: NumberOptions;
199
203
  string: StringOptions;
200
204
  date: DateOptions;
205
+ html: HtmlOptions;
201
206
  none: NoneOptions;
202
207
  };
203
208
 
@@ -103,7 +103,7 @@ export declare type DateOptions = {
103
103
  options: Intl.DateTimeFormatOptions;
104
104
  };
105
105
 
106
- export declare type DisplayDataType = 'string' | 'date' | 'number' | 'none';
106
+ export declare type DisplayDataType = 'string' | 'date' | 'number' | 'html' | 'none';
107
107
 
108
108
  export declare type ErrorProps = {
109
109
  message?: string;
@@ -160,6 +160,10 @@ export declare type GetPluginsResponse = {
160
160
  }[];
161
161
  };
162
162
 
163
+ export declare type HtmlOptions = {
164
+ html: string;
165
+ };
166
+
163
167
  export declare type KPICardProps = {
164
168
  card: TCard;
165
169
  isLoading?: boolean;
@@ -192,6 +196,7 @@ declare type OptionsMap = {
192
196
  number: NumberOptions;
193
197
  string: StringOptions;
194
198
  date: DateOptions;
199
+ html: HtmlOptions;
195
200
  none: NoneOptions;
196
201
  };
197
202
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "support@semaphor.cloud"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "0.0.86",
8
+ "version": "0.0.88",
9
9
  "description": "Fully interactive and customizable dashboards for your apps.",
10
10
  "keywords": [
11
11
  "react",