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.2.15-style-dictionary.0 to 0.2.15

9

dist/main.js

@@ -159,2 +159,3 @@ 'use strict';

size: {
medium: {},
large: {},

@@ -166,2 +167,10 @@ "x-large": {}

{
size: "medium",
floating: false,
css: {
top: "$50",
left: "$100"
}
},
{
size: "large",

@@ -168,0 +177,0 @@ floating: false,

@@ -151,2 +151,3 @@ import { jsx } from 'react/jsx-runtime';

size: {
medium: {},
large: {},

@@ -158,2 +159,10 @@ "x-large": {}

{
size: "medium",
floating: false,
css: {
top: "$50",
left: "$100"
}
},
{
size: "large",

@@ -160,0 +169,0 @@ floating: false,

4

dist/types.d.ts

@@ -11,7 +11,7 @@ import * as React from 'react';

visuallyHidden?: boolean | "true" | undefined;
size?: "large" | "x-large" | undefined;
size?: "medium" | "large" | "x-large" | undefined;
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & React.RefAttributes<HTMLLabelElement>> & _mirohq_design_system_stitches.StitchesInternals<React.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"label">>, {
floating?: boolean | "false" | "true" | undefined;
visuallyHidden?: boolean | "true" | undefined;
size?: "large" | "x-large" | undefined;
size?: "medium" | "large" | "x-large" | undefined;
}, {}>;

@@ -18,0 +18,0 @@ declare type StyledFloatingLabelProps = ComponentPropsWithRef<typeof StyledFloatingLabel>;

{
"name": "@mirohq/design-system-base-form",
"version": "0.2.15-style-dictionary.0",
"version": "0.2.15",
"description": "",

@@ -31,6 +31,6 @@ "author": "Miro",

"@mirohq/design-system-primitive": "^1.1.2",
"@mirohq/design-system-stitches": "^2.6.12-style-dictionary.0",
"@mirohq/design-system-stitches": "^2.6.11",
"@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-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