@hyve-sdk/js 2.10.0-canary.3 → 2.11.0-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/react.js CHANGED
@@ -2390,26 +2390,7 @@ function MachineViewDialog({
2390
2390
  ref: panelRef,
2391
2391
  style: { ...PANEL_STYLE, maxWidth: panelWidth },
2392
2392
  children: [
2393
- title ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { style: HEADER_STYLE, children: [
2394
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("p", { style: TITLE_STYLE, children: title }),
2395
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2396
- "button",
2397
- {
2398
- style: CLOSE_BUTTON_BASE,
2399
- onClick: onClose,
2400
- "aria-label": "Close dialog",
2401
- children: "\u2715"
2402
- }
2403
- )
2404
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2405
- "button",
2406
- {
2407
- style: CLOSE_BUTTON_ABSOLUTE,
2408
- onClick: onClose,
2409
- "aria-label": "Close dialog",
2410
- children: "\u2715"
2411
- }
2412
- ),
2393
+ title && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { style: HEADER_STYLE, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("p", { style: TITLE_STYLE, children: title }) }),
2413
2394
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2414
2395
  MachineView,
2415
2396
  {
package/dist/react.mjs CHANGED
@@ -2368,26 +2368,7 @@ function MachineViewDialog({
2368
2368
  ref: panelRef,
2369
2369
  style: { ...PANEL_STYLE, maxWidth: panelWidth },
2370
2370
  children: [
2371
- title ? /* @__PURE__ */ jsxs("div", { style: HEADER_STYLE, children: [
2372
- /* @__PURE__ */ jsx("p", { style: TITLE_STYLE, children: title }),
2373
- /* @__PURE__ */ jsx(
2374
- "button",
2375
- {
2376
- style: CLOSE_BUTTON_BASE,
2377
- onClick: onClose,
2378
- "aria-label": "Close dialog",
2379
- children: "\u2715"
2380
- }
2381
- )
2382
- ] }) : /* @__PURE__ */ jsx(
2383
- "button",
2384
- {
2385
- style: CLOSE_BUTTON_ABSOLUTE,
2386
- onClick: onClose,
2387
- "aria-label": "Close dialog",
2388
- children: "\u2715"
2389
- }
2390
- ),
2371
+ title && /* @__PURE__ */ jsx("div", { style: HEADER_STYLE, children: /* @__PURE__ */ jsx("p", { style: TITLE_STYLE, children: title }) }),
2391
2372
  /* @__PURE__ */ jsx(
2392
2373
  MachineView,
2393
2374
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyve-sdk/js",
3
- "version": "2.10.0-canary.3",
3
+ "version": "2.11.0-0",
4
4
  "description": "Hyve SDK - TypeScript wrapper for Hyve game server integration",
5
5
  "private": false,
6
6
  "publishConfig": {