@nimbus-ds/styles 9.33.0 → 9.35.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/index.d.ts CHANGED
@@ -2945,6 +2945,7 @@ export declare const box: {
2945
2945
  export declare const button: {
2946
2946
  classnames: {
2947
2947
  fullWidth: string;
2948
+ size: Record<"medium" | "small", string>;
2948
2949
  appearance: Record<"primary" | "danger" | "neutral" | "transparent" | "ai-primary" | "ai-secondary", string>;
2949
2950
  };
2950
2951
  };