analytica-frontend-lib 1.0.54 → 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.mjs CHANGED
@@ -171,7 +171,7 @@ var Badge = ({
171
171
  className: `${baseClasses} ${variantClasses} ${sizeClasses} ${className}`,
172
172
  ...props,
173
173
  children: [
174
- /* @__PURE__ */ jsx3(Bell, { size: 24, className: "text-primary-950" }),
174
+ /* @__PURE__ */ jsx3(Bell, { size: 24, className: "text-current", "aria-hidden": "true" }),
175
175
  notificationActive && /* @__PURE__ */ jsx3(
176
176
  "span",
177
177
  {
@@ -3048,9 +3048,8 @@ var DropdownMenuTrigger = ({
3048
3048
  const open = useStore(store, (s) => s.open);
3049
3049
  const toggleOpen = () => store.setState({ open: !open });
3050
3050
  return /* @__PURE__ */ jsx23(
3051
- Button_default,
3051
+ "button",
3052
3052
  {
3053
- variant: "outline",
3054
3053
  onClick: (e) => {
3055
3054
  e.stopPropagation();
3056
3055
  toggleOpen();
@@ -3986,7 +3985,7 @@ var CardActivesResults = forwardRef12(
3986
3985
  "div",
3987
3986
  {
3988
3987
  ref,
3989
- className: `w-full flex flex-col border border-border-50 bg-background rounded-xl ${className}`,
3988
+ className: `w-full flex flex-col border border-border-50 bg-background rounded-xl ${className}`,
3990
3989
  ...props,
3991
3990
  children: [
3992
3991
  /* @__PURE__ */ jsxs21(
@@ -4120,7 +4119,7 @@ var CardProgress = forwardRef12(
4120
4119
  {
4121
4120
  ref,
4122
4121
  className: `
4123
- w-full flex border border-border-50 rounded-xl
4122
+ w-full flex border border-border-50 bg-background rounded-xl
4124
4123
  ${isHorizontal ? "flex-row h-20" : "flex-col"}
4125
4124
  ${className}
4126
4125
  `,
@@ -4170,7 +4169,7 @@ var CardTopic = forwardRef12(
4170
4169
  "div",
4171
4170
  {
4172
4171
  ref,
4173
- className: `w-full py-2 px-4 flex flex-col justify-center gap-2 border border-border-50 rounded-xl min-h-20 ${className}`,
4172
+ className: `w-full py-2 px-4 flex flex-col justify-center gap-2 bg-background border border-border-50 rounded-xl min-h-20 ${className}`,
4174
4173
  ...props,
4175
4174
  children: [
4176
4175
  subHead && /* @__PURE__ */ jsx26("span", { className: "text-text-600 text-2xs flex flex-row gap-1", children: subHead.map((text, index) => /* @__PURE__ */ jsxs21(Fragment4, { children: [
@@ -4247,7 +4246,7 @@ var CardResults = forwardRef12(
4247
4246
  {
4248
4247
  ref,
4249
4248
  className: `
4250
- w-full flex border border-border-50 rounded-xl min-h-20 flex-row items-center pr-4
4249
+ w-full flex border border-border-50 bg-background rounded-xl min-h-20 flex-row items-center pr-4
4251
4250
  ${className}
4252
4251
  `,
4253
4252
  ...props,
@@ -4317,7 +4316,7 @@ var CardStatus = forwardRef12(
4317
4316
  {
4318
4317
  ref,
4319
4318
  className: `
4320
- w-full flex border border-border-50 rounded-xl min-h-20 flex-row items-center pr-4
4319
+ w-full flex border border-border-50 bg-background rounded-xl min-h-20 flex-row items-center pr-4
4321
4320
  ${className}
4322
4321
  `,
4323
4322
  ...props,