@mirohq/design-system-toolbar 2.4.8 → 2.4.10

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 +53 -0
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -4,6 +4,7 @@ import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches'
4
4
  import { StrictComponentProps } from '@mirohq/design-system-stitches';
5
5
  import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
6
6
  import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
7
+ import * as _stitches_react from '@stitches/react';
7
8
  import * as _radix_ui_react_toolbar from '@radix-ui/react-toolbar';
8
9
  import { HoverEvents } from '@react-types/shared';
9
10
 
@@ -492,6 +493,19 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
492
493
  readonly [$$PropertyValue]: "width";
493
494
  };
494
495
  };
496
+ _hover: (css: _stitches_react.CSS<{
497
+ media: {};
498
+ theme: {};
499
+ themeMap: {};
500
+ utils: {};
501
+ }>) => {
502
+ '&:hover, &[data-hovered]': _stitches_react.CSS<{
503
+ media: {};
504
+ theme: {};
505
+ themeMap: {};
506
+ utils: {};
507
+ }>;
508
+ };
495
509
  }>>>, "unstyled"> & _stitches_react_types_styled_component.TransformProps<{
496
510
  unstyled?: boolean | "false" | undefined;
497
511
  }, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarProps & react.RefAttributes<HTMLDivElement>>, {
@@ -984,6 +998,19 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
984
998
  readonly [$$PropertyValue]: "width";
985
999
  };
986
1000
  };
1001
+ _hover: (css: _stitches_react.CSS<{
1002
+ media: {};
1003
+ theme: {};
1004
+ themeMap: {};
1005
+ utils: {};
1006
+ }>) => {
1007
+ '&:hover, &[data-hovered]': _stitches_react.CSS<{
1008
+ media: {};
1009
+ theme: {};
1010
+ themeMap: {};
1011
+ utils: {};
1012
+ }>;
1013
+ };
987
1014
  }>>>, "unstyled" | "wrapper" | "active"> & _stitches_react_types_styled_component.TransformProps<{
988
1015
  unstyled?: boolean | "true" | "false" | undefined;
989
1016
  wrapper?: boolean | "true" | undefined;
@@ -1499,6 +1526,19 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
1499
1526
  readonly [$$PropertyValue]: "width";
1500
1527
  };
1501
1528
  };
1529
+ _hover: (css: _stitches_react.CSS<{
1530
+ media: {};
1531
+ theme: {};
1532
+ themeMap: {};
1533
+ utils: {};
1534
+ }>) => {
1535
+ '&:hover, &[data-hovered]': _stitches_react.CSS<{
1536
+ media: {};
1537
+ theme: {};
1538
+ themeMap: {};
1539
+ utils: {};
1540
+ }>;
1541
+ };
1502
1542
  }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarSeparatorProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
1503
1543
  declare type StyledSeparatorProps = StrictComponentProps<typeof StyledSeparator>;
1504
1544
 
@@ -1991,6 +2031,19 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
1991
2031
  readonly [$$PropertyValue]: "width";
1992
2032
  };
1993
2033
  };
2034
+ _hover: (css: _stitches_react.CSS<{
2035
+ media: {};
2036
+ theme: {};
2037
+ themeMap: {};
2038
+ utils: {};
2039
+ }>) => {
2040
+ '&:hover, &[data-hovered]': _stitches_react.CSS<{
2041
+ media: {};
2042
+ theme: {};
2043
+ themeMap: {};
2044
+ utils: {};
2045
+ }>;
2046
+ };
1994
2047
  }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Omit<ItemProps, "ref"> & react.RefAttributes<HTMLButtonElement>>, {}, {}>;
1995
2048
 
1996
2049
  declare type ItemPropsWithAnchor = Omit<ItemProps, 'unstyled'> & AnchorHTMLAttributes<typeof StyledLink>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-toolbar",
3
- "version": "2.4.8",
3
+ "version": "2.4.10",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -31,8 +31,8 @@
31
31
  "@react-aria/interactions": "^3.13.0",
32
32
  "@react-aria/utils": "^3.13.0",
33
33
  "@react-types/shared": "^3.16.0",
34
- "@mirohq/design-system-styles": "^1.1.15",
35
- "@mirohq/design-system-stitches": "^2.4.1"
34
+ "@mirohq/design-system-styles": "^1.1.17",
35
+ "@mirohq/design-system-stitches": "^2.5.0"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "rollup -c ../../../rollup.config.js",