braid-ui 1.0.182 → 1.0.183

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.d.cts CHANGED
@@ -2938,7 +2938,7 @@ interface StackProps {
2938
2938
  declare const Stack: React$1.ForwardRefExoticComponent<StackProps & React$1.RefAttributes<HTMLDivElement>>;
2939
2939
 
2940
2940
  interface StatusBadgeProps {
2941
- status: "ACTIVE" | "INACTIVE" | "PENDING" | "SUSPENDED" | "BLOCKED" | "PENDING_APPROVAL" | "POSTED" | "FAILED" | "CANCELLED" | "DELETED" | "NEEDS_OFAC" | "PENDING_UNBLOCK";
2941
+ status: "ACTIVE" | "INACTIVE" | "PENDING" | "SUSPENDED" | "BLOCKED" | "PENDING_APPROVAL" | "POSTED" | "FAILED" | "CANCELLED" | "DELETED" | "NEEDS_OFAC" | "PENDING_UNBLOCK" | "CLOSED";
2942
2942
  className?: string;
2943
2943
  /** Shows a subtle chevron to indicate the status is a clickable dropdown/select. */
2944
2944
  showDropdownIndicator?: boolean;
package/dist/index.d.ts CHANGED
@@ -2938,7 +2938,7 @@ interface StackProps {
2938
2938
  declare const Stack: React$1.ForwardRefExoticComponent<StackProps & React$1.RefAttributes<HTMLDivElement>>;
2939
2939
 
2940
2940
  interface StatusBadgeProps {
2941
- status: "ACTIVE" | "INACTIVE" | "PENDING" | "SUSPENDED" | "BLOCKED" | "PENDING_APPROVAL" | "POSTED" | "FAILED" | "CANCELLED" | "DELETED" | "NEEDS_OFAC" | "PENDING_UNBLOCK";
2941
+ status: "ACTIVE" | "INACTIVE" | "PENDING" | "SUSPENDED" | "BLOCKED" | "PENDING_APPROVAL" | "POSTED" | "FAILED" | "CANCELLED" | "DELETED" | "NEEDS_OFAC" | "PENDING_UNBLOCK" | "CLOSED";
2942
2942
  className?: string;
2943
2943
  /** Shows a subtle chevron to indicate the status is a clickable dropdown/select. */
2944
2944
  showDropdownIndicator?: boolean;