@motiadev/plugin-observability 0.9.4-beta.151-160668 → 0.9.4-beta.151-182295

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/index.cjs CHANGED
@@ -139,4 +139,4 @@ React keys must be passed directly to JSX without using spread:
139
139
  *
140
140
  * This source code is licensed under the ISC license.
141
141
  * See the LICENSE file in the root directory of this source tree.
142
- */const Cl=[["path",{d:"M6 5h12",key:"fvfigv"}],["path",{d:"M4 12h10",key:"oujl3d"}],["path",{d:"M12 19h8",key:"baeox8"}]],El=q("chart-no-axes-gantt",Cl),To=b.memo(()=>c.jsxs(c.Fragment,{children:[c.jsx(El,{"aria-hidden":"true"}),c.jsx("span",{children:"Tracing"})]}));To.displayName="ObservabilityTabLabel";exports.ObservabilityPage=Ro;exports.ObservabilityTabLabel=To;
142
+ */const Cl=[["path",{d:"M6 5h12",key:"fvfigv"}],["path",{d:"M4 12h10",key:"oujl3d"}],["path",{d:"M12 19h8",key:"baeox8"}]],El=q("chart-no-axes-gantt",Cl),To=b.memo(()=>c.jsxs("div",{"data-testid":"observability-link",children:[c.jsx(El,{"aria-hidden":"true"}),c.jsx("span",{children:"Tracing"})]}));To.displayName="ObservabilityTabLabel";exports.ObservabilityPage=Ro;exports.ObservabilityTabLabel=To;
package/dist/index.js CHANGED
@@ -5093,7 +5093,7 @@ const Wl = [
5093
5093
  ["path", { d: "M6 5h12", key: "fvfigv" }],
5094
5094
  ["path", { d: "M4 12h10", key: "oujl3d" }],
5095
5095
  ["path", { d: "M12 19h8", key: "baeox8" }]
5096
- ], Hl = J("chart-no-axes-gantt", Wl), Bl = V(() => /* @__PURE__ */ c.jsxs(c.Fragment, { children: [
5096
+ ], Hl = J("chart-no-axes-gantt", Wl), Bl = V(() => /* @__PURE__ */ c.jsxs("div", { "data-testid": "observability-link", children: [
5097
5097
  /* @__PURE__ */ c.jsx(Hl, { "aria-hidden": "true" }),
5098
5098
  /* @__PURE__ */ c.jsx("span", { children: "Tracing" })
5099
5099
  ] }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@motiadev/plugin-observability",
3
- "version": "0.9.4-beta.151-160668",
3
+ "version": "0.9.4-beta.151-182295",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -29,9 +29,9 @@
29
29
  "zustand": "^5.0.8"
30
30
  },
31
31
  "peerDependencies": {
32
- "@motiadev/core": "0.9.4-beta.151-160668",
33
- "@motiadev/ui": "0.9.4-beta.151-160668",
34
- "@motiadev/stream-client-react": "0.9.4-beta.151-160668"
32
+ "@motiadev/core": "0.9.4-beta.151-182295",
33
+ "@motiadev/ui": "0.9.4-beta.151-182295",
34
+ "@motiadev/stream-client-react": "0.9.4-beta.151-182295"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@tailwindcss/vite": "^4.1.14",