analytica-frontend-lib 1.0.55 → 1.0.56

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/index.js CHANGED
@@ -246,7 +246,7 @@ var Badge = ({
246
246
  className: `${baseClasses} ${variantClasses} ${sizeClasses} ${className}`,
247
247
  ...props,
248
248
  children: [
249
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_phosphor_react.Bell, { size: 24, className: "text-primary-950" }),
249
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_phosphor_react.Bell, { size: 24, className: "text-current", "aria-hidden": "true" }),
250
250
  notificationActive && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
251
251
  "span",
252
252
  {
@@ -3093,9 +3093,8 @@ var DropdownMenuTrigger = ({
3093
3093
  const open = (0, import_zustand2.useStore)(store, (s) => s.open);
3094
3094
  const toggleOpen = () => store.setState({ open: !open });
3095
3095
  return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
3096
- Button_default,
3096
+ "button",
3097
3097
  {
3098
- variant: "outline",
3099
3098
  onClick: (e) => {
3100
3099
  e.stopPropagation();
3101
3100
  toggleOpen();