@homebound/beam 2.246.0 → 2.247.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.
@@ -1,6 +1,6 @@
1
1
  import { MutableRefObject, PropsWithChildren, ReactNode } from "react";
2
2
  import { Only, Xss } from "../../Css";
3
- export type ModalSize = "sm" | "md" | "lg" | "xl";
3
+ export type ModalSize = "sm" | "md" | "lg" | "xl" | "xxl";
4
4
  export interface ModalProps {
5
5
  /**
6
6
  * The modal size, defaults to `md`.
@@ -95,6 +95,7 @@ const widths = {
95
95
  md: 480,
96
96
  lg: 640,
97
97
  xl: 800,
98
+ xxl: 900,
98
99
  };
99
100
  const defaultMinHeight = 204;
100
101
  function getSize(size) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "2.246.0",
3
+ "version": "2.247.0",
4
4
  "author": "Homebound",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",