@xapp/form-widget 1.76.1 → 1.78.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.
@@ -3,3 +3,4 @@ declare const _default: Meta;
3
3
  export default _default;
4
4
  export declare const Default: any;
5
5
  export declare const WithFormServiceOptions: any;
6
+ export declare const WithFormServiceOptionsZipCodeServiceArea: any;
@@ -4,4 +4,5 @@ declare const _default: Meta;
4
4
  export default _default;
5
5
  type Story = StoryFn<FormCardProps>;
6
6
  export declare const Default: any;
7
+ export declare const Customized: any;
7
8
  export declare const WithVariants: Story;
@@ -3,6 +3,7 @@ declare const _default: Meta;
3
3
  export default _default;
4
4
  export declare const Default: any;
5
5
  export declare const Radio: any;
6
+ export declare const RadioWithTitle: any;
6
7
  export declare const WithTitle: any;
7
8
  export declare const WithURL: any;
8
9
  export declare const WithMixedItems: any;
@@ -0,0 +1,9 @@
1
+ import { Meta } from "@storybook/react";
2
+ declare const _default: Meta;
3
+ export default _default;
4
+ export declare const Default: any;
5
+ export declare const WithTitle: any;
6
+ export declare const WithError: any;
7
+ export declare const ManyOptions: any;
8
+ export declare const WithLongLabels: any;
9
+ export declare const RequiredMembership: any;