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

@fluentui/react-shared-contexts

Package Overview
Dependencies
Maintainers
12
Versions
807
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 0.0.0-nightly-20240712-1436.1 to 0.0.0-nightly-20240716-0408.1

19

CHANGELOG.md
# Change Log - @fluentui/react-shared-contexts
This log was last generated on Fri, 12 Jul 2024 14:46:37 GMT and should not be manually modified.
This log was last generated on Tue, 16 Jul 2024 04:18:27 GMT and should not be manually modified.
<!-- Start content -->
## [0.0.0-nightly-20240712-1436.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v0.0.0-nightly-20240712-1436.1)
## [0.0.0-nightly-20240716-0408.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v0.0.0-nightly-20240716-0408.1)
Fri, 12 Jul 2024 14:46:37 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.19.0..@fluentui/react-shared-contexts_v0.0.0-nightly-20240712-1436.1)
Tue, 16 Jul 2024 04:18:27 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.19.1..@fluentui/react-shared-contexts_v0.0.0-nightly-20240716-0408.1)

@@ -15,4 +15,13 @@ ### Changes

- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
- Bump @fluentui/react-theme to v0.0.0-nightly-20240712-1436.1 ([commit](https://github.com/microsoft/fluentui/commit/38b85489421eb20930c136da67e8ed8dae9de95d) by beachball)
- Bump @fluentui/react-theme to v0.0.0-nightly-20240716-0408.1 ([commit](https://github.com/microsoft/fluentui/commit/065d6f514f238566b6bd9ea4c6e3f7a9688ff122) by beachball)
## [9.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.19.1)
Mon, 15 Jul 2024 17:25:45 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.19.0..@fluentui/react-shared-contexts_v9.19.1)
### Patches
- fix: revert incorectly set npm versions in all packages ([PR #31937](https://github.com/microsoft/fluentui/pull/31937) by martinhochel@microsoft.com)
## [9.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.19.0)

@@ -19,0 +28,0 @@

@@ -479,14 +479,5 @@ import * as React_2 from 'react';

export declare type Material = 'tertiary';
export declare type MaterialContextValue = Material | undefined;
/**
* @internal
*/
export declare const MaterialProvider: React_2.Provider<MaterialContextValue>;
/**
* @internal
*/
export declare type OverridesContextValue_unstable = {

@@ -572,4 +563,2 @@ inputDefaultAppearance?: 'outline' | 'filled-darker' | 'filled-lighter';

export declare function useMaterial(): MaterialContextValue;
export declare function useOverrides_unstable(): OverridesContextValue_unstable;

@@ -576,0 +565,0 @@

@@ -27,5 +27,2 @@ "use strict";

},
MaterialProvider: function() {
return _MaterialContext.MaterialProvider;
},
OverridesProvider_unstable: function() {

@@ -67,5 +64,2 @@ return _OverridesContext.OverridesProvider;

},
useMaterial: function() {
return _MaterialContext.useMaterial;
},
useOverrides_unstable: function() {

@@ -93,2 +87,1 @@ return _OverridesContext.useOverrides;

const _AnnounceContext = require("./AnnounceContext");
const _MaterialContext = require("./MaterialContext");

@@ -10,2 +10,1 @@ export { ThemeContext as ThemeContext_unstable, ThemeProvider as ThemeProvider_unstable } from './ThemeContext';

export { AnnounceProvider, /** @deprecated Use AnnounceProvider instead. */ AnnounceProvider as AnnounceProvider_unstable, useAnnounce, /** @deprecated Use useAnnounce instead. */ useAnnounce as useAnnounce_unstable } from './AnnounceContext';
export { MaterialProvider, useMaterial } from './MaterialContext';
{
"name": "@fluentui/react-shared-contexts",
"version": "0.0.0-nightly-20240712-1436.1",
"version": "0.0.0-nightly-20240716-0408.1",
"description": "Fluent UI React Contexts shared by multiple components.",

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

"dependencies": {
"@fluentui/react-theme": "0.0.0-nightly-20240712-1436.1",
"@fluentui/react-theme": "0.0.0-nightly-20240716-0408.1",
"@swc/helpers": "^0.5.1"

@@ -35,0 +35,0 @@ },

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