@mirohq/design-system-dropdown-menu 3.5.2 → 3.5.3

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.
package/dist/types.d.ts CHANGED
@@ -9,7 +9,7 @@ import { DropdownMenuPortalProps } from '@radix-ui/react-dropdown-menu';
9
9
  import { CSSProperties } from '@stitches/react';
10
10
  import { ExtractValidKeys } from '@mirohq/design-system-types';
11
11
  import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
12
- import * as _mirohq_design_system_components_primitive from '@mirohq/design-system-components/primitive';
12
+ import * as _mirohq_design_system from '@mirohq/design-system';
13
13
 
14
14
  declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Omit<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<RadixDropdownMenu.DropdownMenuCheckboxItemProps & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
15
15
  css?: _stitches_react_types_css_util.CSS<{}, {
@@ -7180,7 +7180,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
7180
7180
  }> | undefined;
7181
7181
  }> & {
7182
7182
  children?: react.ReactNode;
7183
- } & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}>, {}, {}>;
7183
+ } & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system.PrimitiveProps<"div">>, {}, {}>, {}, {}>;
7184
7184
  declare type StyledIconSlotProps = StrictComponentProps<typeof StyledIconSlot>;
7185
7185
 
7186
7186
  declare type IconSlotProps = Omit<StyledIconSlotProps, 'custom'>;
@@ -9886,7 +9886,7 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
9886
9886
  }> | undefined;
9887
9887
  }> & {
9888
9888
  children?: react.ReactNode;
9889
- } & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}>, {}, {}>;
9889
+ } & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system.PrimitiveProps<"div">>, {}, {}>, {}, {}>;
9890
9890
  declare type StyledIllustrationSlotProps = StrictComponentProps<typeof StyledIllustrationSlot>;
9891
9891
 
9892
9892
  declare const IllustrationSlot: react__default.ForwardRefExoticComponent<Omit<StyledIllustrationSlotProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-dropdown-menu",
3
- "version": "3.5.2",
3
+ "version": "3.5.3",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -33,11 +33,11 @@
33
33
  "@mirohq/design-system-stitches": "^2.3.4",
34
34
  "@mirohq/design-system-styles": "^1.1.0",
35
35
  "@mirohq/design-system-types": "^0.6.0",
36
- "@mirohq/design-system-use-layout-effect": "^0.2.0",
37
- "@mirohq/design-system-utils": "^0.14.1",
38
- "@mirohq/design-system-scroll-area": "^0.1.2",
39
36
  "@mirohq/design-system-primitive": "^1.1.0",
40
- "@mirohq/design-system-base-switch": "^0.1.2"
37
+ "@mirohq/design-system-scroll-area": "^0.1.3",
38
+ "@mirohq/design-system-base-switch": "^0.1.2",
39
+ "@mirohq/design-system-use-layout-effect": "^0.2.0",
40
+ "@mirohq/design-system-utils": "^0.14.1"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "rollup -c ../../../rollup.config.js",