@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.
package/dist/copilot.es.js
CHANGED
|
@@ -13715,6 +13715,7 @@ const MN = (e) => ({
|
|
|
13715
13715
|
"button",
|
|
13716
13716
|
{
|
|
13717
13717
|
"aria-label": t,
|
|
13718
|
+
title: t,
|
|
13718
13719
|
className: W(e, `${j}-close-button`),
|
|
13719
13720
|
disabled: r,
|
|
13720
13721
|
onClick: n,
|
|
@@ -33800,6 +33801,7 @@ const JF = ({ children: e }) => {
|
|
|
33800
33801
|
"button",
|
|
33801
33802
|
{
|
|
33802
33803
|
"aria-label": `Overflow menu for ${e}`,
|
|
33804
|
+
title: "More options",
|
|
33803
33805
|
"aria-expanded": r,
|
|
33804
33806
|
"aria-haspopup": "menu",
|
|
33805
33807
|
className: W(
|
|
@@ -33831,7 +33833,8 @@ const JF = ({ children: e }) => {
|
|
|
33831
33833
|
`${j}-toggle-dialog-button`,
|
|
33832
33834
|
`cim-${e}-component`
|
|
33833
33835
|
),
|
|
33834
|
-
ariaLabel: "
|
|
33836
|
+
ariaLabel: "Collapse",
|
|
33837
|
+
title: "Collapse",
|
|
33835
33838
|
onClick: a,
|
|
33836
33839
|
icon: /* @__PURE__ */ A.jsx(ET, {})
|
|
33837
33840
|
}
|
|
@@ -33904,6 +33907,7 @@ const JF = ({ children: e }) => {
|
|
|
33904
33907
|
`cim-${e}-component`
|
|
33905
33908
|
),
|
|
33906
33909
|
ariaLabel: f,
|
|
33910
|
+
title: f,
|
|
33907
33911
|
onClick: u,
|
|
33908
33912
|
icon: /* @__PURE__ */ A.jsx(c, {})
|
|
33909
33913
|
}
|
|
@@ -34092,7 +34096,8 @@ const JF = ({ children: e }) => {
|
|
|
34092
34096
|
`${j}-toggle-modal-button`,
|
|
34093
34097
|
`cim-${e}-component`
|
|
34094
34098
|
),
|
|
34095
|
-
ariaLabel: "
|
|
34099
|
+
ariaLabel: "Expand",
|
|
34100
|
+
title: "Expand",
|
|
34096
34101
|
onClick: s,
|
|
34097
34102
|
icon: /* @__PURE__ */ A.jsx(yT, {})
|
|
34098
34103
|
}
|