@yamada-ui/notice 0.5.9 → 0.5.11

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.
@@ -4,4 +4,4 @@ import { FC } from 'react';
4
4
  type NoticeProviderProps = Omit<Required<ThemeConfig>["notice"], "options">;
5
5
  declare const NoticeProvider: FC<NoticeProviderProps>;
6
6
 
7
- export { NoticeProvider, NoticeProviderProps };
7
+ export { NoticeProvider, type NoticeProviderProps };
@@ -4,4 +4,4 @@ import { FC } from 'react';
4
4
  type NoticeProviderProps = Omit<Required<ThemeConfig>["notice"], "options">;
5
5
  declare const NoticeProvider: FC<NoticeProviderProps>;
6
6
 
7
- export { NoticeProvider, NoticeProviderProps };
7
+ export { NoticeProvider, type NoticeProviderProps };
package/dist/notice.d.mts CHANGED
@@ -45,4 +45,4 @@ type NoticeProps = Omit<AlertProps, keyof UseNoticeOptions> & UseNoticeOptions &
45
45
  onClose?: () => void;
46
46
  };
47
47
 
48
- export { NoticeOptions, NoticeProps, UseNoticeOptions, noticeStore, useNotice };
48
+ export { type NoticeOptions, type NoticeProps, type UseNoticeOptions, noticeStore, useNotice };
package/dist/notice.d.ts CHANGED
@@ -45,4 +45,4 @@ type NoticeProps = Omit<AlertProps, keyof UseNoticeOptions> & UseNoticeOptions &
45
45
  onClose?: () => void;
46
46
  };
47
47
 
48
- export { NoticeOptions, NoticeProps, UseNoticeOptions, noticeStore, useNotice };
48
+ export { type NoticeOptions, type NoticeProps, type UseNoticeOptions, noticeStore, useNotice };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/notice",
3
- "version": "0.5.9",
3
+ "version": "0.5.11",
4
4
  "description": "Yamada UI notice component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -35,13 +35,13 @@
35
35
  "url": "https://github.com/hirotomoyamada/yamada-ui/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@yamada-ui/core": "0.12.8",
39
- "@yamada-ui/close-button": "0.3.19",
40
- "@yamada-ui/alert": "0.5.14",
41
- "@yamada-ui/portal": "0.3.7",
42
- "@yamada-ui/motion": "0.4.18",
43
- "@yamada-ui/use-timeout": "0.2.5",
44
- "@yamada-ui/utils": "0.3.3"
38
+ "@yamada-ui/core": "0.13.1",
39
+ "@yamada-ui/close-button": "0.3.21",
40
+ "@yamada-ui/alert": "0.5.16",
41
+ "@yamada-ui/portal": "0.3.8",
42
+ "@yamada-ui/motion": "0.4.20",
43
+ "@yamada-ui/use-timeout": "0.2.6",
44
+ "@yamada-ui/utils": "0.4.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "react": "^18.0.0",