@mirohq/design-system-dropdown-menu 5.3.0-fix-stitches-types.2 → 5.3.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.
- package/dist/types.d.ts +3 -2
- package/package.json +10 -10
package/dist/types.d.ts
CHANGED
|
@@ -8,7 +8,6 @@ import { CSSProperties } from '@stitches/react';
|
|
|
8
8
|
import { ExtractValidKeys } from '@mirohq/design-system-types';
|
|
9
9
|
import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
|
|
10
10
|
import * as _mirohq_design_system_components_primitive from '@mirohq/design-system-primitive';
|
|
11
|
-
import { HotkeySharedProps } from '@mirohq/design-system-base-hotkey';
|
|
12
11
|
|
|
13
12
|
/* Utilities */
|
|
14
13
|
/* ========================================================================== */
|
|
@@ -540,7 +539,9 @@ declare const IconSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit<
|
|
|
540
539
|
ref?: ((instance: HTMLDivElement | null) => void | react__default.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react__default.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react__default.RefObject<HTMLDivElement> | null | undefined;
|
|
541
540
|
}, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
542
541
|
|
|
543
|
-
declare const Hotkey: react__default.ForwardRefExoticComponent<
|
|
542
|
+
declare const Hotkey: react__default.ForwardRefExoticComponent<Omit<react__default.HTMLAttributes<HTMLSpanElement> & {
|
|
543
|
+
css?: _mirohq_design_system_stitches.CSS;
|
|
544
|
+
}, _mirohq_design_system_stitches.ForbiddenProps> & {
|
|
544
545
|
/**
|
|
545
546
|
* The content.
|
|
546
547
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-dropdown-menu",
|
|
3
|
-
"version": "5.3.0
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
|
31
|
-
"@mirohq/design-system-base-hotkey": "^1.2.0
|
|
32
|
-
"@mirohq/design-system-base-icon": "^1.2.0
|
|
33
|
-
"@mirohq/design-system-base-switch": "^1.2.0
|
|
34
|
-
"@mirohq/design-system-base-tooltip": "^1.2.0
|
|
35
|
-
"@mirohq/design-system-icons": "^1.28.0
|
|
36
|
-
"@mirohq/design-system-primitive": "^2.2.0
|
|
37
|
-
"@mirohq/design-system-scroll-area": "^1.2.0
|
|
38
|
-
"@mirohq/design-system-stitches": "^3.2.0
|
|
39
|
-
"@mirohq/design-system-styles": "^3.1.0
|
|
31
|
+
"@mirohq/design-system-base-hotkey": "^1.2.0",
|
|
32
|
+
"@mirohq/design-system-base-icon": "^1.2.0",
|
|
33
|
+
"@mirohq/design-system-base-switch": "^1.2.0",
|
|
34
|
+
"@mirohq/design-system-base-tooltip": "^1.2.0",
|
|
35
|
+
"@mirohq/design-system-icons": "^1.28.0",
|
|
36
|
+
"@mirohq/design-system-primitive": "^2.2.0",
|
|
37
|
+
"@mirohq/design-system-scroll-area": "^1.2.0",
|
|
38
|
+
"@mirohq/design-system-stitches": "^3.2.0",
|
|
39
|
+
"@mirohq/design-system-styles": "^3.1.0",
|
|
40
40
|
"@mirohq/design-system-types": "^1.0.1",
|
|
41
41
|
"@mirohq/design-system-use-aria-disabled": "^1.1.1",
|
|
42
42
|
"@mirohq/design-system-use-layout-effect": "^1.1.0",
|