obi-sdk 0.15.0 → 0.16.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.
- package/dist/modular/chunks/index-0ae60d8f.js +6 -0
- package/dist/modular/chunks/index-0ae60d8f.js.map +1 -0
- package/dist/modular/chunks/{obi-widget-315605ed.js → obi-widget-1f912837.js} +2 -2
- package/dist/modular/chunks/{obi-widget-315605ed.js.map → obi-widget-1f912837.js.map} +1 -1
- package/dist/modular/chunks/{types-eb1fb85a.js → types-f38a47f6.js} +2 -2
- package/dist/modular/chunks/{types-eb1fb85a.js.map → types-f38a47f6.js.map} +1 -1
- package/dist/modular/core.js +1 -1
- package/dist/modular/index.js +2 -2
- package/dist/modular/ui.js +11 -11
- package/dist/obi-sdk.standalone.iife.js +1 -1
- package/dist/obi-sdk.standalone.iife.js.map +1 -1
- package/package.json +1 -1
- package/dist/modular/chunks/index-cc31d633.js +0 -6
- package/dist/modular/chunks/index-cc31d633.js.map +0 -1
package/dist/modular/core.js
CHANGED
package/dist/modular/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { O as ObiWidget, s as setGlobalContext, t as trackEvent, c as captureException, w as withSentryAsyncHandler, a as withSentryHandler } from "./chunks/obi-widget-
|
|
2
|
-
import "./chunks/types-
|
|
1
|
+
import { O as ObiWidget, s as setGlobalContext, t as trackEvent, c as captureException, w as withSentryAsyncHandler, a as withSentryHandler } from "./chunks/obi-widget-1f912837.js";
|
|
2
|
+
import "./chunks/types-f38a47f6.js";
|
|
3
3
|
class ConfigLogger {
|
|
4
4
|
constructor() {
|
|
5
5
|
this.history = [];
|
package/dist/modular/ui.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { S as SDKState } from "./chunks/types-
|
|
2
|
-
import { i, n, b as i$1, x } from "./chunks/obi-widget-
|
|
3
|
-
import { A, C, e, f, D, N, d, O, S } from "./chunks/obi-widget-
|
|
1
|
+
import { S as SDKState } from "./chunks/types-f38a47f6.js";
|
|
2
|
+
import { i, n, b as i$1, x } from "./chunks/obi-widget-1f912837.js";
|
|
3
|
+
import { A, C, e, f, D, N, d, O, S } from "./chunks/obi-widget-1f912837.js";
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
5
5
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
6
|
var __decorateClass = (decorators, target, key, kind) => {
|
|
@@ -85,14 +85,14 @@ if (!customElements.get("obi-status-widget")) {
|
|
|
85
85
|
const statusWidget = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, ObiStatusWidget }, Symbol.toStringTag, { value: "Module" }));
|
|
86
86
|
function defineCustomElements() {
|
|
87
87
|
Promise.resolve().then(() => statusWidget);
|
|
88
|
-
import("./chunks/index-
|
|
89
|
-
import("./chunks/obi-widget-
|
|
90
|
-
import("./chunks/obi-widget-
|
|
91
|
-
import("./chunks/obi-widget-
|
|
92
|
-
import("./chunks/obi-widget-
|
|
93
|
-
import("./chunks/obi-widget-
|
|
94
|
-
import("./chunks/obi-widget-
|
|
95
|
-
import("./chunks/obi-widget-
|
|
88
|
+
import("./chunks/index-0ae60d8f.js");
|
|
89
|
+
import("./chunks/obi-widget-1f912837.js").then((n2) => n2.l);
|
|
90
|
+
import("./chunks/obi-widget-1f912837.js").then((n2) => n2.m);
|
|
91
|
+
import("./chunks/obi-widget-1f912837.js").then((n2) => n2.g);
|
|
92
|
+
import("./chunks/obi-widget-1f912837.js").then((n2) => n2.h);
|
|
93
|
+
import("./chunks/obi-widget-1f912837.js").then((n2) => n2.o);
|
|
94
|
+
import("./chunks/obi-widget-1f912837.js").then((n2) => n2.j);
|
|
95
|
+
import("./chunks/obi-widget-1f912837.js").then((n2) => n2.k);
|
|
96
96
|
}
|
|
97
97
|
export {
|
|
98
98
|
A as AudioEqualizer,
|