@cimulate/copilot-widget 1.9.1 → 1.9.2

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.
@@ -31025,6 +31025,7 @@ const KD = 180, QD = (e) => {
31025
31025
  "button",
31026
31026
  {
31027
31027
  "aria-label": t,
31028
+ title: t,
31028
31029
  className: re(e, `${J}-close-button`),
31029
31030
  disabled: r,
31030
31031
  onClick: n,
@@ -31436,6 +31437,7 @@ const h5 = ({ children: e }) => {
31436
31437
  "button",
31437
31438
  {
31438
31439
  "aria-label": `Overflow menu for ${e}`,
31440
+ title: "More options",
31439
31441
  "aria-expanded": r,
31440
31442
  "aria-haspopup": "menu",
31441
31443
  className: re(
@@ -31464,7 +31466,8 @@ const h5 = ({ children: e }) => {
31464
31466
  `${J}-toggle-dialog-button`,
31465
31467
  `cim-${e}-component`
31466
31468
  ),
31467
- ariaLabel: "Toggle Dialog",
31469
+ ariaLabel: "Collapse",
31470
+ title: "Collapse",
31468
31471
  onClick: a,
31469
31472
  icon: /* @__PURE__ */ P.jsx(KE, {})
31470
31473
  }
@@ -31537,6 +31540,7 @@ const h5 = ({ children: e }) => {
31537
31540
  `cim-${e}-component`
31538
31541
  ),
31539
31542
  ariaLabel: f,
31543
+ title: f,
31540
31544
  onClick: u,
31541
31545
  icon: /* @__PURE__ */ P.jsx(c, {})
31542
31546
  }
@@ -31725,7 +31729,8 @@ const h5 = ({ children: e }) => {
31725
31729
  `${J}-toggle-modal-button`,
31726
31730
  `cim-${e}-component`
31727
31731
  ),
31728
- ariaLabel: "Toggle Modal",
31732
+ ariaLabel: "Expand",
31733
+ title: "Expand",
31729
31734
  onClick: s,
31730
31735
  icon: /* @__PURE__ */ P.jsx(QE, {})
31731
31736
  }