Socket
Socket
Sign inDemoInstall

@fluentui/react-shared-contexts

Package Overview
Dependencies
4
Maintainers
12
Versions
718
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.0-alpha.20 to 9.0.0-alpha.21

.cache/jest/haste-map-210be992bd193fb5e90851d6ce118c49-8117ad6fa9d97414d8ac54816805a3c7-2c95d40f1e188dd88173119d8bfdddb3

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Tue, 03 Aug 2021 07:34:14 GMT",
"date": "Fri, 13 Aug 2021 07:33:32 GMT",
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.21",
"version": "9.0.0-alpha.21",
"comments": {
"prerelease": [
{
"comment": "create type for ThemeClassNameContext value and export it",
"author": "olfedias@microsoft.com",
"commit": "284da7c9d57b33abce253aed5fc19b02898f6e0c",
"package": "@fluentui/react-shared-contexts"
}
]
}
},
{
"date": "Tue, 03 Aug 2021 07:39:30 GMT",
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.20",

@@ -8,0 +23,0 @@ "version": "9.0.0-alpha.20",

# Change Log - @fluentui/react-shared-contexts
This log was last generated on Tue, 03 Aug 2021 07:34:14 GMT and should not be manually modified.
This log was last generated on Fri, 13 Aug 2021 07:33:32 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.21)
Fri, 13 Aug 2021 07:33:32 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.20..@fluentui/react-shared-contexts_v9.0.0-alpha.21)
### Changes
- create type for ThemeClassNameContext value and export it ([PR #19341](https://github.com/microsoft/fluentui/pull/19341) by olfedias@microsoft.com)
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.20)
Tue, 03 Aug 2021 07:34:14 GMT
Tue, 03 Aug 2021 07:39:30 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.19..@fluentui/react-shared-contexts_v9.0.0-alpha.20)

@@ -11,0 +20,0 @@

4

dist/react-shared-contexts.d.ts

@@ -31,2 +31,4 @@ import * as React_2 from 'react';

export declare type ThemeClassNameContextValue = string;
export declare const ThemeContext: React_2.Context<ThemeContextValue>;

@@ -66,4 +68,4 @@

*/
export declare function useThemeClassName(): string;
export declare function useThemeClassName(): ThemeClassNameContextValue;
export { }

@@ -33,2 +33,5 @@ ## API Report File for "@fluentui/react-shared-contexts"

// @public (undocumented)
export type ThemeClassNameContextValue = string;
// @public (undocumented)
export const ThemeContext: React_2.Context<ThemeContextValue>;

@@ -60,7 +63,6 @@

// @public (undocumented)
export function useThemeClassName(): string;
export function useThemeClassName(): ThemeClassNameContextValue;
// (No @packageDocumentation comment for this package)
```
import * as React from 'react';
export declare type ThemeClassNameContextValue = string;
/**

@@ -11,2 +12,2 @@ * Used to provide a CSS class that applies theme css variables

*/
export declare function useThemeClassName(): string;
export declare function useThemeClassName(): ThemeClassNameContextValue;
import * as React from 'react';
export declare type ThemeClassNameContextValue = string;
/**

@@ -11,2 +12,2 @@ * Used to provide a CSS class that applies theme css variables

*/
export declare function useThemeClassName(): string;
export declare function useThemeClassName(): ThemeClassNameContextValue;
import * as React from 'react';
export declare type ThemeClassNameContextValue = string;
/**

@@ -11,2 +12,2 @@ * Used to provide a CSS class that applies theme css variables

*/
export declare function useThemeClassName(): string;
export declare function useThemeClassName(): ThemeClassNameContextValue;
{
"name": "@fluentui/react-shared-contexts",
"version": "9.0.0-alpha.20",
"version": "9.0.0-alpha.21",
"description": "Fluent UI React Contexts shared by multiple components.",

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc