braid-ui 1.0.140 → 1.0.141
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/css/braid-ui.css +155 -0
- package/dist/css/braid-ui.min.css +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -1601,7 +1601,7 @@ interface AccountTypeBadgeProps {
|
|
|
1601
1601
|
declare const AccountTypeBadge: ({ type, className }: AccountTypeBadgeProps) => react_jsx_runtime.JSX.Element;
|
|
1602
1602
|
|
|
1603
1603
|
declare const badgeVariants: (props?: {
|
|
1604
|
-
variant?: "default" | "secondary" | "destructive" | "outline" | "success" | "warning" | "blocked" | "inbound" | "outbound" | "business" | "individual" | "government" | "nonprofit" | "corporation" | "llc" | "partnership" | "sole_proprietorship" | "active" | "inactive" | "pending" | "suspended" | "cip-active" | "cip-inactive" | "cip-pending" | "cip-secondary" | "alert-ofac" | "alert-dual" | "alert-monitoring" | "alert-error" | "ofac_no_match" | "ofac_review" | "ofac_cleared" | "ofac_confirmed" | "ofac_blocked" | "checking" | "savings" | "zero-balance" | "funding";
|
|
1604
|
+
variant?: "default" | "secondary" | "destructive" | "outline" | "success" | "warning" | "blocked" | "inbound" | "outbound" | "business" | "individual" | "government" | "nonprofit" | "corporation" | "llc" | "partnership" | "sole_proprietorship" | "active" | "inactive" | "pending" | "suspended" | "cip-active" | "cip-inactive" | "cip-pending" | "cip-secondary" | "alert-ofac" | "alert-dual" | "alert-monitoring" | "alert-error" | "ofac_no_match" | "ofac_review" | "ofac_cleared" | "ofac_confirmed" | "ofac_blocked" | "ofac_error" | "checking" | "savings" | "zero-balance" | "funding";
|
|
1605
1605
|
} & class_variance_authority_types.ClassProp) => string;
|
|
1606
1606
|
interface BadgeProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
|
|
1607
1607
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1601,7 +1601,7 @@ interface AccountTypeBadgeProps {
|
|
|
1601
1601
|
declare const AccountTypeBadge: ({ type, className }: AccountTypeBadgeProps) => react_jsx_runtime.JSX.Element;
|
|
1602
1602
|
|
|
1603
1603
|
declare const badgeVariants: (props?: {
|
|
1604
|
-
variant?: "default" | "secondary" | "destructive" | "outline" | "success" | "warning" | "blocked" | "inbound" | "outbound" | "business" | "individual" | "government" | "nonprofit" | "corporation" | "llc" | "partnership" | "sole_proprietorship" | "active" | "inactive" | "pending" | "suspended" | "cip-active" | "cip-inactive" | "cip-pending" | "cip-secondary" | "alert-ofac" | "alert-dual" | "alert-monitoring" | "alert-error" | "ofac_no_match" | "ofac_review" | "ofac_cleared" | "ofac_confirmed" | "ofac_blocked" | "checking" | "savings" | "zero-balance" | "funding";
|
|
1604
|
+
variant?: "default" | "secondary" | "destructive" | "outline" | "success" | "warning" | "blocked" | "inbound" | "outbound" | "business" | "individual" | "government" | "nonprofit" | "corporation" | "llc" | "partnership" | "sole_proprietorship" | "active" | "inactive" | "pending" | "suspended" | "cip-active" | "cip-inactive" | "cip-pending" | "cip-secondary" | "alert-ofac" | "alert-dual" | "alert-monitoring" | "alert-error" | "ofac_no_match" | "ofac_review" | "ofac_cleared" | "ofac_confirmed" | "ofac_blocked" | "ofac_error" | "checking" | "savings" | "zero-balance" | "funding";
|
|
1605
1605
|
} & class_variance_authority_types.ClassProp) => string;
|
|
1606
1606
|
interface BadgeProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
|
|
1607
1607
|
}
|