math-main-components 0.0.216 → 0.0.217

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.
@@ -5,7 +5,7 @@ export declare function Button({ id, children, iconName, iconFill, type, onClick
5
5
  iconName?: string;
6
6
  iconFill?: string;
7
7
  type?: ButtonType;
8
- children: ReactNode;
8
+ children?: ReactNode;
9
9
  onClick?: (event: MouseEvent<HTMLButtonElement>) => void;
10
10
  } & React.HTMLAttributes<HTMLButtonElement>): React.JSX.Element;
11
11
  export {};
@@ -11,3 +11,4 @@ declare const meta: {
11
11
  export default meta;
12
12
  type Story = StoryObj<typeof meta>;
13
13
  export declare const Primary: Story;
14
+ export declare const Icon: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "math-main-components",
3
- "version": "0.0.216",
3
+ "version": "0.0.217",
4
4
  "author": "Emilian Scheel",
5
5
  "files": [
6
6
  "dist/**/*",