New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mirohq/design-system-base-form

Package Overview
Dependencies
Maintainers
0
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mirohq/design-system-base-form - npm Package Compare versions

Comparing version 0.3.5-new-focus-keyboard.1 to 0.3.5-sync-design-tokens.0

8

dist/types.d.ts

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc