Socket
Socket
Sign inDemoInstall

@elvia/elvis-toolbox

Package Overview
Dependencies
Maintainers
7
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elvia/elvis-toolbox - npm Package Compare versions

Comparing version 11.3.0 to 11.3.1

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"date": "15.02.24",
"version": "11.3.1",
"changelog": [
{
"type": "patch",
"changes": [
"Updated gap to <code>8px</code> between elements in form fields with <code>size = 'small'</code>."
]
}
]
},
{
"date": "23.01.24",

@@ -7,0 +19,0 @@ "version": "11.3.0",

2

dist/index.js

@@ -264,3 +264,3 @@ // components/elvis-toolbox/src/isSsr.ts

if (size === "small") {
return css3`${FormFieldLabel}{${getTypographyCss("text-sm-strong")} margin-bottom:4px;}${FormFieldInputContainer}{gap:4px;padding:0 4px 0 8px;height:32px;}${FormFieldInput}{font-size:0.875rem;}${FormFieldInputSuffixText}{${getTypographyCss("text-sm-light")} color:${getThemeColor3("color-text-2")};margin-right:4px;}`;
return css3`${FormFieldLabel}{${getTypographyCss("text-sm-strong")} margin-bottom:4px;}${FormFieldInputContainer}{padding:0 4px 0 8px;height:32px;}${FormFieldInput}{font-size:0.875rem;}${FormFieldInputSuffixText}{${getTypographyCss("text-sm-light")} color:${getThemeColor3("color-text-2")};margin-right:4px;}`;
}

@@ -267,0 +267,0 @@ return css3`padding-top:0;`;

{
"name": "@elvia/elvis-toolbox",
"version": "11.3.0",
"version": "11.3.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "source": "src/index.ts",

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