@fluentui/react-make-styles
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -5,2 +5,17 @@ { | ||
{ | ||
"date": "Fri, 05 Feb 2021 12:19:08 GMT", | ||
"tag": "@fluentui/react-make-styles_v0.2.2", | ||
"version": "0.2.2", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Do not throw makestyles in tests", | ||
"author": "lingfan.gao@microsoft.com", | ||
"commit": "d27a96caa5a5cabb9ad2ed8d3bf4a466ad383d5b", | ||
"package": "@fluentui/react-make-styles" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 03 Feb 2021 22:54:59 GMT", | ||
@@ -7,0 +22,0 @@ "tag": "@fluentui/react-make-styles_v0.2.0", |
# Change Log - @fluentui/react-make-styles | ||
This log was last generated on Wed, 03 Feb 2021 22:54:59 GMT and should not be manually modified. | ||
This log was last generated on Fri, 05 Feb 2021 12:19:08 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [0.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-make-styles_v0.2.2) | ||
Fri, 05 Feb 2021 12:19:08 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-make-styles_v0.2.0..@fluentui/react-make-styles_v0.2.2) | ||
### Patches | ||
- Do not throw makestyles in tests ([PR #16817](https://github.com/microsoft/fluentui/pull/16817) by lingfan.gao@microsoft.com) | ||
## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-make-styles_v0.2.0) | ||
@@ -8,0 +17,0 @@ |
@@ -11,2 +11,3 @@ define(["require", "exports", "@fluentui/make-styles", "@fluentui/react-provider", "@fluentui/react-theme-provider", "react"], function (require, exports, make_styles_1, react_provider_1, react_theme_provider_1, React) { | ||
var getStyles = make_styles_1.makeStyles(definitions); | ||
return function useClasses(selectors) { | ||
@@ -13,0 +14,0 @@ var _a = react_provider_1.useFluent(), dir = _a.dir, document = _a.document; |
define(["require", "exports", "@fluentui/set-version"], function (require, exports, set_version_1) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
set_version_1.setVersion('@fluentui/react-make-styles', '0.2.1'); | ||
set_version_1.setVersion('@fluentui/react-make-styles', '0.2.2'); | ||
}); | ||
//# sourceMappingURL=version.js.map |
@@ -14,2 +14,5 @@ "use strict"; | ||
var getStyles = make_styles_1.makeStyles(definitions); | ||
if (process.env.NODE_ENV === 'test') { | ||
return function () { return ''; }; | ||
} | ||
return function useClasses(selectors) { | ||
@@ -16,0 +19,0 @@ var _a = react_provider_1.useFluent(), dir = _a.dir, document = _a.document; |
@@ -6,3 +6,3 @@ "use strict"; | ||
var set_version_1 = require("@fluentui/set-version"); | ||
set_version_1.setVersion('@fluentui/react-make-styles', '0.2.1'); | ||
set_version_1.setVersion('@fluentui/react-make-styles', '0.2.2'); | ||
//# sourceMappingURL=version.js.map |
@@ -12,2 +12,5 @@ import { createDOMRenderer, makeStyles as vanillaMakeStyles, } from '@fluentui/make-styles'; | ||
var getStyles = vanillaMakeStyles(definitions); | ||
if (process.env.NODE_ENV === 'test') { | ||
return function () { return ''; }; | ||
} | ||
return function useClasses(selectors) { | ||
@@ -14,0 +17,0 @@ var _a = useFluent(), dir = _a.dir, document = _a.document; |
// Do not modify this file; it is generated as part of publish. | ||
// The checked in version is a placeholder only and will not be updated. | ||
import { setVersion } from '@fluentui/set-version'; | ||
setVersion('@fluentui/react-make-styles', '0.2.1'); | ||
setVersion('@fluentui/react-make-styles', '0.2.2'); | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@fluentui/react-make-styles", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "React bindings for @fluentui/make-styles", | ||
@@ -5,0 +5,0 @@ "main": "lib-commonjs/index.js", |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19312
171
2