@mirohq/design-system-toolbar 2.5.9 → 2.5.11-combobox.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 +4 -12
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -7,18 +7,14 @@ import * as _radix_ui_react_toolbar from '@radix-ui/react-toolbar';
|
|
|
7
7
|
import { HoverEvents } from '@react-types/shared';
|
|
8
8
|
import { PressEvents } from '@mirohq/design-system-use-press';
|
|
9
9
|
|
|
10
|
-
declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<_radix_ui_react_toolbar.ToolbarProps & react.RefAttributes<HTMLDivElement
|
|
11
|
-
children?: react.ReactNode;
|
|
12
|
-
} & _stitches_react_types_styled_component.TransformProps<{
|
|
10
|
+
declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarProps & react.RefAttributes<HTMLDivElement>>>, "unstyled"> & _stitches_react_types_styled_component.TransformProps<{
|
|
13
11
|
unstyled?: boolean | "false" | undefined;
|
|
14
12
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarProps & react.RefAttributes<HTMLDivElement>>, {
|
|
15
13
|
unstyled?: boolean | "false" | undefined;
|
|
16
14
|
}, {}>;
|
|
17
15
|
declare type StyledToolbarProps = StrictComponentProps<typeof StyledToolbar>;
|
|
18
16
|
|
|
19
|
-
declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_radix_ui_react_toolbar.ToolbarButtonProps & react.RefAttributes<HTMLButtonElement
|
|
20
|
-
children?: react.ReactNode;
|
|
21
|
-
} & _stitches_react_types_styled_component.TransformProps<{
|
|
17
|
+
declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarButtonProps & react.RefAttributes<HTMLButtonElement>>>, "unstyled" | "wrapper" | "active"> & _stitches_react_types_styled_component.TransformProps<{
|
|
22
18
|
unstyled?: boolean | "true" | "false" | undefined;
|
|
23
19
|
wrapper?: boolean | "true" | undefined;
|
|
24
20
|
active?: boolean | "true" | "false" | undefined;
|
|
@@ -50,18 +46,14 @@ declare const Item: react__default.ForwardRefExoticComponent<Omit<ItemProps, "re
|
|
|
50
46
|
declare type IconProps = Omit<ItemProps, 'unstyled'>;
|
|
51
47
|
declare const Icon: react__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react__default.RefAttributes<HTMLButtonElement>>;
|
|
52
48
|
|
|
53
|
-
declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_radix_ui_react_toolbar.ToolbarSeparatorProps & react.RefAttributes<HTMLDivElement
|
|
54
|
-
children?: react.ReactNode;
|
|
55
|
-
} & _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>>, {}, {}>;
|
|
49
|
+
declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarSeparatorProps & react.RefAttributes<HTMLDivElement>>>, 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>>, {}, {}>;
|
|
56
50
|
declare type StyledSeparatorProps = StrictComponentProps<typeof StyledSeparator>;
|
|
57
51
|
|
|
58
52
|
interface SeparatorProps extends StyledSeparatorProps {
|
|
59
53
|
}
|
|
60
54
|
declare const Separator: react__default.ForwardRefExoticComponent<Omit<SeparatorProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
61
55
|
|
|
62
|
-
declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<Omit<ItemProps, "ref"> & react.RefAttributes<HTMLButtonElement
|
|
63
|
-
children?: react.ReactNode;
|
|
64
|
-
} & _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>>, {}, {}>;
|
|
56
|
+
declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<Omit<ItemProps, "ref"> & react.RefAttributes<HTMLButtonElement>>>, 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>>, {}, {}>;
|
|
65
57
|
|
|
66
58
|
declare type ItemPropsWithAnchor = Omit<ItemProps, 'unstyled'> & AnchorHTMLAttributes<typeof StyledLink>;
|
|
67
59
|
interface LinkProps extends ItemPropsWithAnchor {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-toolbar",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.11-combobox.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -31,10 +31,10 @@
|
|
|
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-stitches": "^2.6.
|
|
35
|
-
"@mirohq/design-system-
|
|
36
|
-
"@mirohq/design-system-
|
|
37
|
-
"@mirohq/design-system-
|
|
34
|
+
"@mirohq/design-system-stitches": "^2.6.8",
|
|
35
|
+
"@mirohq/design-system-styles": "^1.2.8-combobox.0",
|
|
36
|
+
"@mirohq/design-system-utils": "^0.15.3",
|
|
37
|
+
"@mirohq/design-system-use-press": "^0.3.4"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "rollup -c ../../../rollup.config.js",
|