@m4l/components 8.2.3 → 8.2.4

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.
@@ -0,0 +1,32 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import { IconButton } from '../IconButton';
3
+ /**
4
+ * Definition of IconButton stories
5
+ */
6
+ declare const meta: Meta<typeof IconButton>;
7
+ type Story = StoryObj<typeof IconButton>;
8
+ /**
9
+ * Story for IconButton
10
+ */
11
+ export declare const Base: Story;
12
+ /**
13
+ * Story for IconButton enable
14
+ */
15
+ export declare const EnableDefault: Story;
16
+ /**
17
+ * Story for IconButton hover
18
+ */
19
+ export declare const HoverDefault: Story;
20
+ /**
21
+ * Story for IconButton active
22
+ */
23
+ export declare const ActiveDefault: Story;
24
+ /**
25
+ * Story for IconButton focus visible
26
+ */
27
+ export declare const FocusVisibleDefault: Story;
28
+ /**
29
+ * Story for IconButton with skeleton.
30
+ */
31
+ export declare const WithSkeleton: Story;
32
+ export default meta;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/components",
3
- "version": "8.2.3",
3
+ "version": "8.2.4",
4
4
  "license": "UNLICENSED",
5
5
  "lint-staged": {
6
6
  "*.{js,ts,tsx}": "eslint --fix --max-warnings 0"