@mirohq/design-system-popover 5.1.9 → 5.1.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 +6 -37
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -6,7 +6,6 @@ import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches'
6
6
  import { StrictComponentProps } from '@mirohq/design-system-stitches';
7
7
  import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
8
8
  import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
9
- import * as _stitches_react from '@stitches/react';
10
9
 
11
10
  declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverTriggerProps & react.RefAttributes<HTMLButtonElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
12
11
  'border-widths': {
@@ -493,18 +492,8 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
493
492
  readonly [$$PropertyValue]: "width";
494
493
  };
495
494
  };
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
- }>;
495
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
496
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
508
497
  };
509
498
  }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverTriggerProps & react.RefAttributes<HTMLButtonElement>>, {}, {}>;
510
499
  declare type StyledTriggerProps = StrictComponentProps<typeof StyledTrigger>;
@@ -1001,18 +990,8 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
1001
990
  readonly [$$PropertyValue]: "width";
1002
991
  };
1003
992
  };
1004
- _hover: (css: _stitches_react.CSS<{
1005
- media: {};
1006
- theme: {};
1007
- themeMap: {};
1008
- utils: {};
1009
- }>) => {
1010
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
1011
- media: {};
1012
- theme: {};
1013
- themeMap: {};
1014
- utils: {};
1015
- }>;
993
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
994
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
1016
995
  };
1017
996
  }>>>, "variant"> & _stitches_react_types_styled_component.TransformProps<{
1018
997
  variant?: "dark" | "light" | undefined;
@@ -1629,18 +1608,8 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
1629
1608
  readonly [$$PropertyValue]: "width";
1630
1609
  };
1631
1610
  };
1632
- _hover: (css: _stitches_react.CSS<{
1633
- media: {};
1634
- theme: {};
1635
- themeMap: {};
1636
- utils: {};
1637
- }>) => {
1638
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
1639
- media: {};
1640
- theme: {};
1641
- themeMap: {};
1642
- utils: {};
1643
- }>;
1611
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
1612
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
1644
1613
  };
1645
1614
  }>>>, "variant"> & _stitches_react_types_styled_component.TransformProps<{
1646
1615
  variant?: "dark" | "light" | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-popover",
3
- "version": "5.1.9",
3
+ "version": "5.1.10",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -29,10 +29,10 @@
29
29
  "dependencies": {
30
30
  "@radix-ui/react-popover": "^1.0.0",
31
31
  "@radix-ui/react-use-size": "^1.0.1",
32
- "@mirohq/design-system-icons": "^0.32.5",
33
- "@mirohq/design-system-stitches": "^2.5.0",
32
+ "@mirohq/design-system-icons": "^0.32.6",
34
33
  "@mirohq/design-system-primitive": "^1.1.1",
35
- "@mirohq/design-system-styles": "^1.1.17"
34
+ "@mirohq/design-system-stitches": "^2.5.1",
35
+ "@mirohq/design-system-styles": "^1.1.18"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "rollup -c ../../../rollup.config.js",