@stackframe/dashboard-ui-components 2.8.78 → 2.8.80

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.
@@ -3,7 +3,7 @@ import * as RechartsPrimitive from "recharts";
3
3
 
4
4
  //#region src/components/chart-legend.d.ts
5
5
  declare const DesignChartLegend: typeof RechartsPrimitive.Legend;
6
- declare const DesignChartLegendContent: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLDivElement> & React$1.HTMLAttributes<HTMLDivElement> & Pick<RechartsPrimitive.LegendProps, "verticalAlign" | "payload"> & {
6
+ declare const DesignChartLegendContent: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLDivElement> & React$1.HTMLAttributes<HTMLDivElement> & Pick<RechartsPrimitive.LegendProps, "payload" | "verticalAlign"> & {
7
7
  hideIcon?: boolean;
8
8
  nameKey?: string;
9
9
  }, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
@@ -7770,6 +7770,7 @@ attempted value: ${formattedValue}
7770
7770
  email: yupString().defined().nullable(),
7771
7771
  email_verified: yupBoolean().defined(),
7772
7772
  selected_team_id: yupString().defined().nullable(),
7773
+ signed_up_at: yupNumber().defined(),
7773
7774
  is_anonymous: yupBoolean().defined(),
7774
7775
  is_restricted: yupBoolean().defined(),
7775
7776
  restricted_reason: restrictedReasonSchema.defined().nullable(),