@mirohq/design-system-popover 5.1.8 → 5.1.10-fix-dd-icon-slot.0

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 +9 -0
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -492,6 +492,9 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
492
492
  readonly [$$PropertyValue]: "width";
493
493
  };
494
494
  };
495
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
496
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
497
+ };
495
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>>, {}, {}>;
496
499
  declare type StyledTriggerProps = StrictComponentProps<typeof StyledTrigger>;
497
500
 
@@ -987,6 +990,9 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
987
990
  readonly [$$PropertyValue]: "width";
988
991
  };
989
992
  };
993
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
994
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
995
+ };
990
996
  }>>>, "variant"> & _stitches_react_types_styled_component.TransformProps<{
991
997
  variant?: "dark" | "light" | undefined;
992
998
  }, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverContentProps & react.RefAttributes<HTMLDivElement>>, {
@@ -1602,6 +1608,9 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
1602
1608
  readonly [$$PropertyValue]: "width";
1603
1609
  };
1604
1610
  };
1611
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
1612
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
1613
+ };
1605
1614
  }>>>, "variant"> & _stitches_react_types_styled_component.TransformProps<{
1606
1615
  variant?: "dark" | "light" | undefined;
1607
1616
  }, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverCloseProps & react.RefAttributes<HTMLButtonElement>>, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-popover",
3
- "version": "5.1.8",
3
+ "version": "5.1.10-fix-dd-icon-slot.0",
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.4",
32
+ "@mirohq/design-system-icons": "^0.32.6-fix-dd-icon-slot.0",
33
33
  "@mirohq/design-system-primitive": "^1.1.1",
34
- "@mirohq/design-system-stitches": "^2.4.1",
35
- "@mirohq/design-system-styles": "^1.1.16"
34
+ "@mirohq/design-system-styles": "^1.1.18-fix-dd-icon-slot.0",
35
+ "@mirohq/design-system-stitches": "^2.5.1-fix-dd-icon-slot.0"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "rollup -c ../../../rollup.config.js",