@seamapi/react 4.4.0 → 4.5.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.
@@ -5,9 +5,9 @@ import { CheckGreenIcon } from 'lib/icons/CheckGreen.js'
5
5
  import { CloseWhiteIcon } from 'lib/icons/CloseWhite.js'
6
6
  import { ExclamationCircleIcon } from 'lib/icons/ExclamationCircle.js'
7
7
 
8
- type SnackbarVariant = 'success' | 'error'
8
+ export type SnackbarVariant = 'success' | 'error'
9
9
 
10
- interface SnackbarProps {
10
+ export interface SnackbarProps {
11
11
  message: string
12
12
  variant: SnackbarVariant
13
13
  visible: boolean
@@ -1,3 +1,3 @@
1
- const seamapiReactVersion = '4.4.0'
1
+ const seamapiReactVersion = '4.5.0'
2
2
 
3
3
  export default seamapiReactVersion