@xapp/form-widget 1.65.9 → 1.67.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/App.d.ts CHANGED
Binary file
Binary file
@@ -1,11 +1,10 @@
1
1
  import { Meta } from "@storybook/react/types-6-0";
2
2
  import { VFC } from "react";
3
+ /**
4
+ * TODO: This is work in progress
5
+ */
3
6
  declare const _default: Meta;
4
7
  export default _default;
5
8
  export declare const Default: VFC;
6
9
  export declare const DefaultBlank: VFC;
7
- export declare const LocalTesting: VFC;
8
- export declare const WithSuggestionsUrlThatHasKey: VFC;
9
10
  export declare const Styled: VFC;
10
- export declare const CustomButton: VFC;
11
- export declare const ButtonByElementID: VFC;
Binary file
Binary file
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { Form, FormContainer, FormProps, FormWidget, FormWidgetProps, SearchResponseFormDisplay } from "./components";
1
+ export { Form, FormContainer, FormProps, FormWidget, FormWidgetProps, SearchResponseFormDisplay, } from "./components";
2
2
  export { FormWidgetConfig, StentorApiConfig, FormWidgetTheme } from "./config";
3
- export { WidgetCardTheme, WidgetCarouselTheme, WidgetBackgroundTheme, WidgetListTheme, WidgetBorderTheme } from "./config/theme";
3
+ export { FormWidgetCardTheme, FormWidgetCheckboxTheme, FormWidgetChipsTheme, FormWidgetDateTheme, FormWidgetDropdownTheme, FormWidgetTextTheme, } from "./config/theme";
4
4
  export { SearchIcon, SpinnerIcon, LeftAngleIcon, RightAngleIcon } from "./components/icons";