@mirohq/design-system-base-input 1.3.35 → 1.3.37
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 +17 -17
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -28,25 +28,25 @@ type TransformProps<Props, Media> = {
|
|
|
28
28
|
)
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
declare const StyledBaseInput: React$1.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<"div">, "
|
|
31
|
+
declare const StyledBaseInput: React$1.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<"div">, "disabled" | "readOnly" | "size" | "variant" | "hovered" | "active" | "focused" | "valid" | "ariaDisabled"> & TransformProps<{
|
|
32
32
|
variant?: "outline" | "subtle" | undefined;
|
|
33
|
-
hovered?: boolean | "
|
|
34
|
-
active?: boolean | "
|
|
35
|
-
focused?: boolean | "
|
|
36
|
-
valid?: boolean | "
|
|
37
|
-
readOnly?: boolean | "
|
|
38
|
-
disabled?: boolean | "
|
|
39
|
-
ariaDisabled?: boolean | "
|
|
33
|
+
hovered?: boolean | "false" | "true" | undefined;
|
|
34
|
+
active?: boolean | "false" | "true" | undefined;
|
|
35
|
+
focused?: boolean | "false" | "true" | undefined;
|
|
36
|
+
valid?: boolean | "false" | "true" | undefined;
|
|
37
|
+
readOnly?: boolean | "false" | "true" | undefined;
|
|
38
|
+
disabled?: boolean | "false" | "true" | undefined;
|
|
39
|
+
ariaDisabled?: boolean | "false" | "true" | undefined;
|
|
40
40
|
size?: "medium" | "large" | "x-large" | undefined;
|
|
41
41
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & React$1.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<"div", {
|
|
42
42
|
variant?: "outline" | "subtle" | undefined;
|
|
43
|
-
hovered?: boolean | "
|
|
44
|
-
active?: boolean | "
|
|
45
|
-
focused?: boolean | "
|
|
46
|
-
valid?: boolean | "
|
|
47
|
-
readOnly?: boolean | "
|
|
48
|
-
disabled?: boolean | "
|
|
49
|
-
ariaDisabled?: boolean | "
|
|
43
|
+
hovered?: boolean | "false" | "true" | undefined;
|
|
44
|
+
active?: boolean | "false" | "true" | undefined;
|
|
45
|
+
focused?: boolean | "false" | "true" | undefined;
|
|
46
|
+
valid?: boolean | "false" | "true" | undefined;
|
|
47
|
+
readOnly?: boolean | "false" | "true" | undefined;
|
|
48
|
+
disabled?: boolean | "false" | "true" | undefined;
|
|
49
|
+
ariaDisabled?: boolean | "false" | "true" | undefined;
|
|
50
50
|
size?: "medium" | "large" | "x-large" | undefined;
|
|
51
51
|
}, {}>;
|
|
52
52
|
type StyledBaseInputProps = ComponentPropsWithRef<typeof StyledBaseInput>;
|
|
@@ -113,7 +113,7 @@ declare const ActionButton: React__default.ForwardRefExoticComponent<(Omit<Omit<
|
|
|
113
113
|
'aria-label': string;
|
|
114
114
|
}, "ref">) & React__default.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
115
115
|
|
|
116
|
-
declare const StyledIconSlot: React$1.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<React$1.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>>, "
|
|
116
|
+
declare const StyledIconSlot: React$1.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<React$1.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>>, "disabled" | "variant"> & TransformProps<{
|
|
117
117
|
variant?: "outline" | "subtle" | undefined;
|
|
118
118
|
disabled?: boolean | "true" | undefined;
|
|
119
119
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & React$1.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<React$1.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {
|
|
@@ -124,7 +124,7 @@ type StyledIconSlotProps = ComponentPropsWithRef<typeof StyledIconSlot>;
|
|
|
124
124
|
|
|
125
125
|
interface IconSlotProps extends Omit<StyledIconSlotProps, 'variant'> {
|
|
126
126
|
}
|
|
127
|
-
declare const IconSlot: React__default.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<React__default.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>>, "
|
|
127
|
+
declare const IconSlot: React__default.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<React__default.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>>, "disabled" | "variant"> & TransformProps<{
|
|
128
128
|
variant?: "outline" | "subtle" | undefined;
|
|
129
129
|
disabled?: boolean | "true" | undefined;
|
|
130
130
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & React__default.RefAttributes<HTMLDivElement>, "ref"> & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-base-input",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.37",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@react-aria/interactions": "^3.13.0",
|
|
30
30
|
"@react-aria/utils": "^3.31.0",
|
|
31
|
-
"@mirohq/design-system-base-button": "^1.2.
|
|
31
|
+
"@mirohq/design-system-base-button": "^1.2.30",
|
|
32
32
|
"@mirohq/design-system-base-form": "^2.0.0",
|
|
33
33
|
"@mirohq/design-system-base-icon": "^1.2.1",
|
|
34
|
+
"@mirohq/design-system-base-text-field": "^1.3.32",
|
|
34
35
|
"@mirohq/design-system-primitive": "^2.2.1",
|
|
35
|
-
"@mirohq/design-system-
|
|
36
|
-
"@mirohq/design-system-tooltip": "^4.4.
|
|
37
|
-
"@mirohq/design-system-stitches": "^3.3.24",
|
|
36
|
+
"@mirohq/design-system-stitches": "^3.3.26",
|
|
37
|
+
"@mirohq/design-system-tooltip": "^4.4.28",
|
|
38
38
|
"@mirohq/design-system-use-aria-disabled": "^1.1.4",
|
|
39
39
|
"@mirohq/design-system-use-layout-effect": "^1.1.1",
|
|
40
40
|
"@mirohq/design-system-use-press": "^1.1.4",
|