@mobileaction/action-kit 1.40.4 → 1.40.5

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.40.5](https://github.com/mobileaction/action-kit/compare/v1.40.4...v1.40.5) (2025-01-15)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **PEC-4632:** card padding update ([4d36495](https://github.com/mobileaction/action-kit/commit/4d36495023c096a8842066b14b76005228629ad8))
11
+
5
12
  ## [1.40.4](https://github.com/mobileaction/action-kit/compare/v1.40.3...v1.40.4) (2025-01-15)
6
13
 
7
14
 
@@ -2,3 +2,4 @@ import type { Meta, StoryFn } from '@storybook/vue3';
2
2
  import MaCard from '../index.vue';
3
3
  export declare const baseConfig: Meta<typeof MaCard>;
4
4
  export declare const Template: StoryFn;
5
+ export declare const TemplateWithSlots: StoryFn;
@@ -3,6 +3,7 @@ import MaCard from '../index.vue';
3
3
  declare const meta: Meta<typeof MaCard>;
4
4
  export default meta;
5
5
  export declare const Default: StoryFn;
6
+ export declare const NoContentPadding: StoryFn;
6
7
  export declare const Closable: StoryFn;
7
8
  export declare const Collapse: StoryFn;
8
9
  export declare const AllSlots: StoryFn;