@mirohq/design-system-icon-button 1.3.24 → 1.3.25
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 +14 -85
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -3,7 +3,6 @@ import * as _mirohq_design_system_hooks_use_press from '@mirohq/design-system-ho
|
|
|
3
3
|
import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
|
|
4
4
|
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
5
5
|
import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
|
|
6
|
-
import * as _stitches_react from '@stitches/react';
|
|
7
6
|
import * as _mirohq_design_system_components_primitive from '@mirohq/design-system-components/primitive';
|
|
8
7
|
import * as react from 'react';
|
|
9
8
|
import react__default, { ComponentPropsWithRef } from 'react';
|
|
@@ -495,18 +494,8 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
495
494
|
readonly [$$PropertyValue]: "width";
|
|
496
495
|
};
|
|
497
496
|
};
|
|
498
|
-
_hover: (css:
|
|
499
|
-
|
|
500
|
-
theme: {};
|
|
501
|
-
themeMap: {};
|
|
502
|
-
utils: {};
|
|
503
|
-
}>) => {
|
|
504
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
505
|
-
media: {};
|
|
506
|
-
theme: {};
|
|
507
|
-
themeMap: {};
|
|
508
|
-
utils: {};
|
|
509
|
-
}>;
|
|
497
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
498
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
510
499
|
};
|
|
511
500
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement> & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents, "ref"> | Omit<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"button">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
512
501
|
'border-widths': {
|
|
@@ -993,18 +982,8 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
993
982
|
readonly [$$PropertyValue]: "width";
|
|
994
983
|
};
|
|
995
984
|
};
|
|
996
|
-
_hover: (css:
|
|
997
|
-
|
|
998
|
-
theme: {};
|
|
999
|
-
themeMap: {};
|
|
1000
|
-
utils: {};
|
|
1001
|
-
}>) => {
|
|
1002
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
1003
|
-
media: {};
|
|
1004
|
-
theme: {};
|
|
1005
|
-
themeMap: {};
|
|
1006
|
-
utils: {};
|
|
1007
|
-
}>;
|
|
985
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
986
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1008
987
|
};
|
|
1009
988
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement> & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents & react.AnchorHTMLAttributes<"a"> & {
|
|
1010
989
|
href: string;
|
|
@@ -1493,18 +1472,8 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
1493
1472
|
readonly [$$PropertyValue]: "width";
|
|
1494
1473
|
};
|
|
1495
1474
|
};
|
|
1496
|
-
_hover: (css:
|
|
1497
|
-
|
|
1498
|
-
theme: {};
|
|
1499
|
-
themeMap: {};
|
|
1500
|
-
utils: {};
|
|
1501
|
-
}>) => {
|
|
1502
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
1503
|
-
media: {};
|
|
1504
|
-
theme: {};
|
|
1505
|
-
themeMap: {};
|
|
1506
|
-
utils: {};
|
|
1507
|
-
}>;
|
|
1475
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
1476
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1508
1477
|
};
|
|
1509
1478
|
}>>>, "size" | "variant"> & _stitches_react_types_styled_component.TransformProps<{
|
|
1510
1479
|
variant?: "outline" | "solid-prominent" | "solid-subtle" | "ghost" | undefined;
|
|
@@ -1994,18 +1963,8 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
1994
1963
|
readonly [$$PropertyValue]: "width";
|
|
1995
1964
|
};
|
|
1996
1965
|
};
|
|
1997
|
-
_hover: (css:
|
|
1998
|
-
|
|
1999
|
-
theme: {};
|
|
2000
|
-
themeMap: {};
|
|
2001
|
-
utils: {};
|
|
2002
|
-
}>) => {
|
|
2003
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
2004
|
-
media: {};
|
|
2005
|
-
theme: {};
|
|
2006
|
-
themeMap: {};
|
|
2007
|
-
utils: {};
|
|
2008
|
-
}>;
|
|
1966
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
1967
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
2009
1968
|
};
|
|
2010
1969
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement> & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents, "ref"> | Omit<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"button">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
2011
1970
|
'border-widths': {
|
|
@@ -2492,18 +2451,8 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
2492
2451
|
readonly [$$PropertyValue]: "width";
|
|
2493
2452
|
};
|
|
2494
2453
|
};
|
|
2495
|
-
_hover: (css:
|
|
2496
|
-
|
|
2497
|
-
theme: {};
|
|
2498
|
-
themeMap: {};
|
|
2499
|
-
utils: {};
|
|
2500
|
-
}>) => {
|
|
2501
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
2502
|
-
media: {};
|
|
2503
|
-
theme: {};
|
|
2504
|
-
themeMap: {};
|
|
2505
|
-
utils: {};
|
|
2506
|
-
}>;
|
|
2454
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
2455
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
2507
2456
|
};
|
|
2508
2457
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement> & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents & react.AnchorHTMLAttributes<"a"> & {
|
|
2509
2458
|
href: string;
|
|
@@ -3103,18 +3052,8 @@ declare const IconButton: react__default.ForwardRefExoticComponent<(Omit<{
|
|
|
3103
3052
|
readonly [$$PropertyValue]: "width";
|
|
3104
3053
|
};
|
|
3105
3054
|
};
|
|
3106
|
-
_hover: (css:
|
|
3107
|
-
|
|
3108
|
-
theme: {};
|
|
3109
|
-
themeMap: {};
|
|
3110
|
-
utils: {};
|
|
3111
|
-
}>) => {
|
|
3112
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
3113
|
-
media: {};
|
|
3114
|
-
theme: {};
|
|
3115
|
-
themeMap: {};
|
|
3116
|
-
utils: {};
|
|
3117
|
-
}>;
|
|
3055
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
3056
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
3118
3057
|
};
|
|
3119
3058
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react__default.RefAttributes<HTMLButtonElement> & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents, "ref"> | Omit<{
|
|
3120
3059
|
/**
|
|
@@ -3653,18 +3592,8 @@ declare const IconButton: react__default.ForwardRefExoticComponent<(Omit<{
|
|
|
3653
3592
|
readonly [$$PropertyValue]: "width";
|
|
3654
3593
|
};
|
|
3655
3594
|
};
|
|
3656
|
-
_hover: (css:
|
|
3657
|
-
|
|
3658
|
-
theme: {};
|
|
3659
|
-
themeMap: {};
|
|
3660
|
-
utils: {};
|
|
3661
|
-
}>) => {
|
|
3662
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
3663
|
-
media: {};
|
|
3664
|
-
theme: {};
|
|
3665
|
-
themeMap: {};
|
|
3666
|
-
utils: {};
|
|
3667
|
-
}>;
|
|
3595
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
3596
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
3668
3597
|
};
|
|
3669
3598
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react__default.RefAttributes<HTMLButtonElement> & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents & react__default.AnchorHTMLAttributes<"a"> & {
|
|
3670
3599
|
href: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icon-button",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.25",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"react": "^16.14 || ^17 || ^18"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@mirohq/design-system-badge": "^0.3.
|
|
30
|
-
"@mirohq/design-system-
|
|
31
|
-
"@mirohq/design-system-stitches": "^2.5.
|
|
32
|
-
"@mirohq/design-system-
|
|
29
|
+
"@mirohq/design-system-badge": "^0.3.28",
|
|
30
|
+
"@mirohq/design-system-tooltip": "^3.2.36",
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.5.1",
|
|
32
|
+
"@mirohq/design-system-base-button": "^0.4.31"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rollup -c ../../../rollup.config.js",
|