stratosphere-ui 2.2.5 → 2.2.6

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.
@@ -3,6 +3,7 @@ export interface MenuItemProps extends Omit<HTMLProps<HTMLAnchorElement>, 'title
3
3
  active?: boolean;
4
4
  disabled?: boolean;
5
5
  focus?: boolean;
6
+ listItemProps?: Omit<HTMLProps<HTMLLIElement>, 'className'>;
6
7
  selected?: boolean;
7
8
  subMenu?: ReactNode;
8
9
  title?: boolean;
@@ -29501,18 +29501,20 @@ const v0 = Gc(
29501
29501
  className: l,
29502
29502
  disabled: s,
29503
29503
  focus: p,
29504
- selected: m,
29505
- subMenu: h,
29506
- title: x,
29507
- ...E
29508
- }, T) => /* @__PURE__ */ Q.jsxs(
29504
+ listItemProps: m,
29505
+ selected: h,
29506
+ subMenu: x,
29507
+ title: E,
29508
+ ...T
29509
+ }, O) => /* @__PURE__ */ Q.jsxs(
29509
29510
  "li",
29510
29511
  {
29511
29512
  className: st(
29512
29513
  s && "menu-disabled",
29513
- x && "menu-title",
29514
+ E && "menu-title",
29514
29515
  l
29515
29516
  ),
29517
+ ...m,
29516
29518
  children: [
29517
29519
  /* @__PURE__ */ Q.jsxs(
29518
29520
  "a",
@@ -29522,15 +29524,15 @@ const v0 = Gc(
29522
29524
  p && "menu-focus",
29523
29525
  !s && "cursor-pointer"
29524
29526
  ),
29525
- ref: T,
29526
- ...E,
29527
+ ref: O,
29528
+ ...T,
29527
29529
  children: [
29528
- m !== void 0 ? /* @__PURE__ */ Q.jsx("div", { className: "flex w-4 justify-center", children: m ? /* @__PURE__ */ Q.jsx(_P, { className: "h-4 w-4" }) : null }) : null,
29530
+ h !== void 0 ? /* @__PURE__ */ Q.jsx("div", { className: "flex w-4 justify-center", children: h ? /* @__PURE__ */ Q.jsx(_P, { className: "h-4 w-4" }) : null }) : null,
29529
29531
  u
29530
29532
  ]
29531
29533
  }
29532
29534
  ),
29533
- h
29535
+ x
29534
29536
  ]
29535
29537
  }
29536
29538
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stratosphere-ui",
3
- "version": "2.2.5",
3
+ "version": "2.2.6",
4
4
  "description": "React component library for all Stratosphere Labs user interfaces",
5
5
  "type": "module",
6
6
  "files": [