@xapp/form-widget 1.75.0 → 1.76.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.
@@ -1,8 +1,13 @@
1
1
  import { Meta } from "@storybook/react";
2
- import { VFC } from "react";
2
+ import { FC, VFC } from "react";
3
+ import { FormWidgetTheme } from "@xapp/stentor-form-widget-channel";
3
4
  declare const _default: Meta;
4
5
  export default _default;
5
6
  export declare const Default: VFC;
6
7
  export declare const DefaultBlank: VFC;
7
8
  export declare const Styled: VFC;
8
9
  export declare const AutoOpened: VFC;
10
+ export declare const WithIframe: FC;
11
+ export declare function buildDefaultTheme(_opts: {
12
+ fontFamily?: string;
13
+ }): FormWidgetTheme;
@@ -3,4 +3,5 @@ declare const _default: Meta;
3
3
  export default _default;
4
4
  export declare const Default: any;
5
5
  export declare const WithDefaultBusyDays: any;
6
+ export declare const WithDefaultBusyDaysTwo: any;
6
7
  export declare const Loading: any;
@@ -5,3 +5,4 @@ export declare const Default: any;
5
5
  export declare const WithDate: any;
6
6
  export declare const WithOptionalEmail: any;
7
7
  export declare const WithManyInputs: any;
8
+ export declare const WithIFrameStep: any;