@arc-ui/community-components 3.12.0 → 3.13.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.
package/lib/index.mjs CHANGED
@@ -274,7 +274,7 @@ var HeaderBarNotification = function (_a) {
274
274
  localStorage.setItem(localStorageId, "true");
275
275
  setShowNotification(false);
276
276
  };
277
- return (React.createElement(Popover, __assign({ open: showNotification, side: "bottom", sideOffset: 12, maxWidth: 900, arrow: true, asChild: true, className: classNames(styles$v.popupNotification, (_b = {}, _b[styles$v.hiddenByDefault] = showAtSize, _b), showAtSize === null || showAtSize === void 0 ? void 0 : showAtSize.map(function (s) { return styles$v[s]; })), content: React.createElement("div", { className: styles$v.container },
277
+ return (React.createElement(Popover, __assign({ open: showNotification, side: "bottom", sideOffset: 12, maxWidth: 900, arrow: true, asChild: true, onOpenAutoFocus: function (e) { return e.preventDefault(); }, className: classNames(styles$v.popupNotification, (_b = {}, _b[styles$v.hiddenByDefault] = showAtSize, _b), showAtSize === null || showAtSize === void 0 ? void 0 : showAtSize.map(function (s) { return styles$v[s]; })), content: React.createElement("div", { className: styles$v.container },
278
278
  React.createElement("div", { className: styles$v.content },
279
279
  (image || icon) && (React.createElement("div", { className: styles$v.image },
280
280
  image && (React.createElement(Image$2, { src: image, alt: heading, fit: "cover", width: 55 })),
@@ -1009,7 +1009,7 @@ var SectionHeading = function (_a) {
1009
1009
 
1010
1010
  /**
1011
1011
  * Do not edit directly
1012
- * Generated on Thu, 21 May 2026 15:46:02 GMT
1012
+ * Generated on Thu, 23 Jul 2026 08:25:27 GMT
1013
1013
  */
1014
1014
  var ArcSizeBreakpointsXs = "320px";
1015
1015
  var ArcSizeBreakpointsS = "636px";