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

@uifabric/azure-themes

Package Overview
Dependencies
Maintainers
4
Versions
385
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uifabric/azure-themes - npm Package Compare versions

Comparing version 7.0.9 to 7.0.10

16

CHANGELOG.json

@@ -5,3 +5,17 @@ {

{
"date": "Wed, 11 Sep 2019 12:35:05 GMT",
"date": "Thu, 07 Nov 2019 12:25:55 GMT",
"tag": "@uifabric/azure-themes_v7.0.10",
"version": "7.0.10",
"comments": {
"patch": [
{
"comment": "Correct the checked checkbox background in Azure light theme.",
"author": "xinychen@microsoft.com",
"commit": "852fe1af1d081e45041183064a2fe0b51cec5659"
}
]
}
},
{
"date": "Wed, 11 Sep 2019 12:35:47 GMT",
"tag": "@uifabric/azure-themes_v7.0.9",

@@ -8,0 +22,0 @@ "version": "7.0.9",

10

CHANGELOG.md
# Change Log - @uifabric/azure-themes
This log was last generated on Wed, 11 Sep 2019 12:35:05 GMT and should not be manually modified.
This log was last generated on Thu, 07 Nov 2019 12:25:55 GMT and should not be manually modified.
## 7.0.10
Thu, 07 Nov 2019 12:25:55 GMT
### Patches
- Correct the checked checkbox background in Azure light theme. (xinychen@microsoft.com)
## 7.0.9
Wed, 11 Sep 2019 12:35:05 GMT
Wed, 11 Sep 2019 12:35:47 GMT

@@ -8,0 +14,0 @@ ### Patches

@@ -47,8 +47,9 @@ define(["require", "exports", "../AzureType"], function (require, exports, AzureType_1) {

selectors: {
'.ms-Checkbox-label .ms-Checkbox-checkbox': {
background: semanticColors.bodyBackground
},
':hover .ms-Checkbox-label .ms-Checkbox-checkbox': {
background: semanticColors.bodyBackground,
borderColor: extendedSemanticColors.controlOutlineHovered
},
':focus .ms-Checkbox-label .ms-Checkbox-checkbox': {
background: semanticColors.bodyBackground,
borderColor: extendedSemanticColors.focusBorder

@@ -55,0 +56,0 @@ }

define(["require", "exports", "@uifabric/set-version"], function (require, exports, set_version_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
set_version_1.setVersion('@uifabric/azure-themes', '7.0.9');
set_version_1.setVersion('@uifabric/azure-themes', '7.0.10');
});
//# sourceMappingURL=version.js.map

@@ -47,8 +47,9 @@ "use strict";

selectors: {
'.ms-Checkbox-label .ms-Checkbox-checkbox': {
background: semanticColors.bodyBackground
},
':hover .ms-Checkbox-label .ms-Checkbox-checkbox': {
background: semanticColors.bodyBackground,
borderColor: extendedSemanticColors.controlOutlineHovered
},
':focus .ms-Checkbox-label .ms-Checkbox-checkbox': {
background: semanticColors.bodyBackground,
borderColor: extendedSemanticColors.focusBorder

@@ -55,0 +56,0 @@ }

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
// @uifabric/azure-themes@7.0.9
// @uifabric/azure-themes@7.0.10
// Do not modify this file, the file is generated as part of publish. The checked in version is a placeholder only.
var set_version_1 = require("@uifabric/set-version");
set_version_1.setVersion('@uifabric/azure-themes', '7.0.9');
set_version_1.setVersion('@uifabric/azure-themes', '7.0.10');
//# sourceMappingURL=version.js.map

@@ -45,8 +45,9 @@ import { FontSizes } from '../AzureType';

selectors: {
'.ms-Checkbox-label .ms-Checkbox-checkbox': {
background: semanticColors.bodyBackground
},
':hover .ms-Checkbox-label .ms-Checkbox-checkbox': {
background: semanticColors.bodyBackground,
borderColor: extendedSemanticColors.controlOutlineHovered
},
':focus .ms-Checkbox-label .ms-Checkbox-checkbox': {
background: semanticColors.bodyBackground,
borderColor: extendedSemanticColors.focusBorder

@@ -53,0 +54,0 @@ }

@@ -1,5 +0,5 @@

// @uifabric/azure-themes@7.0.9
// @uifabric/azure-themes@7.0.10
// Do not modify this file, the file is generated as part of publish. The checked in version is a placeholder only.
import { setVersion } from '@uifabric/set-version';
setVersion('@uifabric/azure-themes', '7.0.9');
setVersion('@uifabric/azure-themes', '7.0.10');
//# sourceMappingURL=version.js.map
{
"name": "@uifabric/azure-themes",
"version": "7.0.9",
"version": "7.0.10",
"description": "Azure themes for Office UI Components",

@@ -30,7 +30,7 @@ "main": "lib-commonjs/index.js",

"dependencies": {
"@uifabric/merge-styles": "^7.5.1",
"@uifabric/merge-styles": "^7.8.0",
"@uifabric/set-version": "^7.0.2",
"office-ui-fabric-react": "^7.31.3",
"office-ui-fabric-react": "^7.59.0",
"tslib": "^1.7.1"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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