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

@fluentui/react-make-styles

Package Overview
Dependencies
Maintainers
11
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-make-styles - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

15

CHANGELOG.json

@@ -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",

11

CHANGELOG.md
# 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;

2

lib-amd/version.js
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

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