@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.
- package/dist/components/Form/Form.stories.d.ts +6 -1
- package/dist/components/FormFieldDate/FormFieldDate.d.ts +0 -0
- package/dist/components/FormFieldDate/FormFieldDate.stories.d.ts +1 -0
- package/dist/components/FormStepDisplay/FormStepDisplay.d.ts +0 -0
- package/dist/components/FormStepDisplay/FormStepDisplay.stories.d.ts +1 -0
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/stories/config.d.ts +1 -0
- package/dist/xapp-form-widget.css +15 -58
- package/dist/xapp-form-widget.js +1 -1
- package/package.json +12 -12
|
@@ -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;
|
|
Binary file
|
|
Binary file
|