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

@fluentui/styles

Package Overview
Dependencies
Maintainers
12
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/styles - npm Package Compare versions

Comparing version 0.57.0 to 0.58.0

24

dist/commonjs/mergeThemes.js

@@ -32,2 +32,10 @@ "use strict";

var _excluded = ["_debug"],
_excluded2 = ["_debug"],
_excluded3 = ["_debug"],
_excluded4 = ["_debug"],
_excluded5 = ["_debug"],
_excluded6 = ["_debug", "_debugId"],
_excluded7 = ["_debug"],
_excluded8 = ["_debug", "_invertedKeys", "_debugId"];
var emptyTheme = {

@@ -128,3 +136,3 @@ siteVariables: {

_debug = _ref$_debug === void 0 ? undefined : _ref$_debug,
styles = (0, _objectWithoutPropertiesLoose2.default)(_ref, ["_debug"]); // new object required to prevent circular JSON structure error in <Debug />
styles = (0, _objectWithoutPropertiesLoose2.default)(_ref, _excluded); // new object required to prevent circular JSON structure error in <Debug />

@@ -144,3 +152,3 @@

_debug = _ref2$_debug === void 0 ? undefined : _ref2$_debug,
styles = (0, _objectWithoutPropertiesLoose2.default)(_ref2, ["_debug"]); // new object required to prevent circular JSON structure error in <Debug />
styles = (0, _objectWithoutPropertiesLoose2.default)(_ref2, _excluded2); // new object required to prevent circular JSON structure error in <Debug />

@@ -162,7 +170,7 @@

debugA = _slotA._debug,
resolvedStylesA = (0, _objectWithoutPropertiesLoose2.default)(_slotA, ["_debug"]);
resolvedStylesA = (0, _objectWithoutPropertiesLoose2.default)(_slotA, _excluded3);
var _slotB = slotB(styleParam),
debugB = _slotB._debug,
resolvedStylesB = (0, _objectWithoutPropertiesLoose2.default)(_slotB, ["_debug"]);
resolvedStylesB = (0, _objectWithoutPropertiesLoose2.default)(_slotB, _excluded4);

@@ -239,3 +247,3 @@ var merged = (0, _merge2.default)(resolvedStylesA, resolvedStylesB);

_debug = _acc$_debug === void 0 ? [] : _acc$_debug,
accumulatedVariables = (0, _objectWithoutPropertiesLoose2.default)(_acc, ["_debug"]);
accumulatedVariables = (0, _objectWithoutPropertiesLoose2.default)(_acc, _excluded5);

@@ -247,3 +255,3 @@ var _ref3 = (0, _callable.callable)(next)(siteVariables) || {},

_debugId = _ref3$_debugId === void 0 ? undefined : _ref3$_debugId,
computedComponentVariables = (0, _objectWithoutPropertiesLoose2.default)(_ref3, ["_debug", "_debugId"]);
computedComponentVariables = (0, _objectWithoutPropertiesLoose2.default)(_ref3, _excluded6);

@@ -302,3 +310,3 @@ var merged = (0, _deepmerge.deepmerge)(accumulatedVariables, computedComponentVariables);

_debug = _acc$_debug2 === void 0 ? [] : _acc$_debug2,
accumulatedSiteVariables = (0, _objectWithoutPropertiesLoose2.default)(acc, ["_debug"]);
accumulatedSiteVariables = (0, _objectWithoutPropertiesLoose2.default)(acc, _excluded7);

@@ -312,3 +320,3 @@ var _ref4 = next || {},

_debugId = _ref4$_debugId === void 0 ? undefined : _ref4$_debugId,
nextSiteVariables = (0, _objectWithoutPropertiesLoose2.default)(_ref4, ["_debug", "_invertedKeys", "_debugId"]);
nextSiteVariables = (0, _objectWithoutPropertiesLoose2.default)(_ref4, _excluded8);

@@ -315,0 +323,0 @@ var merged = (0, _deepmerge.deepmerge)(Object.assign({}, accumulatedSiteVariables, {

"use strict";
exports.__esModule = true;
//# sourceMappingURL=types.js.map

@@ -7,2 +7,10 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";

import _merge from "lodash/merge";
var _excluded = ["_debug"],
_excluded2 = ["_debug"],
_excluded3 = ["_debug"],
_excluded4 = ["_debug"],
_excluded5 = ["_debug"],
_excluded6 = ["_debug", "_debugId"],
_excluded7 = ["_debug"],
_excluded8 = ["_debug", "_invertedKeys", "_debugId"];
import { callable } from './callable';

@@ -104,3 +112,3 @@ import { isEnabled as isDebugEnabled } from './debugEnabled';

_debug = _ref$_debug === void 0 ? undefined : _ref$_debug,
styles = _objectWithoutPropertiesLoose(_ref, ["_debug"]); // new object required to prevent circular JSON structure error in <Debug />
styles = _objectWithoutPropertiesLoose(_ref, _excluded); // new object required to prevent circular JSON structure error in <Debug />

@@ -120,3 +128,3 @@

_debug = _ref2$_debug === void 0 ? undefined : _ref2$_debug,
styles = _objectWithoutPropertiesLoose(_ref2, ["_debug"]); // new object required to prevent circular JSON structure error in <Debug />
styles = _objectWithoutPropertiesLoose(_ref2, _excluded2); // new object required to prevent circular JSON structure error in <Debug />

@@ -138,7 +146,7 @@

debugA = _slotA._debug,
resolvedStylesA = _objectWithoutPropertiesLoose(_slotA, ["_debug"]);
resolvedStylesA = _objectWithoutPropertiesLoose(_slotA, _excluded3);
var _slotB = slotB(styleParam),
debugB = _slotB._debug,
resolvedStylesB = _objectWithoutPropertiesLoose(_slotB, ["_debug"]);
resolvedStylesB = _objectWithoutPropertiesLoose(_slotB, _excluded4);

@@ -209,3 +217,3 @@ var merged = _merge(resolvedStylesA, resolvedStylesB);

_debug = _acc$_debug === void 0 ? [] : _acc$_debug,
accumulatedVariables = _objectWithoutPropertiesLoose(_acc, ["_debug"]);
accumulatedVariables = _objectWithoutPropertiesLoose(_acc, _excluded5);

@@ -217,3 +225,3 @@ var _ref3 = callable(next)(siteVariables) || {},

_debugId = _ref3$_debugId === void 0 ? undefined : _ref3$_debugId,
computedComponentVariables = _objectWithoutPropertiesLoose(_ref3, ["_debug", "_debugId"]);
computedComponentVariables = _objectWithoutPropertiesLoose(_ref3, _excluded6);

@@ -265,3 +273,3 @@ var merged = deepmerge(accumulatedVariables, computedComponentVariables);

_debug = _acc$_debug2 === void 0 ? [] : _acc$_debug2,
accumulatedSiteVariables = _objectWithoutPropertiesLoose(acc, ["_debug"]);
accumulatedSiteVariables = _objectWithoutPropertiesLoose(acc, _excluded7);

@@ -275,3 +283,3 @@ var _ref4 = next || {},

_debugId = _ref4$_debugId === void 0 ? undefined : _ref4$_debugId,
nextSiteVariables = _objectWithoutPropertiesLoose(_ref4, ["_debug", "_invertedKeys", "_debugId"]);
nextSiteVariables = _objectWithoutPropertiesLoose(_ref4, _excluded8);

@@ -278,0 +286,0 @@ var merged = deepmerge(Object.assign({}, accumulatedSiteVariables, {

@@ -1,2 +0,2 @@

export {};
//# sourceMappingURL=types.js.map
{
"name": "@fluentui/styles",
"description": "A set of styling utilities for CSS-in-JS.",
"version": "0.57.0",
"version": "0.58.0",
"author": "Marija Najdova <mnajdova@gmail.com>",

@@ -40,3 +40,3 @@ "bugs": "https://github.com/microsoft/fluentui/issues",

"types": "dist/es/index.d.ts",
"gitHead": "9ed48c7056dc8f76437c210040943dbd022e9980"
"gitHead": "f5084ca3629238483468ae59061a8435bb5d9f21"
}

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