buzzcasting-storage 2.0.4 → 2.0.6
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.
- package/dist/buzzcasting-storage.d.ts +6 -0
- package/dist/buzzcasting-storage.esm.js +1009 -1010
- package/package.json +1 -1
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
export declare const API_CSS = "color:white;background-color:grey;padding:0 4px 0 4px;border-radius:5px;";
|
|
2
|
+
|
|
3
|
+
export declare const BROADCAST_CSS = "color:white;background-color:orange;padding:0 4px 0 4px;border-radius:5px;";
|
|
4
|
+
|
|
1
5
|
declare class BuzzcastingStorageManager {
|
|
2
6
|
private sm;
|
|
3
7
|
private api;
|
|
@@ -132,6 +136,8 @@ export declare interface Sender {
|
|
|
132
136
|
|
|
133
137
|
export declare const SERIES = "series";
|
|
134
138
|
|
|
139
|
+
export declare const STORAGE_CSS = "color:black;background-color:cyan;padding:0 4px 0 4px;border-radius:5px;";
|
|
140
|
+
|
|
135
141
|
export declare const STORAGE_DEXIE = "dexie";
|
|
136
142
|
|
|
137
143
|
export declare const STORAGE_KEYVAL = "keyval";
|