Socket
Socket
Sign inDemoInstall

@fluentui/make-styles

Package Overview
Dependencies
Maintainers
13
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/make-styles - npm Package Compare versions

Comparing version 0.0.0-nightly627ad67f1120211109.1 to 0.0.0-nightly8825574c4220211117.1

35

CHANGELOG.json

@@ -5,5 +5,5 @@ {

{
"date": "Tue, 09 Nov 2021 04:20:28 GMT",
"tag": "@fluentui/make-styles_v0.0.0-nightly627ad67f1120211109.1",
"version": "0.0.0-nightly627ad67f1120211109.1",
"date": "Wed, 17 Nov 2021 04:18:32 GMT",
"tag": "@fluentui/make-styles_v0.0.0-nightly8825574c4220211117.1",
"version": "0.0.0-nightly8825574c4220211117.1",
"comments": {

@@ -14,4 +14,16 @@ "prerelease": [

"package": "@fluentui/make-styles",
"commit": "5e2f04f4741a9e3b98463480f9c1926ea2006337",
"commit": "4f70ff015c3ae5dcb29e0e455a7ab2639738010f",
"comment": "Release nightly v9"
},
{
"author": "lingfangao@hotmail.com",
"package": "@fluentui/make-styles",
"commit": "58db204f28af1d68df7260ff580cf91f0adcfb66",
"comment": "Add development warning for unresolved style rules"
},
{
"author": "lingfangao@hotmail.com",
"package": "@fluentui/make-styles",
"commit": "400f5b5001c96721477b84c467541c36ee2a9454",
"comment": "Bumps rtl-css-js to 1.14.5, fixes[#20572](https://github.com/microsoft/fluentui/issues/20572)"
}

@@ -22,2 +34,17 @@ ]

{
"date": "Fri, 12 Nov 2021 13:25:11 GMT",
"tag": "@fluentui/make-styles_v9.0.0-beta.2",
"version": "9.0.0-beta.2",
"comments": {
"none": [
{
"author": "lingfangao@hotmail.com",
"package": "@fluentui/make-styles",
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
"comment": "Remove beta release tag"
}
]
}
},
{
"date": "Wed, 27 Oct 2021 12:14:12 GMT",

@@ -24,0 +51,0 @@ "tag": "@fluentui/make-styles_v9.0.0-beta.2",

12

CHANGELOG.md
# Change Log - @fluentui/make-styles
This log was last generated on Tue, 09 Nov 2021 04:20:28 GMT and should not be manually modified.
This log was last generated on Wed, 17 Nov 2021 04:18:32 GMT and should not be manually modified.
<!-- Start content -->
## [0.0.0-nightly627ad67f1120211109.1](https://github.com/microsoft/fluentui/tree/@fluentui/make-styles_v0.0.0-nightly627ad67f1120211109.1)
## [0.0.0-nightly8825574c4220211117.1](https://github.com/microsoft/fluentui/tree/@fluentui/make-styles_v0.0.0-nightly8825574c4220211117.1)
Tue, 09 Nov 2021 04:20:28 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/make-styles_v9.0.0-beta.2..@fluentui/make-styles_v0.0.0-nightly627ad67f1120211109.1)
Wed, 17 Nov 2021 04:18:32 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/make-styles_v9.0.0-beta.2..@fluentui/make-styles_v0.0.0-nightly8825574c4220211117.1)
### Changes
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/5e2f04f4741a9e3b98463480f9c1926ea2006337) by email not defined)
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/4f70ff015c3ae5dcb29e0e455a7ab2639738010f) by email not defined)
- Add development warning for unresolved style rules ([PR #20541](https://github.com/microsoft/fluentui/pull/20541) by lingfangao@hotmail.com)
- Bumps rtl-css-js to 1.14.5, fixes[#20572](https://github.com/microsoft/fluentui/issues/20572) ([PR #20610](https://github.com/microsoft/fluentui/pull/20610) by lingfangao@hotmail.com)

@@ -16,0 +18,0 @@ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/make-styles_v9.0.0-beta.2)

@@ -176,2 +176,7 @@ "use strict";

resolveStyleRulesInner(value, unstable_cssPriority, pseudo, media, combinedSupportQuery, cssClassesMap, cssRulesByBucket);
} else {
if (process.env.NODE_ENV !== 'production') {
// eslint-disable-next-line no-console
console.error("Please fix the unresolved style rule: \n " + property + " \n " + JSON.stringify(value, null, 2) + "\"");
}
}

@@ -178,0 +183,0 @@ }

@@ -153,2 +153,7 @@ import { __assign } from "tslib";

resolveStyleRulesInner(value, unstable_cssPriority, pseudo, media, combinedSupportQuery, cssClassesMap, cssRulesByBucket);
} else {
if (process.env.NODE_ENV !== 'production') {
// eslint-disable-next-line no-console
console.error("Please fix the unresolved style rule: \n " + property + " \n " + JSON.stringify(value, null, 2) + "\"");
}
}

@@ -155,0 +160,0 @@ }

{
"name": "@fluentui/make-styles",
"version": "0.0.0-nightly627ad67f1120211109.1",
"version": "0.0.0-nightly8825574c4220211117.1",
"description": "Experimental utility for creating css styles/classes.",

@@ -33,3 +33,3 @@ "main": "lib-commonjs/index.js",

"inline-style-expand-shorthand": "^1.2.0",
"rtl-css-js": "^1.14.1",
"rtl-css-js": "^1.14.5",
"stylis": "^4.0.6",

@@ -39,3 +39,2 @@ "tslib": "^2.1.0"

"beachball": {
"tag": "beta",
"disallowedChangeTypes": [

@@ -42,0 +41,0 @@ "major",

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