@maelstrom-futurism/button 0.10.3 → 0.10.6

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/dist/Button.d.ts CHANGED
@@ -2,4 +2,3 @@ import { ReactNode } from 'react';
2
2
  import { ButtonProps } from './types';
3
3
  declare const Button: (props: ButtonProps) => ReactNode;
4
4
  export default Button;
5
- //# sourceMappingURL=Button.d.ts.map
@@ -2,4 +2,3 @@ import { SerializedStyles } from '@emotion/react';
2
2
  export declare const ripple: SerializedStyles;
3
3
  export declare const buttonStyle: SerializedStyles;
4
4
  export declare const buttonGroupStyle: SerializedStyles;
5
- //# sourceMappingURL=Button.styles.d.ts.map
@@ -4,4 +4,3 @@ interface ButtonGroupProps {
4
4
  }
5
5
  declare const ButtonGroup: ({ children }: ButtonGroupProps) => ReactNode;
6
6
  export default ButtonGroup;
7
- //# sourceMappingURL=ButtonGroup.d.ts.map
@@ -7,4 +7,3 @@ interface DropdownButtonProps extends Omit<ButtonProps, 'onClick'> {
7
7
  }
8
8
  declare const DropdownButton: (props: DropdownButtonProps) => import("@emotion/react/jsx-runtime").JSX.Element;
9
9
  export default DropdownButton;
10
- //# sourceMappingURL=DropdownButton.d.ts.map
@@ -2,4 +2,3 @@ import { ReactNode } from 'react';
2
2
  import { ButtonProps } from './types';
3
3
  declare const LinkButton: ({ children, onClick, disabled, styles, ...rest }: ButtonProps) => ReactNode;
4
4
  export default LinkButton;
5
- //# sourceMappingURL=LinkButton.d.ts.map
package/dist/index.d.ts CHANGED
@@ -2,4 +2,3 @@ export { type ButtonVariant } from './types';
2
2
  export { default as Button } from './Button';
3
3
  export { default as ButtonGroup } from './ButtonGroup';
4
4
  export { default as DropdownButton } from './DropdownButton';
5
- //# sourceMappingURL=index.d.ts.map