node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
export declare const SUCCESS_LIGHT = "success-light";
export declare const DANGER_LIGHT = "danger-light";
export declare const DEFAULT = "default";
export declare const TERTIARY = "tertiary";
export declare const SECONDARY = "secondary";
export declare const DANGER = "danger";
export declare const SUCCESS = "success";
export declare const GHOST = "ghost";
export declare const LIGHT_VARIANTS: readonly ["success-light", "danger-light"];
export declare const VARIANTS: readonly ["default", "tertiary", "secondary", "danger", "success", "ghost", "success-light", "danger-light"];
export declare const BUTTON_SIZES: readonly ["XS", "S", "M", "L"];
export type ButtonVariant = (typeof VARIANTS)[number];
export type ButtonSize = (typeof BUTTON_SIZES)[number];
//# sourceMappingURL=constants.d.ts.map