@mirohq/design-system-input 1.4.0-fix-stitches-types.0 → 1.4.0-fix-stitches-types.2
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 -3
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ import react__default, { HTMLProps, ForwardRefExoticComponent, RefAttributes, El
|
|
|
3
3
|
import { PressEvent } from '@mirohq/design-system-use-press';
|
|
4
4
|
import { BaseInputSharedProps, BaseInputActionButtonProps, BaseInputIconSlotProps } from '@mirohq/design-system-base-input';
|
|
5
5
|
import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
|
|
6
|
-
import * as _mirohq_design_system_components_internal_base_button from '@mirohq/design-system-
|
|
7
|
-
import * as _mirohq_design_system_components_primitive from '@mirohq/design-system-
|
|
6
|
+
import * as _mirohq_design_system_components_internal_base_button from '@mirohq/design-system-base-button';
|
|
7
|
+
import * as _mirohq_design_system_components_primitive from '@mirohq/design-system-primitive';
|
|
8
8
|
|
|
9
9
|
type Value = HTMLProps<'input'>['value'];
|
|
10
10
|
interface ClearProps {
|
|
@@ -124,4 +124,4 @@ interface Partials {
|
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
export { Input, InputEmail, InputPassword, InputSearch };
|
|
127
|
-
export type { ActionButtonProps as InputActionButtonProps, InputEmailProps, IconSlotProps as InputIconSlotProps, InputPasswordProps, InputProps, InputSearchProps };
|
|
127
|
+
export type { ClearProps, ClearableInputProps, ActionButtonProps as InputActionButtonProps, InputEmailProps, IconSlotProps as InputIconSlotProps, InputPasswordProps, InputProps, InputSearchProps };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-input",
|
|
3
|
-
"version": "1.4.0-fix-stitches-types.
|
|
3
|
+
"version": "1.4.0-fix-stitches-types.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"react": "^16.14 || ^17 || ^18 || ^19"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@mirohq/design-system-base-form": "^1.2.0-fix-stitches-types.
|
|
30
|
-
"@mirohq/design-system-base-input": "^1.3.0-fix-stitches-types.
|
|
31
|
-
"@mirohq/design-system-icons": "^1.28.0-fix-stitches-types.
|
|
29
|
+
"@mirohq/design-system-base-form": "^1.2.0-fix-stitches-types.2",
|
|
30
|
+
"@mirohq/design-system-base-input": "^1.3.0-fix-stitches-types.2",
|
|
31
|
+
"@mirohq/design-system-icons": "^1.28.0-fix-stitches-types.2",
|
|
32
32
|
"@mirohq/design-system-use-press": "^1.1.1",
|
|
33
33
|
"@mirohq/design-system-utils": "^1.2.1"
|
|
34
34
|
},
|