@woovi/ui 6.8.21 → 6.8.23

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,7 @@
1
1
  type SwipeableModalTransitionProps = {
2
2
  in: boolean;
3
3
  children: JSX.Element;
4
+ onExited?: () => void;
4
5
  };
5
6
  export declare const SwipeableModalTransition: import("react").ForwardRefExoticComponent<SwipeableModalTransitionProps & import("react").RefAttributes<HTMLDivElement>>;
6
7
  export {};
@@ -1,6 +1,13 @@
1
+ import '@fontsource/nunito-sans/400.css';
2
+ import '@fontsource/nunito-sans/500.css';
3
+ import '@fontsource/nunito-sans/600.css';
4
+ import '@fontsource/nunito-sans/700.css';
1
5
  import '@fontsource/geist-sans/400.css';
2
6
  import '@fontsource/geist-sans/500.css';
3
7
  import '@fontsource/geist-sans/600.css';
8
+ import '@fontsource/geist-sans/700.css';
9
+ export declare const FONT_NUNITO_SANS: string;
10
+ export declare const FONT_GEIST_SANS: string;
4
11
  import type { Palette, PaletteColor, Theme } from "@mui/material/styles";
5
12
  declare module "@mui/material/styles" {
6
13
  interface Theme {
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@woovi/ui",
3
3
  "description": "Woovi UI component library",
4
- "version": "6.8.21",
4
+ "version": "6.8.23",
5
5
  "packageManager": "pnpm@10.28.1",
6
6
  "author": "Woovi",
7
7
  "dependencies": {
8
8
  "@emotion/react": "^11.14.0",
9
9
  "@emotion/styled": "^11.14.1",
10
10
  "@fontsource/geist-sans": "^5.2.5",
11
+ "@fontsource/nunito-sans": "^5.2.7",
11
12
  "@mui/icons-material": "7.3.8",
12
13
  "@mui/lab": "7.0.1-beta.22",
13
14
  "@mui/material": "7.3.8",