obi-sdk 0.4.3 → 0.4.4

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.
@@ -1,4 +1,4 @@
1
- import { O as ObiWidget } from "./chunks/obi-widget-ad91b91a.js";
1
+ import { O as ObiWidget } from "./chunks/obi-widget-f540f7e0.js";
2
2
  import "./chunks/types-e0297e7b.js";
3
3
  const DEBUG_BUILD$2 = typeof __SENTRY_DEBUG__ === "undefined" || __SENTRY_DEBUG__;
4
4
  const SDK_VERSION = "9.23.0";
@@ -1,6 +1,6 @@
1
1
  import { S as SDKState } from "./chunks/types-e0297e7b.js";
2
- import { i, n, a as i$1, x } from "./chunks/obi-widget-ad91b91a.js";
3
- import { A, C, c, d, D, N, b, O, S } from "./chunks/obi-widget-ad91b91a.js";
2
+ import { i, n, a as i$1, x } from "./chunks/obi-widget-f540f7e0.js";
3
+ import { A, C, c, d, D, N, b, O, S } from "./chunks/obi-widget-f540f7e0.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/obi-widget-ad91b91a.js").then((n2) => n2.o);
89
- import("./chunks/obi-widget-ad91b91a.js").then((n2) => n2.j);
90
- import("./chunks/obi-widget-ad91b91a.js").then((n2) => n2.k);
91
- import("./chunks/obi-widget-ad91b91a.js").then((n2) => n2.e);
92
- import("./chunks/obi-widget-ad91b91a.js").then((n2) => n2.f);
93
- import("./chunks/obi-widget-ad91b91a.js").then((n2) => n2.s);
94
- import("./chunks/obi-widget-ad91b91a.js").then((n2) => n2.g);
95
- import("./chunks/obi-widget-ad91b91a.js").then((n2) => n2.h);
88
+ import("./chunks/obi-widget-f540f7e0.js").then((n2) => n2.o);
89
+ import("./chunks/obi-widget-f540f7e0.js").then((n2) => n2.j);
90
+ import("./chunks/obi-widget-f540f7e0.js").then((n2) => n2.k);
91
+ import("./chunks/obi-widget-f540f7e0.js").then((n2) => n2.e);
92
+ import("./chunks/obi-widget-f540f7e0.js").then((n2) => n2.f);
93
+ import("./chunks/obi-widget-f540f7e0.js").then((n2) => n2.s);
94
+ import("./chunks/obi-widget-f540f7e0.js").then((n2) => n2.g);
95
+ import("./chunks/obi-widget-f540f7e0.js").then((n2) => n2.h);
96
96
  }
97
97
  export {
98
98
  A as AudioEqualizer,
@@ -2,7 +2,7 @@
2
2
  {
3
3
  try {
4
4
  let e2 = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n3 = new e2.Error().stack;
5
- n3 && (e2._sentryDebugIds = e2._sentryDebugIds || {}, e2._sentryDebugIds[n3] = "88c36738-368b-4394-97d5-50e60c281ae1", e2._sentryDebugIdIdentifier = "sentry-dbid-88c36738-368b-4394-97d5-50e60c281ae1");
5
+ n3 && (e2._sentryDebugIds = e2._sentryDebugIds || {}, e2._sentryDebugIds[n3] = "965d3f33-7649-4b4f-be90-02065995a355", e2._sentryDebugIdIdentifier = "sentry-dbid-965d3f33-7649-4b4f-be90-02065995a355");
6
6
  } catch (e2) {
7
7
  }
8
8
  }
@@ -10,9 +10,9 @@
10
10
  import { css, LitElement, html, svg, nothing } from "lit";
11
11
  {
12
12
  let _global = typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : {};
13
- _global.SENTRY_RELEASE = { id: "9ac38e819775646dac0916459e34ba6b9fab1598" };
13
+ _global.SENTRY_RELEASE = { id: "05a1a81e1db74585eb3c92d7b87b87134051df13" };
14
14
  }
15
- const API_BASE_URL = "http://localhost:5173/api";
15
+ const API_BASE_URL = {}.VITE_API_BASE_URL;
16
16
  const PATH_PARAM_RE = /\{[^{}]+\}/g;
17
17
  function randomID() {
18
18
  return Math.random().toString(36).slice(2, 11);
@@ -32421,7 +32421,7 @@ NavigationBar.styles = css`
32421
32421
  :host {
32422
32422
  display: flex;
32423
32423
  position: absolute;
32424
- z-index: 10000;
32424
+ z-index: 2147483647;
32425
32425
  width: 40px;
32426
32426
  transition: all 0.2s ease-in-out;
32427
32427
  opacity: 1;
@@ -34162,8 +34162,9 @@ ObiWidget.styles = css`
34162
34162
  :host {
34163
34163
  display: block;
34164
34164
  position: fixed;
34165
- z-index: 9999;
34165
+ z-index: 2147483600;
34166
34166
  font-family: "Inter", sans-serif;
34167
+ pointer-events: auto;
34167
34168
  --obi-primary: #9500ff;
34168
34169
  --obi-secondary: #c4b5fd;
34169
34170
  --obi-danger: #ef4444;
@@ -34239,6 +34240,7 @@ ObiWidget.styles = css`
34239
34240
  justify-content: center;
34240
34241
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
34241
34242
  transition: all 0.2s ease-out;
34243
+ pointer-events: auto;
34242
34244
  }
34243
34245
 
34244
34246
  /* Apply transforms to widget-container based on host position */