buzzcasting-storage 2.1.2 → 2.2.0

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.
@@ -18,6 +18,8 @@ export default BuzzcastingStorageManager;
18
18
 
19
19
  export declare const CLOUD = "cloud";
20
20
 
21
+ export declare const GET_DATA = "color:black;background-color:lime;padding:0 4px 0 4px;border-radius:5px;";
22
+
21
23
  export declare interface IQuery {
22
24
  [x: string]: any;
23
25
  topics?: string;
@@ -57,6 +59,10 @@ export declare interface IStorageOptions {
57
59
 
58
60
  export declare const MESSAGES = "messages";
59
61
 
62
+ export declare const NO_UPDATES = "color:grey;border:1px solid grey;padding:0 4px 0 4px;border-radius:5px;";
63
+
64
+ export declare const NONE = "color:transparent;background-color:transparent;";
65
+
60
66
  export declare const SERIES = "series";
61
67
 
62
68
  export declare const STORAGE_CSS = "color:black;background-color:cyan;padding:0 4px 0 4px;border-radius:5px;";