@mirohq/design-system-base-form
Advanced tools
Comparing version 0.3.5-new-focus-keyboard.1 to 0.3.5-sync-design-tokens.0
@@ -17,3 +17,3 @@ import * as React from 'react'; | ||
}, {}>; | ||
declare type StyledFloatingLabelProps = ComponentPropsWithRef<typeof StyledFloatingLabel>; | ||
type StyledFloatingLabelProps = ComponentPropsWithRef<typeof StyledFloatingLabel>; | ||
@@ -31,5 +31,5 @@ interface FloatingLabelProps extends Omit<StyledFloatingLabelProps, 'visuallyHidden'> { | ||
}>; | ||
declare type FormFieldStatus = keyof typeof FORM_FIELD_STATUS; | ||
type FormFieldStatus = keyof typeof FORM_FIELD_STATUS; | ||
declare type FormElements = HTMLInputElement | HTMLTextAreaElement | HTMLSelectElement; | ||
type FormElements = HTMLInputElement | HTMLTextAreaElement | HTMLSelectElement; | ||
interface FormFieldProps { | ||
@@ -75,3 +75,3 @@ /** | ||
} | ||
declare type FormFieldProviderProps = FormFieldProps; | ||
type FormFieldProviderProps = FormFieldProps; | ||
declare const FormFieldProvider: ({ children, status: customStatus, id: customId, ...restProps }: PropsWithChildren<FormFieldProviderProps>) => JSX.Element; | ||
@@ -78,0 +78,0 @@ declare const useFormFieldContext: <T extends FormElements>() => FormFieldContextProps<T>; |
{ | ||
"name": "@mirohq/design-system-base-form", | ||
"version": "0.3.5-new-focus-keyboard.1", | ||
"version": "0.3.5-sync-design-tokens.0", | ||
"description": "", | ||
@@ -29,8 +29,8 @@ "author": "Miro", | ||
"dependencies": { | ||
"@mirohq/design-system-base-text-field": "^0.3.0-new-focus-keyboard.1", | ||
"@mirohq/design-system-stitches": "^2.6.31-new-focus-keyboard.1", | ||
"@mirohq/design-system-use-id": "^0.1.2", | ||
"@mirohq/design-system-base-text-field": "^0.2.4-sync-design-tokens.0", | ||
"@mirohq/design-system-primitive": "^1.1.2", | ||
"@mirohq/design-system-stitches": "^2.6.31-sync-design-tokens.0", | ||
"@mirohq/design-system-types": "^0.10.0", | ||
"@mirohq/design-system-utils": "^0.15.5", | ||
"@mirohq/design-system-types": "^0.10.0" | ||
"@mirohq/design-system-use-id": "^0.1.2" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
46361