Socket
Socket
Sign inDemoInstall

@fluentui/react-shared-contexts

Package Overview
Dependencies
Maintainers
12
Versions
778
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-shared-contexts - npm Package Compare versions

Comparing version 9.0.0-alpha.22 to 9.0.0-alpha.23

43

CHANGELOG.json

@@ -5,3 +5,44 @@ {

{
"date": "Fri, 20 Aug 2021 07:34:37 GMT",
"date": "Tue, 24 Aug 2021 07:32:28 GMT",
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.23",
"version": "9.0.0-alpha.23",
"comments": {
"prerelease": [
{
"comment": "Updating TypeScript type-only imports/exports to use import/export syntax.",
"author": "dzearing@hotmail.com",
"commit": "4eec618fe480b129e08914b1f091a8509af60379",
"package": "@fluentui/react-shared-contexts"
}
],
"none": [
{
"comment": "Bump @fluentui/eslint-plugin to v1.4.1",
"author": "dzearing@hotmail.com",
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
"package": "@fluentui/react-shared-contexts"
},
{
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.22",
"author": "dzearing@hotmail.com",
"commit": "789a3733b128569190319fce3fe2b46900b24896",
"package": "@fluentui/react-shared-contexts"
},
{
"comment": "Bump @fluentui/test-utilities to v8.0.8",
"author": "dzearing@hotmail.com",
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
"package": "@fluentui/react-shared-contexts"
},
{
"comment": "Bump @fluentui/scripts to v1.0.0",
"author": "dzearing@hotmail.com",
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
"package": "@fluentui/react-shared-contexts"
}
]
}
},
{
"date": "Fri, 20 Aug 2021 07:37:28 GMT",
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.22",

@@ -8,0 +49,0 @@ "version": "9.0.0-alpha.22",

# Change Log - @fluentui/react-shared-contexts
This log was last generated on Fri, 20 Aug 2021 07:34:37 GMT and should not be manually modified.
This log was last generated on Tue, 24 Aug 2021 07:32:28 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.23)
Tue, 24 Aug 2021 07:32:28 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.22..@fluentui/react-shared-contexts_v9.0.0-alpha.23)
### Changes
- Updating TypeScript type-only imports/exports to use import/export syntax. ([PR #19473](https://github.com/microsoft/fluentui/pull/19473) by dzearing@hotmail.com)
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.22)
Fri, 20 Aug 2021 07:34:37 GMT
Fri, 20 Aug 2021 07:37:28 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.21..@fluentui/react-shared-contexts_v9.0.0-alpha.22)

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

2

dist/react-shared-contexts.d.ts
import * as React_2 from 'react';
import { Theme } from '@fluentui/react-theme';
import type { Theme } from '@fluentui/react-theme';

@@ -4,0 +4,0 @@ export declare const MenuContext: React_2.Context<MinimalMenuProps>;

import * as React from 'react';
import { MinimalMenuProps } from './types';
import type { MinimalMenuProps } from './types';
export declare const MenuContext: React.Context<MinimalMenuProps>;
export declare const useMenuContext: () => MinimalMenuProps;
import * as React from 'react';
import { ProviderContextValue } from './ProviderContext.types';
import type { ProviderContextValue } from './ProviderContext.types';
export declare const ProviderContext: React.Context<ProviderContextValue>;
export declare function useFluent(): ProviderContextValue;

@@ -1,4 +0,4 @@

import { ThemeContextValue } from './ThemeContext.types';
import * as React from 'react';
import type { ThemeContextValue } from './ThemeContext.types';
export declare const ThemeContext: React.Context<ThemeContextValue>;
export declare function useTheme(): ThemeContextValue;

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

import { Theme } from '@fluentui/react-theme';
import type { Theme } from '@fluentui/react-theme';
export interface ThemeContextValue extends Theme {
}
import * as React from 'react';
import { MinimalMenuProps } from './types';
import type { MinimalMenuProps } from './types';
export declare const MenuContext: React.Context<MinimalMenuProps>;
export declare const useMenuContext: () => MinimalMenuProps;
import * as React from 'react';
import { ProviderContextValue } from './ProviderContext.types';
import type { ProviderContextValue } from './ProviderContext.types';
export declare const ProviderContext: React.Context<ProviderContextValue>;
export declare function useFluent(): ProviderContextValue;

@@ -1,4 +0,4 @@

import { ThemeContextValue } from './ThemeContext.types';
import * as React from 'react';
import type { ThemeContextValue } from './ThemeContext.types';
export declare const ThemeContext: React.Context<ThemeContextValue>;
export declare function useTheme(): ThemeContextValue;

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

import { Theme } from '@fluentui/react-theme';
import type { Theme } from '@fluentui/react-theme';
export interface ThemeContextValue extends Theme {
}
import * as React from 'react';
import { MinimalMenuProps } from './types';
import type { MinimalMenuProps } from './types';
export declare const MenuContext: React.Context<MinimalMenuProps>;
export declare const useMenuContext: () => MinimalMenuProps;
import * as React from 'react';
import { ProviderContextValue } from './ProviderContext.types';
import type { ProviderContextValue } from './ProviderContext.types';
export declare const ProviderContext: React.Context<ProviderContextValue>;
export declare function useFluent(): ProviderContextValue;

@@ -1,4 +0,4 @@

import { ThemeContextValue } from './ThemeContext.types';
import * as React from 'react';
import type { ThemeContextValue } from './ThemeContext.types';
export declare const ThemeContext: React.Context<ThemeContextValue>;
export declare function useTheme(): ThemeContextValue;

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

import { Theme } from '@fluentui/react-theme';
import type { Theme } from '@fluentui/react-theme';
export interface ThemeContextValue extends Theme {
}
{
"name": "@fluentui/react-shared-contexts",
"version": "9.0.0-alpha.22",
"version": "9.0.0-alpha.23",
"description": "Fluent UI React Contexts shared by multiple components.",

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

"devDependencies": {
"@fluentui/eslint-plugin": "^1.4.0",
"@fluentui/eslint-plugin": "^1.4.1",
"@fluentui/scripts": "^1.0.0",

@@ -39,3 +39,3 @@ "@fluentui/test-utilities": "^8.0.8",

"dependencies": {
"@fluentui/react-theme": "^9.0.0-alpha.21",
"@fluentui/react-theme": "^9.0.0-alpha.22",
"tslib": "^2.1.0"

@@ -42,0 +42,0 @@ },

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

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

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