Socket
Socket
Sign inDemoInstall

@fluentui/react-make-styles

Package Overview
Dependencies
Maintainers
13
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.0.0-nightly906d31cfa320211115.1 to 0.0.0-nightly940a86cbd620220117.1

33

CHANGELOG.md
# Change Log - @fluentui/react-make-styles
This log was last generated on Mon, 15 Nov 2021 04:16:26 GMT and should not be manually modified.
This log was last generated on Mon, 17 Jan 2022 04:14:06 GMT and should not be manually modified.
<!-- Start content -->
## [0.0.0-nightly906d31cfa320211115.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-make-styles_v0.0.0-nightly906d31cfa320211115.1)
## [0.0.0-nightly940a86cbd620220117.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-make-styles_v0.0.0-nightly940a86cbd620220117.1)
Mon, 15 Nov 2021 04:16:26 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-make-styles_v9.0.0-beta.3..@fluentui/react-make-styles_v0.0.0-nightly906d31cfa320211115.1)
Mon, 17 Jan 2022 04:14:06 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-make-styles_v9.0.0-beta.4..@fluentui/react-make-styles_v0.0.0-nightly940a86cbd620220117.1)
### Changes
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/05edacbae8d85aa6b3d4164f9cd7d1465b47f246) by email not defined)
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly906d31cfa320211115.1 ([commit](https://github.com/microsoft/fluentui/commit/05edacbae8d85aa6b3d4164f9cd7d1465b47f246) by beachball)
- Bump @fluentui/make-styles to v0.0.0-nightly906d31cfa320211115.1 ([commit](https://github.com/microsoft/fluentui/commit/05edacbae8d85aa6b3d4164f9cd7d1465b47f246) by beachball)
- Bump @fluentui/react-theme to v0.0.0-nightly906d31cfa320211115.1 ([commit](https://github.com/microsoft/fluentui/commit/05edacbae8d85aa6b3d4164f9cd7d1465b47f246) by beachball)
- Bump @fluentui/react-utilities to v0.0.0-nightly906d31cfa320211115.1 ([commit](https://github.com/microsoft/fluentui/commit/05edacbae8d85aa6b3d4164f9cd7d1465b47f246) by beachball)
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/07adbf7fccd0e09945e35e8c537e3595d8170375) by email not defined)
- Re-export shorthand functions for styles ([PR #20628](https://github.com/microsoft/fluentui/pull/20628) by olfedias@microsoft.com)
- re-export base makeStyles types ([PR #20786](https://github.com/microsoft/fluentui/pull/20786) by olfedias@microsoft.com)
- BREAKING: remove functions support from makeStyles() ([PR #21239](https://github.com/microsoft/fluentui/pull/21239) by Humberto.Morimoto@microsoft.com)
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly940a86cbd620220117.1 ([commit](https://github.com/microsoft/fluentui/commit/07adbf7fccd0e09945e35e8c537e3595d8170375) by beachball)
- Bump @fluentui/make-styles to v0.0.0-nightly940a86cbd620220117.1 ([commit](https://github.com/microsoft/fluentui/commit/07adbf7fccd0e09945e35e8c537e3595d8170375) by beachball)
- Bump @fluentui/react-theme to v0.0.0-nightly940a86cbd620220117.1 ([commit](https://github.com/microsoft/fluentui/commit/07adbf7fccd0e09945e35e8c537e3595d8170375) by beachball)
- Bump @fluentui/react-utilities to v0.0.0-nightly940a86cbd620220117.1 ([commit](https://github.com/microsoft/fluentui/commit/07adbf7fccd0e09945e35e8c537e3595d8170375) by beachball)
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-make-styles_v9.0.0-beta.4)
Thu, 25 Nov 2021 08:34:14 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-make-styles_v9.0.0-beta.3..@fluentui/react-make-styles_v9.0.0-beta.4)
### Changes
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
- Bump @fluentui/make-styles to v9.0.0-beta.3 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
- Bump @fluentui/react-theme to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-make-styles_v9.0.0-beta.3)

@@ -21,0 +36,0 @@

@@ -6,6 +6,6 @@ import { createDOMRenderer } from '@fluentui/make-styles';

import type { MakeStylesRenderer } from '@fluentui/make-styles';
import type { MakeStylesStyleRule } from '@fluentui/make-styles';
import { MakeStylesStyle } from '@fluentui/make-styles';
import { mergeClasses } from '@fluentui/make-styles';
import * as React_2 from 'react';
import type { Theme } from '@fluentui/react-theme';
import { shorthands } from '@fluentui/make-styles';

@@ -23,4 +23,6 @@ /**

export declare function makeStyles<Slots extends string | number>(stylesBySlots: Record<Slots, MakeStylesStyleRule<Theme>>): () => Record<Slots, string>;
export declare function makeStyles<Slots extends string | number>(stylesBySlots: Record<Slots, MakeStylesStyle>): () => Record<Slots, string>;
export { MakeStylesStyle }
export { mergeClasses }

@@ -54,2 +56,4 @@

export { shorthands }
/**

@@ -56,0 +60,0 @@ * Returns an instance of current makeStyles() renderer.

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

export { mergeClasses, createDOMRenderer } from '@fluentui/make-styles';
export { shorthands, mergeClasses, createDOMRenderer } from '@fluentui/make-styles';
export type { MakeStylesStyle } from '@fluentui/make-styles';
export { makeStyles } from './makeStyles';

@@ -3,0 +4,0 @@ export { makeStaticStyles } from './makeStaticStyles';

@@ -6,3 +6,3 @@ "use strict";

});
exports.__styles = exports.renderToStyleElements = exports.makeStaticStyles = exports.makeStyles = exports.createDOMRenderer = exports.mergeClasses = void 0;
exports.__styles = exports.renderToStyleElements = exports.makeStaticStyles = exports.makeStyles = exports.createDOMRenderer = exports.mergeClasses = exports.shorthands = void 0;

@@ -13,2 +13,8 @@ const tslib_1 = /*#__PURE__*/require("tslib");

Object.defineProperty(exports, "shorthands", {
enumerable: true,
get: function () {
return make_styles_1.shorthands;
}
});
Object.defineProperty(exports, "mergeClasses", {

@@ -63,3 +69,3 @@ enumerable: true,

}
}); // TODO: we should re-export some of types from "@fluentui/make-styles" once we will get update to TS4
});
//# sourceMappingURL=index.js.map

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

import type { MakeStylesStyleRule } from '@fluentui/make-styles';
import type { Theme } from '@fluentui/react-theme';
export declare function makeStyles<Slots extends string | number>(stylesBySlots: Record<Slots, MakeStylesStyleRule<Theme>>): () => Record<Slots, string>;
import type { MakeStylesStyle } from '@fluentui/make-styles';
export declare function makeStyles<Slots extends string | number>(stylesBySlots: Record<Slots, MakeStylesStyle>): () => Record<Slots, string>;

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

export { mergeClasses, createDOMRenderer } from '@fluentui/make-styles';
export { shorthands, mergeClasses, createDOMRenderer } from '@fluentui/make-styles';
export type { MakeStylesStyle } from '@fluentui/make-styles';
export { makeStyles } from './makeStyles';

@@ -3,0 +4,0 @@ export { makeStaticStyles } from './makeStaticStyles';

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

export { mergeClasses, createDOMRenderer } from '@fluentui/make-styles';
export { shorthands, mergeClasses, createDOMRenderer } from '@fluentui/make-styles';
export { makeStyles } from './makeStyles';

@@ -7,3 +7,3 @@ export { makeStaticStyles } from './makeStaticStyles';

export { __styles } from './__styles'; // TODO: we should re-export some of types from "@fluentui/make-styles" once we will get update to TS4
export { __styles } from './__styles';
//# sourceMappingURL=index.js.map

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

import type { MakeStylesStyleRule } from '@fluentui/make-styles';
import type { Theme } from '@fluentui/react-theme';
export declare function makeStyles<Slots extends string | number>(stylesBySlots: Record<Slots, MakeStylesStyleRule<Theme>>): () => Record<Slots, string>;
import type { MakeStylesStyle } from '@fluentui/make-styles';
export declare function makeStyles<Slots extends string | number>(stylesBySlots: Record<Slots, MakeStylesStyle>): () => Record<Slots, string>;
{
"name": "@fluentui/react-make-styles",
"version": "0.0.0-nightly906d31cfa320211115.1",
"version": "0.0.0-nightly940a86cbd620220117.1",
"description": "React bindings for @fluentui/make-styles",

@@ -24,4 +24,5 @@ "main": "lib-commonjs/index.js",

"docs": "api-extractor run --config=config/api-extractor.local.json --local",
"build:local": "tsc -p . --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output dist/react-make-styles/src && yarn docs",
"storybook": "start-storybook"
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output ./dist/packages/react-make-styles/src && yarn docs",
"storybook": "start-storybook",
"type-check": "tsc -b tsconfig.json"
},

@@ -37,6 +38,6 @@ "devDependencies": {

"dependencies": {
"@fluentui/react-shared-contexts": "0.0.0-nightly906d31cfa320211115.1",
"@fluentui/make-styles": "0.0.0-nightly906d31cfa320211115.1",
"@fluentui/react-theme": "0.0.0-nightly906d31cfa320211115.1",
"@fluentui/react-utilities": "0.0.0-nightly906d31cfa320211115.1",
"@fluentui/react-shared-contexts": "0.0.0-nightly940a86cbd620220117.1",
"@fluentui/make-styles": "0.0.0-nightly940a86cbd620220117.1",
"@fluentui/react-theme": "0.0.0-nightly940a86cbd620220117.1",
"@fluentui/react-utilities": "0.0.0-nightly940a86cbd620220117.1",
"tslib": "^2.1.0"

@@ -43,0 +44,0 @@ },

Sorry, the diff of this file is too big to display

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