@helpai/elements 0.10.0 → 0.10.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.
package/index.mjs CHANGED
@@ -3561,6 +3561,7 @@ function HeaderActions({ panelProps, variant }) {
3561
3561
  children: /* @__PURE__ */ jsx9(HistoryIcon, {})
3562
3562
  }
3563
3563
  ) : null,
3564
+ items.length > 0 ? /* @__PURE__ */ jsx9(OverflowMenu, { items, triggerLabel: s.moreActions }) : null,
3564
3565
  showClose ? /* @__PURE__ */ jsx9(
3565
3566
  "button",
3566
3567
  {
@@ -3572,8 +3573,7 @@ function HeaderActions({ panelProps, variant }) {
3572
3573
  "data-testid": TID.actionClose,
3573
3574
  children: /* @__PURE__ */ jsx9(CloseIcon, {})
3574
3575
  }
3575
- ) : null,
3576
- items.length > 0 ? /* @__PURE__ */ jsx9(OverflowMenu, { items, triggerLabel: s.moreActions }) : null
3576
+ ) : null
3577
3577
  ] });
3578
3578
  }
3579
3579
 
package/package.json CHANGED
@@ -80,5 +80,5 @@
80
80
  ],
81
81
  "type": "module",
82
82
  "types": "./index.d.ts",
83
- "version": "0.10.0"
83
+ "version": "0.10.1"
84
84
  }
package/web-component.mjs CHANGED
@@ -3625,6 +3625,7 @@ function HeaderActions({ panelProps, variant }) {
3625
3625
  children: /* @__PURE__ */ jsx9(HistoryIcon, {})
3626
3626
  }
3627
3627
  ) : null,
3628
+ items.length > 0 ? /* @__PURE__ */ jsx9(OverflowMenu, { items, triggerLabel: s.moreActions }) : null,
3628
3629
  showClose ? /* @__PURE__ */ jsx9(
3629
3630
  "button",
3630
3631
  {
@@ -3636,8 +3637,7 @@ function HeaderActions({ panelProps, variant }) {
3636
3637
  "data-testid": TID.actionClose,
3637
3638
  children: /* @__PURE__ */ jsx9(CloseIcon, {})
3638
3639
  }
3639
- ) : null,
3640
- items.length > 0 ? /* @__PURE__ */ jsx9(OverflowMenu, { items, triggerLabel: s.moreActions }) : null
3640
+ ) : null
3641
3641
  ] });
3642
3642
  }
3643
3643