@fluentui/make-styles
Advanced tools
Comparing version 9.0.0-alpha.5 to 9.0.0-alpha.6
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Mon, 15 Mar 2021 07:33:50 GMT", | ||
"date": "Thu, 25 Mar 2021 07:29:52 GMT", | ||
"tag": "@fluentui/make-styles_v9.0.0-alpha.6", | ||
"version": "9.0.0-alpha.6", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"comment": "chore: remove makeStylesCompat()", | ||
"author": "olfedias@microsoft.com", | ||
"commit": "66638eed425fff31d69182529b03268836c5e1ec", | ||
"package": "@fluentui/make-styles" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 15 Mar 2021 07:36:20 GMT", | ||
"tag": "@fluentui/make-styles_v9.0.0-alpha.5", | ||
@@ -8,0 +23,0 @@ "version": "9.0.0-alpha.5", |
# Change Log - @fluentui/make-styles | ||
This log was last generated on Mon, 15 Mar 2021 07:33:50 GMT and should not be manually modified. | ||
This log was last generated on Thu, 25 Mar 2021 07:29:52 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/make-styles_v9.0.0-alpha.6) | ||
Thu, 25 Mar 2021 07:29:52 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/make-styles_v9.0.0-alpha.5..@fluentui/make-styles_v9.0.0-alpha.6) | ||
### Changes | ||
- chore: remove makeStylesCompat() ([PR #17539](https://github.com/microsoft/fluentui/pull/17539) by olfedias@microsoft.com) | ||
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/make-styles_v9.0.0-alpha.5) | ||
Mon, 15 Mar 2021 07:33:50 GMT | ||
Mon, 15 Mar 2021 07:36:20 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/make-styles_v9.0.0-alpha.4..@fluentui/make-styles_v9.0.0-alpha.5) | ||
@@ -11,0 +20,0 @@ |
export { createDOMRenderer } from './renderer/createDOMRenderer'; | ||
export { ax } from './ax'; | ||
export { makeStylesCompat } from './makeStylesCompat'; | ||
export { makeStaticStyles } from './makeStaticStyles'; | ||
export { makeStyles } from './makeStyles'; | ||
export * from './types'; |
@@ -1,2 +0,2 @@ | ||
define(["require", "exports", "./renderer/createDOMRenderer", "./ax", "./makeStylesCompat", "./makeStaticStyles", "./makeStyles"], function (require, exports, createDOMRenderer_1, ax_1, makeStylesCompat_1, makeStaticStyles_1, makeStyles_1) { | ||
define(["require", "exports", "./renderer/createDOMRenderer", "./ax", "./makeStaticStyles", "./makeStyles"], function (require, exports, createDOMRenderer_1, ax_1, makeStaticStyles_1, makeStyles_1) { | ||
"use strict"; | ||
@@ -6,3 +6,2 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ax = ax_1.ax; | ||
exports.makeStylesCompat = makeStylesCompat_1.makeStylesCompat; | ||
exports.makeStaticStyles = makeStaticStyles_1.makeStaticStyles; | ||
@@ -9,0 +8,0 @@ exports.makeStyles = makeStyles_1.makeStyles; |
export { createDOMRenderer } from './renderer/createDOMRenderer'; | ||
export { ax } from './ax'; | ||
export { makeStylesCompat } from './makeStylesCompat'; | ||
export { makeStaticStyles } from './makeStaticStyles'; | ||
export { makeStyles } from './makeStyles'; | ||
export * from './types'; |
@@ -7,4 +7,2 @@ "use strict"; | ||
exports.ax = ax_1.ax; | ||
var makeStylesCompat_1 = require("./makeStylesCompat"); | ||
exports.makeStylesCompat = makeStylesCompat_1.makeStylesCompat; | ||
var makeStaticStyles_1 = require("./makeStaticStyles"); | ||
@@ -11,0 +9,0 @@ exports.makeStaticStyles = makeStaticStyles_1.makeStaticStyles; |
export { createDOMRenderer } from './renderer/createDOMRenderer'; | ||
export { ax } from './ax'; | ||
export { makeStylesCompat } from './makeStylesCompat'; | ||
export { makeStaticStyles } from './makeStaticStyles'; | ||
export { makeStyles } from './makeStyles'; | ||
export * from './types'; |
export { createDOMRenderer } from './renderer/createDOMRenderer'; | ||
export { ax } from './ax'; | ||
export { makeStylesCompat } from './makeStylesCompat'; | ||
export { makeStaticStyles } from './makeStaticStyles'; | ||
export { makeStyles } from './makeStyles'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@fluentui/make-styles", | ||
"version": "9.0.0-alpha.5", | ||
"version": "9.0.0-alpha.6", | ||
"description": "Experimental utility for creating css styles/classes.", | ||
@@ -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
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
327638
232
1
80
2701