@speakeasy-api/moonshine 1.38.1 → 1.40.0

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/types.d.ts CHANGED
@@ -6,6 +6,8 @@ export declare const buttonContexts: readonly ["product", "marketing"];
6
6
  export type ButtonContext = (typeof buttonContexts)[number];
7
7
  export declare const badgeVariants: readonly ["neutral", "destructive", "information", "success", "warning"];
8
8
  export type BadgeVariant = (typeof badgeVariants)[number];
9
+ export declare const badgeSizes: readonly ["sm", "md", "lg"];
10
+ export type BadgeSize = (typeof badgeSizes)[number];
9
11
  export type Orientation = 'horizontal' | 'vertical';
10
12
  export declare const sizes: readonly ["small", "medium", "large", "xl", "2xl"];
11
13
  export type Size = (typeof sizes)[number];