@maelstrom-futurism/button 0.9.1 → 0.9.2

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.
@@ -1 +1 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../src/Button.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAAU,MAAM,OAAO,CAAC;AAMjD,OAAO,EAAE,WAAW,EAAiB,MAAM,SAAS,CAAC;AAmDrD,QAAA,MAAM,MAAM,GAAI,OAAO,WAAW,KAAG,SAuEpC,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../src/Button.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAAU,MAAM,OAAO,CAAC;AAMjD,OAAO,EAAE,WAAW,EAAiB,MAAM,SAAS,CAAC;AAsCrD,QAAA,MAAM,MAAM,GAAI,OAAO,WAAW,KAAG,SAqEpC,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ButtonGroup.d.ts","sourceRoot":"","sources":["../src/ButtonGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIlC,UAAU,gBAAgB;IACtB,QAAQ,CAAC,EAAE,SAAS,CAAA;CACvB;AAED,QAAA,MAAM,WAAW,GAAI,cAAc,gBAAgB,KAAG,SAIrD,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"ButtonGroup.d.ts","sourceRoot":"","sources":["../src/ButtonGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIlC,UAAU,gBAAgB;IACxB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED,QAAA,MAAM,WAAW,GAAI,cAAc,gBAAgB,KAAG,SAIrD,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { ButtonProps } from './types';
2
- interface DropdownButtonProps extends Omit<ButtonProps, "onClick"> {
2
+ interface DropdownButtonProps extends Omit<ButtonProps, 'onClick'> {
3
3
  items?: Array<{
4
4
  label: string;
5
5
  onClick: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownButton.d.ts","sourceRoot":"","sources":["../src/DropdownButton.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC,UAAU,mBAAoB,SAAQ,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC;IAC9D,KAAK,CAAC,EAAE,KAAK,CAAC;QACV,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,IAAI,CAAC;KACvB,CAAC,CAAC;CACN;AAkCD,QAAA,MAAM,cAAc,GAAI,OAAO,mBAAmB,qDAkDjD,CAAA;AAED,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"DropdownButton.d.ts","sourceRoot":"","sources":["../src/DropdownButton.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC,UAAU,mBAAoB,SAAQ,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC;IAChE,KAAK,CAAC,EAAE,KAAK,CAAC;QACZ,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,IAAI,CAAC;KACrB,CAAC,CAAC;CACJ;AAkCD,QAAA,MAAM,cAAc,GAAI,OAAO,mBAAmB,qDAsDjD,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1,11 +1,9 @@
1
1
  import { ReactNode } from 'react';
2
- import { Theme } from '../../core';
3
2
  interface LinkButtonProps {
4
- theme: Theme;
5
3
  children?: ReactNode;
6
4
  onClick?: React.MouseEventHandler;
7
5
  disabled?: boolean;
8
6
  }
9
- declare const LinkButton: ({ theme, children, onClick, disabled, }: LinkButtonProps) => ReactNode;
7
+ declare const LinkButton: ({ children, onClick, disabled, }: LinkButtonProps) => ReactNode;
10
8
  export default LinkButton;
11
9
  //# sourceMappingURL=LinkButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LinkButton.d.ts","sourceRoot":"","sources":["../src/LinkButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,OAAO,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAC;AAWjD,UAAU,eAAe;IACrB,KAAK,EAAE,KAAK,CAAC;IACb,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,QAAA,MAAM,UAAU,GAAI,yCAKjB,eAAe,KAAG,SAcpB,CAAA;AAED,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"LinkButton.d.ts","sourceRoot":"","sources":["../src/LinkButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAkBlC,UAAU,eAAe;IACvB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,UAAU,GAAI,kCAIjB,eAAe,KAAG,SAQpB,CAAC;AAEF,eAAe,UAAU,CAAC"}