@nimbus-ds/components 5.36.0 → 5.37.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
@@ -2358,7 +2358,7 @@ export interface ButtonProperties {
2358
2358
  * Change the size of the button.
2359
2359
  * @default medium
2360
2360
  */
2361
- size?: "medium" | "small";
2361
+ size?: "large" | "medium" | "small";
2362
2362
  }
2363
2363
  export type ButtonBaseProps = ButtonProperties & ButtonHTMLAttributes<HTMLButtonElement>;
2364
2364
  export declare const Button: PolymorphicForwardRefComponent<"button" | "a", ButtonBaseProps> & ButtonComponents;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/components",
3
- "version": "5.36.0",
3
+ "version": "5.37.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [