@mobileaction/action-kit 1.40.7 → 1.40.8

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.
@@ -4,6 +4,7 @@ import '../assets/with-tab.scss';
4
4
  export declare const baseConfig: Meta<typeof MaModal>;
5
5
  export declare const functionsBaseConfig: any;
6
6
  export declare const Template: StoryFn;
7
+ export declare const Template2: StoryFn;
7
8
  export declare const CustomTemplate: StoryFn;
8
9
  export declare const WithTabTemplate: StoryFn;
9
10
  export declare const FunctionsTemplate: StoryFn;
@@ -12,3 +12,4 @@ export declare const Error: Story;
12
12
  export declare const Warning: Story;
13
13
  export declare const Info: Story;
14
14
  export declare const NoSpace: Story;
15
+ export declare const OnlyClosable: Story;