You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@fluentui/react-utilities

Package Overview
Dependencies
Maintainers
12
Versions
799
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.0-alpha.40 to 9.0.0-alpha.41

37

CHANGELOG.json

@@ -5,3 +5,38 @@ {

{
"date": "Fri, 20 Aug 2021 07:34:37 GMT",
"date": "Tue, 24 Aug 2021 07:32:28 GMT",
"tag": "@fluentui/react-utilities_v9.0.0-alpha.41",
"version": "9.0.0-alpha.41",
"comments": {
"prerelease": [
{
"comment": "Updating TypeScript type-only imports/exports to use import/export type syntax.",
"author": "dzearing@hotmail.com",
"commit": "789a3733b128569190319fce3fe2b46900b24896",
"package": "@fluentui/react-utilities"
}
],
"none": [
{
"comment": "Bump @fluentui/eslint-plugin to v1.4.1",
"author": "dzearing@hotmail.com",
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
"package": "@fluentui/react-utilities"
},
{
"comment": "Bump @fluentui/keyboard-key to v0.3.4",
"author": "dzearing@hotmail.com",
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
"package": "@fluentui/react-utilities"
},
{
"comment": "Bump @fluentui/scripts to v1.0.0",
"author": "dzearing@hotmail.com",
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
"package": "@fluentui/react-utilities"
}
]
}
},
{
"date": "Fri, 20 Aug 2021 07:37:28 GMT",
"tag": "@fluentui/react-utilities_v9.0.0-alpha.40",

@@ -8,0 +43,0 @@ "version": "9.0.0-alpha.40",

# Change Log - @fluentui/react-utilities
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.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.41)
Tue, 24 Aug 2021 07:32:28 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.40..@fluentui/react-utilities_v9.0.0-alpha.41)
### Changes
- Updating TypeScript type-only imports/exports to use import/export type syntax. ([PR #19471](https://github.com/microsoft/fluentui/pull/19471) by dzearing@hotmail.com)
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.40)
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-utilities_v9.0.0-alpha.39..@fluentui/react-utilities_v9.0.0-alpha.40)

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

2

lib-amd/compose/getSlots.d.ts
import * as React from 'react';
import { ComponentState, SlotPropsRecord } from './types';
import type { ComponentState, SlotPropsRecord } from './types';
/**

@@ -4,0 +4,0 @@ * Hack that converts an Union to an Intersection

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

import { MergePropsOptions } from './makeMergeProps';
import type { MergePropsOptions } from './makeMergeProps';
declare type GenericDictionary = Record<string, any>;

@@ -3,0 +3,0 @@ /**

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

import { ObjectShorthandProps, ShorthandProps } from './types';
import type { ObjectShorthandProps, ShorthandProps } from './types';
export interface ResolveShorthandOptions<Props extends Record<string, any>, Required extends boolean = false> {

@@ -3,0 +3,0 @@ required?: Required;

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

import { ResolvedShorthandPropsCompat } from './types';
import type { ResolvedShorthandPropsCompat } from './types';
/**

@@ -3,0 +3,0 @@ * Ensures that the given slots are represented using object syntax. This ensures that

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

import { UseOnClickOrScrollOutsideOptions } from './useOnClickOutside';
import type { UseOnClickOrScrollOutsideOptions } from './useOnClickOutside';
/**

@@ -3,0 +3,0 @@ * Utility to perform checks where a click/touch event was made outside a component

import * as React from 'react';
import { ComponentState, SlotPropsRecord } from './types';
import type { ComponentState, SlotPropsRecord } from './types';
/**

@@ -4,0 +4,0 @@ * Hack that converts an Union to an Intersection

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

import { MergePropsOptions } from './makeMergeProps';
import type { MergePropsOptions } from './makeMergeProps';
declare type GenericDictionary = Record<string, any>;

@@ -3,0 +3,0 @@ /**

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

import { ObjectShorthandProps, ShorthandProps } from './types';
import type { ObjectShorthandProps, ShorthandProps } from './types';
export interface ResolveShorthandOptions<Props extends Record<string, any>, Required extends boolean = false> {

@@ -3,0 +3,0 @@ required?: Required;

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

import { ResolvedShorthandPropsCompat } from './types';
import type { ResolvedShorthandPropsCompat } from './types';
/**

@@ -3,0 +3,0 @@ * Ensures that the given slots are represented using object syntax. This ensures that

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

import { UseOnClickOrScrollOutsideOptions } from './useOnClickOutside';
import type { UseOnClickOrScrollOutsideOptions } from './useOnClickOutside';
/**

@@ -3,0 +3,0 @@ * Utility to perform checks where a click/touch event was made outside a component

import * as React from 'react';
import { ComponentState, SlotPropsRecord } from './types';
import type { ComponentState, SlotPropsRecord } from './types';
/**

@@ -4,0 +4,0 @@ * Hack that converts an Union to an Intersection

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

import { MergePropsOptions } from './makeMergeProps';
import type { MergePropsOptions } from './makeMergeProps';
declare type GenericDictionary = Record<string, any>;

@@ -3,0 +3,0 @@ /**

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

import { ObjectShorthandProps, ShorthandProps } from './types';
import type { ObjectShorthandProps, ShorthandProps } from './types';
export interface ResolveShorthandOptions<Props extends Record<string, any>, Required extends boolean = false> {

@@ -3,0 +3,0 @@ required?: Required;

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

import { ResolvedShorthandPropsCompat } from './types';
import type { ResolvedShorthandPropsCompat } from './types';
/**

@@ -3,0 +3,0 @@ * Ensures that the given slots are represented using object syntax. This ensures that

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

import { UseOnClickOrScrollOutsideOptions } from './useOnClickOutside';
import type { UseOnClickOrScrollOutsideOptions } from './useOnClickOutside';
/**

@@ -3,0 +3,0 @@ * Utility to perform checks where a click/touch event was made outside a component

{
"name": "@fluentui/react-utilities",
"version": "9.0.0-alpha.40",
"version": "9.0.0-alpha.41",
"description": "A set of general React-specific utilities.",

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

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

@@ -31,0 +31,0 @@ "@types/enzyme": "3.10.3",

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc