analytica-frontend-lib 1.0.55 → 1.0.57

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();
@@ -3818,9 +3817,10 @@ var MenuItem = (0, import_react13.forwardRef)(
3818
3817
  {
3819
3818
  "data-variant": "menu2",
3820
3819
  className: `
3821
- flex flex-row items-center p-4 gap-2 border-b-2 border-transparent text-text-950 text-sx font-bold cursor-pointer focus:rounded-sm
3820
+ w-full flex flex-row items-center p-4 gap-2 border-b-4 border-transparent text-text-950 text-sx font-bold cursor-pointer focus:rounded-sm
3822
3821
  focus:outline-none focus:border-indicator-info focus:border-2
3823
3822
  ${selectedValue === value ? "border-b-primary-950" : ""}
3823
+ ${className ?? ""}
3824
3824
  `,
3825
3825
  ...commonProps,
3826
3826
  children
@@ -3831,7 +3831,7 @@ var MenuItem = (0, import_react13.forwardRef)(
3831
3831
  {
3832
3832
  "data-variant": "breadcrumb",
3833
3833
  className: `
3834
- p-2 rounded-lg hover:text-primary-600 cursor-pointer font-bold text-xs
3834
+ w-full p-2 rounded-lg hover:text-primary-600 cursor-pointer font-bold text-xs
3835
3835
  focus:outline-none focus:border-indicator-info focus:border-2
3836
3836
  ${selectedValue === value ? "text-primary-950" : "text-text-600"}
3837
3837
  ${className ?? ""}
@@ -4354,7 +4354,7 @@ var CardStatus = (0, import_react14.forwardRef)(
4354
4354
  `,
4355
4355
  children: [
4356
4356
  /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("p", { className: "text-xs font-bold text-text-950", children: header }),
4357
- /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("span", { className: "flex flex-row gap-1 items-center", children: [
4357
+ status && /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("span", { className: "flex flex-row gap-1 items-center", children: [
4358
4358
  /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4359
4359
  Badge_default,
4360
4360
  {