@alfadocs/ui-kit 0.86.0 → 0.88.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.
@@ -136,6 +136,14 @@ export interface MarketplaceAppShellProps {
136
136
  * `'expanded'`).
137
137
  */
138
138
  sidebarState?: SidebarMode;
139
+ /**
140
+ * Render a collapse/expand toggle in the sidebar header, letting the user
141
+ * shrink the standalone sidebar to an icon rail. The chosen mode persists
142
+ * per-user (the underlying `Sidebar` stores it) and survives reloads. Opt-in
143
+ * so existing consumers are unaffected; ignored when `sidebarState` forces a
144
+ * mode or in the `'embedded'` variant (no sidebar). @default false
145
+ */
146
+ collapsibleSidebar?: boolean;
139
147
  /** Override the accessible name of the `<main>` landmark. */
140
148
  mainAriaLabel?: string;
141
149
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfadocs/ui-kit",
3
- "version": "0.86.0",
3
+ "version": "0.88.0",
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",
@@ -720,6 +720,10 @@
720
720
  "types": "./dist/components/tooltip/index.d.ts",
721
721
  "import": "./dist/components/tooltip/index.js"
722
722
  },
723
+ "./transaction-chip": {
724
+ "types": "./dist/components/transaction-chip/index.d.ts",
725
+ "import": "./dist/components/transaction-chip/index.js"
726
+ },
723
727
  "./face-scheme": {
724
728
  "types": "./dist/components/face-scheme/index.d.ts",
725
729
  "import": "./dist/components/face-scheme/index.js"