@alfadocs/ui-kit 0.88.0 → 0.88.1

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.
@@ -325,7 +325,7 @@ const ka = b(
325
325
  }
326
326
  )
327
327
  }
328
- ), { theme: L, accessibility: V, resolvedTheme: y } = ia(), j = L !== "system" || V !== "system", $ = y.startsWith("dark") ? "dark" : "light", O = y.endsWith("-accessible"), [R, N] = E(!1), W = /* @__PURE__ */ a(da, { children: /* @__PURE__ */ a(
328
+ ), { theme: L, accessibility: V, resolvedTheme: y } = ia(), $ = L !== "system" || V !== "system", j = y.startsWith("dark") ? "dark" : "light", O = y.endsWith("-accessible"), [R, N] = E(!1), W = /* @__PURE__ */ a(da, { children: /* @__PURE__ */ a(
329
329
  D,
330
330
  {
331
331
  mainAriaLabel: f,
@@ -359,7 +359,13 @@ const ka = b(
359
359
  "aria-label": x("navigation.sidebar.label"),
360
360
  "data-testid": "marketplace-app-shell-sidebar",
361
361
  children: [
362
- u && i === void 0 ? /* @__PURE__ */ a(_, { className: "ds:justify-end", children: /* @__PURE__ */ a(aa, {}) }) : null,
362
+ u && i === void 0 ? (
363
+ // No justify override: SidebarHeader centres its child in the
364
+ // icon rail (`justify-center`) and left-aligns it when expanded,
365
+ // matching the nav icons below. `justify-end` here would win over
366
+ // the icon-mode centring and offset the toggle in the rail.
367
+ /* @__PURE__ */ a(_, { children: /* @__PURE__ */ a(aa, {}) })
368
+ ) : null,
363
369
  /* @__PURE__ */ a(xa, { nav: e, renderLink: r })
364
370
  ]
365
371
  }
@@ -391,11 +397,11 @@ const ka = b(
391
397
  )
392
398
  ] })
393
399
  ), C = h === "embedded" ? P : W;
394
- return j ? /* @__PURE__ */ a(
400
+ return $ ? /* @__PURE__ */ a(
395
401
  na,
396
402
  {
397
403
  ref: k,
398
- theme: $,
404
+ theme: j,
399
405
  accessible: O,
400
406
  className: "ds:contents",
401
407
  "data-component": "marketplace-app-shell",
@@ -514,4 +520,4 @@ export {
514
520
  ka as M,
515
521
  g as P
516
522
  };
517
- //# sourceMappingURL=marketplace-app-shell-DX5aLeIJ.js.map
523
+ //# sourceMappingURL=marketplace-app-shell-35eRpT3r.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "packageVersion": "0.88.0",
3
+ "packageVersion": "0.88.1",
4
4
  "components": [
5
5
  {
6
6
  "kind": "component",
package/dist/index.js CHANGED
@@ -216,7 +216,7 @@ import { T as Gu } from "./_chunks/transaction-chip-DJCstquX.js";
216
216
  import { W as Uu, a as Wu } from "./_chunks/whatsapp-button-BIy6NaJK.js";
217
217
  import { C as Ku, W as Yu, a as ju, b as Xu, c as qu, i as Qu, l as $u, m as Ju, r as Zu, w as ax, d as ex, e as sx, f as rx } from "./_chunks/workflow-map-SIfAhmWz.js";
218
218
  import { A as ox, a as ix, b as nx, c as lx } from "./_chunks/alia-sidebar-DzNz1gDf.js";
219
- import { C as mx, M as px, P as cx } from "./_chunks/marketplace-app-shell-DX5aLeIJ.js";
219
+ import { C as mx, M as px, P as cx } from "./_chunks/marketplace-app-shell-35eRpT3r.js";
220
220
  import { S as gx } from "./_chunks/signature-request-D_6jgDZd.js";
221
221
  import { D as ux, d as xx } from "./_chunks/dependent-selector-DyFpdzZV.js";
222
222
  import { D as Sx, d as Tx } from "./_chunks/document-preview-DXl9migE.js";
@@ -1,4 +1,4 @@
1
- import { C as l, M as o } from "../../_chunks/marketplace-app-shell-DX5aLeIJ.js";
1
+ import { C as l, M as o } from "../../_chunks/marketplace-app-shell-35eRpT3r.js";
2
2
  export {
3
3
  l as ConnectWithAlfadocs,
4
4
  o as MarketplaceAppShell
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfadocs/ui-kit",
3
- "version": "0.88.0",
3
+ "version": "0.88.1",
4
4
  "type": "module",
5
5
  "description": "AlfaDocs shared design system — tokens, components, patterns, and translations for platform, booking, and alfascribe.",
6
6
  "license": "BUSL-1.1",