@kwiz/fluentui 1.0.83 → 1.0.84

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,5 +1,5 @@
1
1
  import { ToastIntent } from "@fluentui/react-components";
2
- export type toastDispatcher = (info: {
2
+ export type toastDispatcherType = (info: {
3
3
  title?: string;
4
4
  body?: string;
5
5
  subtitle?: string;
@@ -15,5 +15,5 @@ export type toastDispatcher = (info: {
15
15
  }) => void;
16
16
  export declare function useToast(): {
17
17
  control: JSX.Element;
18
- dispatch: toastDispatcher;
18
+ dispatch: toastDispatcherType;
19
19
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kwiz/fluentui",
3
- "version": "1.0.83",
3
+ "version": "1.0.84",
4
4
  "description": "KWIZ common controls for FluentUI",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",