Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mirohq/design-system-base-form

Package Overview
Dependencies
Maintainers
0
Versions
62
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.2.33 to 0.3.0

2

dist/main.js

@@ -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

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