@mirohq/design-system-base-button 0.4.30 → 0.4.31

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -13
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -5,7 +5,6 @@ import { PressProps } from '@mirohq/design-system-use-press';
5
5
  import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
6
6
  import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
7
7
  import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
8
- import * as _stitches_react from '@stitches/react';
9
8
  import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
10
9
 
11
10
  declare const sizes: {
@@ -498,18 +497,8 @@ declare const StyledBaseButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
498
497
  readonly [$$PropertyValue]: "width";
499
498
  };
500
499
  };
501
- _hover: (css: _stitches_react.CSS<{
502
- media: {};
503
- theme: {};
504
- themeMap: {};
505
- utils: {};
506
- }>) => {
507
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
508
- media: {};
509
- theme: {};
510
- themeMap: {};
511
- utils: {};
512
- }>;
500
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
501
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
513
502
  };
514
503
  }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"button">>, {}, {}>;
515
504
  declare type StyledBaseButtonProps = ComponentPropsWithRef<typeof StyledBaseButton>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-base-button",
3
- "version": "0.4.30",
3
+ "version": "0.4.31",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -30,7 +30,7 @@
30
30
  "@react-aria/utils": "^3.13.0",
31
31
  "@react-types/shared": "^3.16.0",
32
32
  "@mirohq/design-system-primitive": "^1.1.1",
33
- "@mirohq/design-system-stitches": "^2.5.0",
33
+ "@mirohq/design-system-stitches": "^2.5.1",
34
34
  "@mirohq/design-system-types": "^0.6.2"
35
35
  },
36
36
  "scripts": {