@mirohq/design-system-base-form
Advanced tools
Comparing version 0.2.33 to 0.3.0
@@ -125,3 +125,3 @@ 'use strict'; | ||
height: "0.75em", | ||
...designSystemBaseTextField.textFieldStyles.base.placeholder, | ||
...designSystemBaseTextField.textFieldStyles.base.placeholder.old, | ||
variants: { | ||
@@ -128,0 +128,0 @@ floating: { |
@@ -117,3 +117,3 @@ import { jsx } from 'react/jsx-runtime'; | ||
height: "0.75em", | ||
...textFieldStyles.base.placeholder, | ||
...textFieldStyles.base.placeholder.old, | ||
variants: { | ||
@@ -120,0 +120,0 @@ floating: { |
@@ -40,2 +40,3 @@ import * as React from 'react'; | ||
id?: string; | ||
v1: boolean; | ||
} | ||
@@ -73,3 +74,3 @@ interface FormFieldContextProps<FormElementRef extends FormElements> extends FormFieldProps { | ||
} | ||
declare type FormFieldProviderProps = Partial<FormFieldProps>; | ||
declare type FormFieldProviderProps = FormFieldProps; | ||
declare const FormFieldProvider: ({ children, status: customStatus, id: customId, ...restProps }: PropsWithChildren<FormFieldProviderProps>) => JSX.Element; | ||
@@ -76,0 +77,0 @@ declare const useFormFieldContext: <T extends FormElements>() => FormFieldContextProps<T>; |
{ | ||
"name": "@mirohq/design-system-base-form", | ||
"version": "0.2.33", | ||
"version": "0.3.0", | ||
"description": "", | ||
@@ -29,8 +29,8 @@ "author": "Miro", | ||
"dependencies": { | ||
"@mirohq/design-system-base-text-field": "^0.1.16", | ||
"@mirohq/design-system-base-text-field": "^0.2.0", | ||
"@mirohq/design-system-primitive": "^1.1.2", | ||
"@mirohq/design-system-stitches": "^2.6.26", | ||
"@mirohq/design-system-types": "^0.10.0", | ||
"@mirohq/design-system-use-id": "^0.1.2", | ||
"@mirohq/design-system-utils": "^0.15.4" | ||
"@mirohq/design-system-stitches": "^2.6.27", | ||
"@mirohq/design-system-utils": "^0.15.4", | ||
"@mirohq/design-system-use-id": "^0.1.2" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46330
497
+ Added@mirohq/design-system-base-text-field@0.2.1(transitive)
- Removed@mirohq/design-system-base-text-field@0.1.16(transitive)