@avalabs/k2-alpine 1.188.0 → 1.195.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
@@ -1,4 +1,6 @@
1
1
  export * from '@mui/material';
2
+ export { Masonry } from '@mui/lab';
3
+ export { useSonner, type ToastT } from 'sonner';
2
4
  export { ThemeProvider, type CoreTheme } from './components/ThemeProvider/ThemeProvider';
3
5
  export { combineSx } from './utils/combineSx';
4
6
  export { getHexAlpha } from './utils/getHexAlpha';
@@ -18,7 +20,8 @@ export { PopoverItem, type PopoverItemProps } from './components/PopoverItem/Pop
18
20
  export { Select, type BorderlessSelectProps } from './components/Select/Select';
19
21
  export { SearchInput, type SearchInputProps } from './components/SearchInput/SearchInput';
20
22
  export { AppStore, PlayStore, ChromeStore } from './components/StoreButtons';
21
- export { toast } from './components/Toast/Toast';
23
+ export { Tilt, type TiltProps } from './components/Tilt/Tilt';
24
+ export { toast, type ToastOptions } from './components/Toast/Toast';
22
25
  export { TruncateText, type TruncateTextProps } from './components/TruncateText/TruncateText';
23
26
  export { Typography, type TypographyProps } from './components/Typography/Typography';
24
27
  export { truncateAddress } from './components/TruncateText/TruncateText';