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

yoast-components

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yoast-components - npm Package Compare versions

Comparing version 5.12.0-rc.1 to 5.12.0-rc.4

@@ -14,2 +14,3 @@ # Change Log

* Fixes a bug where the YoastReactSelect component would not show the border and inner shadow correctly.
* Fixes a bug where the font size and weight for the KeywordInput label would not be set correctly.

@@ -16,0 +17,0 @@ ## 5.8.0 August 3rd, 2020

@@ -23,4 +23,4 @@ // External dependencies.

const KeywordFieldLabel = styled.label`
font-size: 1em;
font-weight: bold;
font-size: var(--yoast-font-size-default);
font-weight: var(--yoast-font-weight-bold);
${ getDirectionalStyle( "margin-right: 4px", "margin-left: 4px" ) };

@@ -27,0 +27,0 @@ `;

{
"name": "yoast-components",
"version": "5.12.0-rc.1",
"version": "5.12.0-rc.4",
"description": "Yoast Generic Components",

@@ -62,8 +62,8 @@ "homepage": "https://github.com/Yoast/",

"@wordpress/i18n": "^1.1.0",
"@yoast/analysis-report": "^1.12.0-rc.1",
"@yoast/components": "^2.10.0-rc.1",
"@yoast/configuration-wizard": "^2.12.0-rc.1",
"@yoast/analysis-report": "^1.12.0-rc.4",
"@yoast/components": "^2.10.0-rc.4",
"@yoast/configuration-wizard": "^2.12.0-rc.4",
"@yoast/helpers": "^0.13.0",
"@yoast/replacement-variable-editor": "^1.5.0-rc.1",
"@yoast/search-metadata-previews": "^2.12.0-rc.1",
"@yoast/replacement-variable-editor": "^1.5.0-rc.4",
"@yoast/search-metadata-previews": "^2.12.0-rc.4",
"@yoast/style-guide": "^0.13.0",

@@ -143,3 +143,3 @@ "clipboard": "^1.5.15",

},
"gitHead": "f9c5b232eb0d203e7043a814d37b693adb16e773"
"gitHead": "e58252005c6a8897eb38ad482fc90855c0a2f603"
}

Sorry, the diff of this file is not supported yet