@sellgar/kit 0.0.149 → 0.0.150

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sellgar/kit",
3
3
  "type": "module",
4
- "version": "0.0.149",
4
+ "version": "0.0.150",
5
5
  "description": "Sellgar kit",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
@@ -1,6 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  export interface IProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'style'> {
3
- form?: 'icon-only';
4
3
  style?: 'primary' | 'secondary' | 'tertiary' | 'ghost';
5
4
  size?: 'lg' | 'md' | 'sm' | 'xs';
6
5
  target?: 'default' | 'destructive' | 'success' | 'info';
@@ -42,4 +42,3 @@ declare const meta: {
42
42
  export default meta;
43
43
  type Story = StoryObj<typeof meta>;
44
44
  export declare const Default: Story;
45
- export declare const IconButton: Story;
@@ -1,8 +1,6 @@
1
1
  export * from './icon';
2
2
  export * from './badge';
3
3
  export * from './button';
4
- export * from './button-link';
5
- export * from './button-dropdown';
6
4
  export * from './radio';
7
5
  export * from './checkbox';
8
6
  export * from './input';