@bbn/bbn 1.0.154 → 1.0.155
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/bbn.js +1 -0
- package/dist/bbn.js.map +1 -1
- package/dist/env.d.ts +1 -0
- package/dist/env.js +1 -0
- package/package.json +1 -1
package/dist/bbn.js
CHANGED
|
@@ -326,6 +326,7 @@ var env = {
|
|
|
326
326
|
last_focus: (new Date()).getTime(),
|
|
327
327
|
/* Sleep mode (tab or window unfocused */
|
|
328
328
|
sleep: false,
|
|
329
|
+
theme: 'dark',
|
|
329
330
|
/**
|
|
330
331
|
* @var bbn.env.loaders Object where the props are MD5 of data and url while the values are the requests,
|
|
331
332
|
* for preventing the same call to be made at the same time
|