@mirohq/design-system-base-form
Advanced tools
Comparing version 0.2.12 to 0.2.13-combobox.0
@@ -128,3 +128,4 @@ 'use strict'; | ||
true: { | ||
top: "-$100", | ||
top: "0", | ||
transform: "translateY(-50%)", | ||
left: "$150", | ||
@@ -134,3 +135,5 @@ fontSize: "$150", | ||
padding: "0 2px", | ||
backgroundColor: "$background-neutrals-container" | ||
backgroundColor: "$background-neutrals-container", | ||
height: "auto", | ||
lineHeight: 1 | ||
}, | ||
@@ -137,0 +140,0 @@ false: { |
@@ -120,3 +120,4 @@ import { jsx } from 'react/jsx-runtime'; | ||
true: { | ||
top: "-$100", | ||
top: "0", | ||
transform: "translateY(-50%)", | ||
left: "$150", | ||
@@ -126,3 +127,5 @@ fontSize: "$150", | ||
padding: "0 2px", | ||
backgroundColor: "$background-neutrals-container" | ||
backgroundColor: "$background-neutrals-container", | ||
height: "auto", | ||
lineHeight: 1 | ||
}, | ||
@@ -129,0 +132,0 @@ false: { |
{ | ||
"name": "@mirohq/design-system-base-form", | ||
"version": "0.2.12", | ||
"version": "0.2.13-combobox.0", | ||
"description": "", | ||
@@ -31,6 +31,6 @@ "author": "Miro", | ||
"@mirohq/design-system-primitive": "^1.1.2", | ||
"@mirohq/design-system-stitches": "^2.6.10", | ||
"@mirohq/design-system-types": "^0.10.0", | ||
"@mirohq/design-system-stitches": "^2.6.10", | ||
"@mirohq/design-system-utils": "^0.15.4", | ||
"@mirohq/design-system-use-id": "^0.1.2" | ||
"@mirohq/design-system-use-id": "^0.1.2", | ||
"@mirohq/design-system-utils": "^0.15.4" | ||
}, | ||
@@ -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
45549
480