@mirohq/design-system-input 0.0.6 → 0.0.7
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 +18 -109
- package/package.json +7 -7
package/dist/types.d.ts
CHANGED
|
@@ -3,7 +3,6 @@ import react__default, { ComponentPropsWithRef, DOMAttributes, HTMLProps } from
|
|
|
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 _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
|
|
9
8
|
import * as packages_components_internal_base_button_src_base_button from 'packages/components/internal/base-button/src/base-button';
|
|
@@ -495,18 +494,8 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
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
|
}>>>, "disabled"> & _stitches_react_types_styled_component.TransformProps<{
|
|
512
501
|
disabled?: boolean | "true" | undefined;
|
|
@@ -1002,18 +991,8 @@ declare const IconSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit<
|
|
|
1002
991
|
readonly [$$PropertyValue]: "width";
|
|
1003
992
|
};
|
|
1004
993
|
};
|
|
1005
|
-
_hover: (css:
|
|
1006
|
-
|
|
1007
|
-
theme: {};
|
|
1008
|
-
themeMap: {};
|
|
1009
|
-
utils: {};
|
|
1010
|
-
}>) => {
|
|
1011
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
1012
|
-
media: {};
|
|
1013
|
-
theme: {};
|
|
1014
|
-
themeMap: {};
|
|
1015
|
-
utils: {};
|
|
1016
|
-
}>;
|
|
994
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
995
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1017
996
|
};
|
|
1018
997
|
}>>>, "disabled"> & _stitches_react_types_styled_component.TransformProps<{
|
|
1019
998
|
disabled?: boolean | "true" | undefined;
|
|
@@ -1504,18 +1483,8 @@ declare const StyledActionButton: react.ForwardRefExoticComponent<Omit<Omit<_mir
|
|
|
1504
1483
|
readonly [$$PropertyValue]: "width";
|
|
1505
1484
|
};
|
|
1506
1485
|
};
|
|
1507
|
-
_hover: (css:
|
|
1508
|
-
|
|
1509
|
-
theme: {};
|
|
1510
|
-
themeMap: {};
|
|
1511
|
-
utils: {};
|
|
1512
|
-
}>) => {
|
|
1513
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
1514
|
-
media: {};
|
|
1515
|
-
theme: {};
|
|
1516
|
-
themeMap: {};
|
|
1517
|
-
utils: {};
|
|
1518
|
-
}>;
|
|
1486
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
1487
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1519
1488
|
};
|
|
1520
1489
|
}>>>, 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<{}, {
|
|
1521
1490
|
'border-widths': {
|
|
@@ -2002,18 +1971,8 @@ declare const StyledActionButton: react.ForwardRefExoticComponent<Omit<Omit<_mir
|
|
|
2002
1971
|
readonly [$$PropertyValue]: "width";
|
|
2003
1972
|
};
|
|
2004
1973
|
};
|
|
2005
|
-
_hover: (css:
|
|
2006
|
-
|
|
2007
|
-
theme: {};
|
|
2008
|
-
themeMap: {};
|
|
2009
|
-
utils: {};
|
|
2010
|
-
}>) => {
|
|
2011
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
2012
|
-
media: {};
|
|
2013
|
-
theme: {};
|
|
2014
|
-
themeMap: {};
|
|
2015
|
-
utils: {};
|
|
2016
|
-
}>;
|
|
1974
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
1975
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
2017
1976
|
};
|
|
2018
1977
|
}>>>, 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"> & {
|
|
2019
1978
|
href: string;
|
|
@@ -2502,18 +2461,8 @@ declare const StyledActionButton: react.ForwardRefExoticComponent<Omit<Omit<_mir
|
|
|
2502
2461
|
readonly [$$PropertyValue]: "width";
|
|
2503
2462
|
};
|
|
2504
2463
|
};
|
|
2505
|
-
_hover: (css:
|
|
2506
|
-
|
|
2507
|
-
theme: {};
|
|
2508
|
-
themeMap: {};
|
|
2509
|
-
utils: {};
|
|
2510
|
-
}>) => {
|
|
2511
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
2512
|
-
media: {};
|
|
2513
|
-
theme: {};
|
|
2514
|
-
themeMap: {};
|
|
2515
|
-
utils: {};
|
|
2516
|
-
}>;
|
|
2464
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
2465
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
2517
2466
|
};
|
|
2518
2467
|
}>>>, "readOnlyAppearance" | "disableAppearance"> & _stitches_react_types_styled_component.TransformProps<{
|
|
2519
2468
|
readOnlyAppearance?: boolean | "true" | undefined;
|
|
@@ -3003,18 +2952,8 @@ declare const StyledActionButton: react.ForwardRefExoticComponent<Omit<Omit<_mir
|
|
|
3003
2952
|
readonly [$$PropertyValue]: "width";
|
|
3004
2953
|
};
|
|
3005
2954
|
};
|
|
3006
|
-
_hover: (css:
|
|
3007
|
-
|
|
3008
|
-
theme: {};
|
|
3009
|
-
themeMap: {};
|
|
3010
|
-
utils: {};
|
|
3011
|
-
}>) => {
|
|
3012
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
3013
|
-
media: {};
|
|
3014
|
-
theme: {};
|
|
3015
|
-
themeMap: {};
|
|
3016
|
-
utils: {};
|
|
3017
|
-
}>;
|
|
2955
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
2956
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
3018
2957
|
};
|
|
3019
2958
|
}>>>, 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<{}, {
|
|
3020
2959
|
'border-widths': {
|
|
@@ -3501,18 +3440,8 @@ declare const StyledActionButton: react.ForwardRefExoticComponent<Omit<Omit<_mir
|
|
|
3501
3440
|
readonly [$$PropertyValue]: "width";
|
|
3502
3441
|
};
|
|
3503
3442
|
};
|
|
3504
|
-
_hover: (css:
|
|
3505
|
-
|
|
3506
|
-
theme: {};
|
|
3507
|
-
themeMap: {};
|
|
3508
|
-
utils: {};
|
|
3509
|
-
}>) => {
|
|
3510
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
3511
|
-
media: {};
|
|
3512
|
-
theme: {};
|
|
3513
|
-
themeMap: {};
|
|
3514
|
-
utils: {};
|
|
3515
|
-
}>;
|
|
3443
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
3444
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
3516
3445
|
};
|
|
3517
3446
|
}>>>, 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"> & {
|
|
3518
3447
|
href: string;
|
|
@@ -4012,18 +3941,8 @@ declare const StyledInput: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
4012
3941
|
readonly [$$PropertyValue]: "width";
|
|
4013
3942
|
};
|
|
4014
3943
|
};
|
|
4015
|
-
_hover: (css:
|
|
4016
|
-
|
|
4017
|
-
theme: {};
|
|
4018
|
-
themeMap: {};
|
|
4019
|
-
utils: {};
|
|
4020
|
-
}>) => {
|
|
4021
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
4022
|
-
media: {};
|
|
4023
|
-
theme: {};
|
|
4024
|
-
themeMap: {};
|
|
4025
|
-
utils: {};
|
|
4026
|
-
}>;
|
|
3944
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
3945
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
4027
3946
|
};
|
|
4028
3947
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLInputElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"input">>, {}, {}>;
|
|
4029
3948
|
declare type StyledInputProps = ComponentPropsWithRef<typeof StyledInput>;
|
|
@@ -4516,18 +4435,8 @@ declare const StyledBaseInput: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
4516
4435
|
readonly [$$PropertyValue]: "width";
|
|
4517
4436
|
};
|
|
4518
4437
|
};
|
|
4519
|
-
_hover: (css:
|
|
4520
|
-
|
|
4521
|
-
theme: {};
|
|
4522
|
-
themeMap: {};
|
|
4523
|
-
utils: {};
|
|
4524
|
-
}>) => {
|
|
4525
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
4526
|
-
media: {};
|
|
4527
|
-
theme: {};
|
|
4528
|
-
themeMap: {};
|
|
4529
|
-
utils: {};
|
|
4530
|
-
}>;
|
|
4438
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
4439
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
4531
4440
|
};
|
|
4532
4441
|
}>>>, "size" | "disabled" | "readOnly" | "ariaDisabled" | "valid" | "hovered" | "focused"> & _stitches_react_types_styled_component.TransformProps<{
|
|
4533
4442
|
hovered?: boolean | "false" | "true" | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-input",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"@react-aria/interactions": "^3.13.0",
|
|
30
30
|
"@react-aria/utils": "^3.13.0",
|
|
31
31
|
"@react-types/shared": "^3.16.0",
|
|
32
|
-
"@mirohq/design-system-base-button": "^0.4.
|
|
33
|
-
"@mirohq/design-system-base-icon": "^0.1.
|
|
32
|
+
"@mirohq/design-system-base-button": "^0.4.31",
|
|
33
|
+
"@mirohq/design-system-base-icon": "^0.1.19",
|
|
34
|
+
"@mirohq/design-system-icon-button": "^1.3.25",
|
|
35
|
+
"@mirohq/design-system-icons": "^0.32.6",
|
|
34
36
|
"@mirohq/design-system-base-input": "^0.0.2",
|
|
35
|
-
"@mirohq/design-system-
|
|
36
|
-
"@mirohq/design-system-
|
|
37
|
-
"@mirohq/design-system-styles": "^1.1.17",
|
|
38
|
-
"@mirohq/design-system-tooltip": "^3.2.35"
|
|
37
|
+
"@mirohq/design-system-styles": "^1.1.18",
|
|
38
|
+
"@mirohq/design-system-tooltip": "^3.2.36"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "rollup -c ../../../rollup.config.js",
|