@fluentui/react-make-styles
Advanced tools
Comparing version 0.0.0-nightly57a9843f2620211119.1 to 0.0.0-nightly58c310891320211216.1
# Change Log - @fluentui/react-make-styles | ||
This log was last generated on Fri, 19 Nov 2021 04:18:55 GMT and should not be manually modified. | ||
This log was last generated on Thu, 16 Dec 2021 04:14:55 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [0.0.0-nightly57a9843f2620211119.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-make-styles_v0.0.0-nightly57a9843f2620211119.1) | ||
## [0.0.0-nightly58c310891320211216.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-make-styles_v0.0.0-nightly58c310891320211216.1) | ||
Fri, 19 Nov 2021 04:18:55 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-nightly57a9843f2620211119.1) | ||
Thu, 16 Dec 2021 04:14:55 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-nightly58c310891320211216.1) | ||
### Changes | ||
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/e6017db01058700b10f0f2b6b36ef51efb28b9b9) by email not defined) | ||
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly57a9843f2620211119.1 ([commit](https://github.com/microsoft/fluentui/commit/e6017db01058700b10f0f2b6b36ef51efb28b9b9) by beachball) | ||
- Bump @fluentui/make-styles to v0.0.0-nightly57a9843f2620211119.1 ([commit](https://github.com/microsoft/fluentui/commit/e6017db01058700b10f0f2b6b36ef51efb28b9b9) by beachball) | ||
- Bump @fluentui/react-theme to v0.0.0-nightly57a9843f2620211119.1 ([commit](https://github.com/microsoft/fluentui/commit/e6017db01058700b10f0f2b6b36ef51efb28b9b9) by beachball) | ||
- Bump @fluentui/react-utilities to v0.0.0-nightly57a9843f2620211119.1 ([commit](https://github.com/microsoft/fluentui/commit/e6017db01058700b10f0f2b6b36ef51efb28b9b9) by beachball) | ||
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/919f08a1b25cd5045dc729d44a65f64f7838f4dc) 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) | ||
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly58c310891320211216.1 ([commit](https://github.com/microsoft/fluentui/commit/919f08a1b25cd5045dc729d44a65f64f7838f4dc) by beachball) | ||
- Bump @fluentui/make-styles to v0.0.0-nightly58c310891320211216.1 ([commit](https://github.com/microsoft/fluentui/commit/919f08a1b25cd5045dc729d44a65f64f7838f4dc) by beachball) | ||
- Bump @fluentui/react-theme to v0.0.0-nightly58c310891320211216.1 ([commit](https://github.com/microsoft/fluentui/commit/919f08a1b25cd5045dc729d44a65f64f7838f4dc) by beachball) | ||
- Bump @fluentui/react-utilities to v0.0.0-nightly58c310891320211216.1 ([commit](https://github.com/microsoft/fluentui/commit/919f08a1b25cd5045dc729d44a65f64f7838f4dc) 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 +35,0 @@ |
@@ -6,5 +6,8 @@ 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 { MakeStylesStyleFunctionRule } from '@fluentui/make-styles'; | ||
import { MakeStylesStyleRule } from '@fluentui/make-styles'; | ||
import { mergeClasses } from '@fluentui/make-styles'; | ||
import * as React_2 from 'react'; | ||
import { shorthands } from '@fluentui/make-styles'; | ||
import type { Theme } from '@fluentui/react-theme'; | ||
@@ -25,2 +28,8 @@ | ||
export { MakeStylesStyle } | ||
export { MakeStylesStyleFunctionRule } | ||
export { MakeStylesStyleRule } | ||
export { mergeClasses } | ||
@@ -54,2 +63,4 @@ | ||
export { shorthands } | ||
/** | ||
@@ -56,0 +67,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, MakeStylesStyleRule, MakeStylesStyleFunctionRule } 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,2 +0,3 @@ | ||
export { mergeClasses, createDOMRenderer } from '@fluentui/make-styles'; | ||
export { shorthands, mergeClasses, createDOMRenderer } from '@fluentui/make-styles'; | ||
export type { MakeStylesStyle, MakeStylesStyleRule, MakeStylesStyleFunctionRule } 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 |
{ | ||
"name": "@fluentui/react-make-styles", | ||
"version": "0.0.0-nightly57a9843f2620211119.1", | ||
"version": "0.0.0-nightly58c310891320211216.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-nightly57a9843f2620211119.1", | ||
"@fluentui/make-styles": "0.0.0-nightly57a9843f2620211119.1", | ||
"@fluentui/react-theme": "0.0.0-nightly57a9843f2620211119.1", | ||
"@fluentui/react-utilities": "0.0.0-nightly57a9843f2620211119.1", | ||
"@fluentui/react-shared-contexts": "0.0.0-nightly58c310891320211216.1", | ||
"@fluentui/make-styles": "0.0.0-nightly58c310891320211216.1", | ||
"@fluentui/react-theme": "0.0.0-nightly58c310891320211216.1", | ||
"@fluentui/react-utilities": "0.0.0-nightly58c310891320211216.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
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
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
163473
2802
+ Added@fluentui/keyboard-keys@0.0.0-nightly58c310891320211216.1(transitive)
+ Added@fluentui/make-styles@0.0.0-nightly58c310891320211216.1(transitive)
+ Added@fluentui/react-shared-contexts@0.0.0-nightly58c310891320211216.1(transitive)
+ Added@fluentui/react-theme@0.0.0-nightly58c310891320211216.1(transitive)
+ Added@fluentui/react-utilities@0.0.0-nightly58c310891320211216.1(transitive)
- Removed@fluentui/keyboard-keys@0.0.0-nightly57a9843f2620211119.1(transitive)
- Removed@fluentui/make-styles@0.0.0-nightly57a9843f2620211119.1(transitive)
- Removed@fluentui/react-shared-contexts@0.0.0-nightly57a9843f2620211119.1(transitive)
- Removed@fluentui/react-theme@0.0.0-nightly57a9843f2620211119.1(transitive)
- Removed@fluentui/react-utilities@0.0.0-nightly57a9843f2620211119.1(transitive)
Updated@fluentui/make-styles@0.0.0-nightly58c310891320211216.1
Updated@fluentui/react-shared-contexts@0.0.0-nightly58c310891320211216.1
Updated@fluentui/react-theme@0.0.0-nightly58c310891320211216.1
Updated@fluentui/react-utilities@0.0.0-nightly58c310891320211216.1