New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fluentui/react-tabster

Package Overview
Dependencies
Maintainers
13
Versions
951
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-tabster - npm Package Compare versions

Comparing version 0.0.0-nightly9edaf68d4420211116.1 to 0.0.0-nightlya0ab3454ed20211208.1

32

CHANGELOG.md
# Change Log - @fluentui/react-tabster
This log was last generated on Tue, 16 Nov 2021 04:18:30 GMT and should not be manually modified.
This log was last generated on Wed, 08 Dec 2021 04:18:26 GMT and should not be manually modified.
<!-- Start content -->
## [0.0.0-nightly9edaf68d4420211116.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v0.0.0-nightly9edaf68d4420211116.1)
## [0.0.0-nightlya0ab3454ed20211208.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v0.0.0-nightlya0ab3454ed20211208.1)
Tue, 16 Nov 2021 04:18:30 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.4..@fluentui/react-tabster_v0.0.0-nightly9edaf68d4420211116.1)
Wed, 08 Dec 2021 04:18:26 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.5..@fluentui/react-tabster_v0.0.0-nightlya0ab3454ed20211208.1)
### Changes
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/5833e6990fdc70fd5e4b99c4780af6bb12e8fdbb) by email not defined)
- Bump @fluentui/make-styles to v0.0.0-nightly9edaf68d4420211116.1 ([commit](https://github.com/microsoft/fluentui/commit/5833e6990fdc70fd5e4b99c4780af6bb12e8fdbb) by beachball)
- Bump @fluentui/react-make-styles to v0.0.0-nightly9edaf68d4420211116.1 ([commit](https://github.com/microsoft/fluentui/commit/5833e6990fdc70fd5e4b99c4780af6bb12e8fdbb) by beachball)
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly9edaf68d4420211116.1 ([commit](https://github.com/microsoft/fluentui/commit/5833e6990fdc70fd5e4b99c4780af6bb12e8fdbb) by beachball)
- Bump @fluentui/react-utilities to v0.0.0-nightly9edaf68d4420211116.1 ([commit](https://github.com/microsoft/fluentui/commit/5833e6990fdc70fd5e4b99c4780af6bb12e8fdbb) by beachball)
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/bb962fc41a7769ab102b88c7cc76973034ede2d1) by email not defined)
- use new types from makeStyles core ([PR #20786](https://github.com/microsoft/fluentui/pull/20786) by olfedias@microsoft.com)
- update styles to not use CSS shorthands ([PR #20842](https://github.com/microsoft/fluentui/pull/20842) by olfedias@microsoft.com)
- Bump @fluentui/react-make-styles to v0.0.0-nightlya0ab3454ed20211208.1 ([commit](https://github.com/microsoft/fluentui/commit/bb962fc41a7769ab102b88c7cc76973034ede2d1) by beachball)
- Bump @fluentui/react-shared-contexts to v0.0.0-nightlya0ab3454ed20211208.1 ([commit](https://github.com/microsoft/fluentui/commit/bb962fc41a7769ab102b88c7cc76973034ede2d1) by beachball)
- Bump @fluentui/react-utilities to v0.0.0-nightlya0ab3454ed20211208.1 ([commit](https://github.com/microsoft/fluentui/commit/bb962fc41a7769ab102b88c7cc76973034ede2d1) by beachball)
- Bump @fluentui/babel-make-styles to v0.0.0-nightlya0ab3454ed20211208.1 ([commit](https://github.com/microsoft/fluentui/commit/bb962fc41a7769ab102b88c7cc76973034ede2d1) by beachball)
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.5)
Thu, 25 Nov 2021 08:34:17 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.4..@fluentui/react-tabster_v9.0.0-beta.5)
### Changes
- Bump @fluentui/make-styles to v9.0.0-beta.3 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
- Bump @fluentui/react-shared-contexts 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.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.4)

@@ -21,0 +35,0 @@

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

import type { MakeStyles } from '@fluentui/make-styles';
import type { MakeStylesStyleRule } from '@fluentui/make-styles';
import type { MakeStylesStyle } from '@fluentui/react-make-styles';
import type { MakeStylesStyleRule } from '@fluentui/react-make-styles';
import type { RefObject } from 'react';

@@ -29,3 +29,3 @@ import type { Theme } from '@fluentui/react-theme';

style: Partial<FocusOutlineStyleOptions>;
} & CreateFocusIndicatorStyleRuleOptions) => MakeStyles;
} & CreateFocusIndicatorStyleRuleOptions) => MakeStylesStyle;

@@ -32,0 +32,0 @@ export declare type FocusOutlineOffset = Record<'top' | 'bottom' | 'left' | 'right', string>;

import type { Theme } from '@fluentui/react-theme';
import type { MakeStyles, MakeStylesStyleRule } from '@fluentui/make-styles';
import type { MakeStylesStyle, MakeStylesStyleRule } from '@fluentui/react-make-styles';
export declare type FocusOutlineOffset = Record<'top' | 'bottom' | 'left' | 'right', string>;

@@ -27,3 +27,3 @@ export declare type FocusOutlineStyleOptions = {

style: Partial<FocusOutlineStyleOptions>;
} & CreateFocusIndicatorStyleRuleOptions) => MakeStyles;
} & CreateFocusIndicatorStyleRuleOptions) => MakeStylesStyle;
/**

@@ -30,0 +30,0 @@ * Creates a style rule for @see makeStyles that includes the necessary selectors for focus.

@@ -68,3 +68,3 @@ "use strict";

':focus-visible': {
outline: 'none'
outlineStyle: 'none'
},

@@ -90,3 +90,3 @@ [`${symbols_1.KEYBOARD_NAV_SELECTOR} :${options.selector || defaultOptions.selector}`]: getFocusOutlineStyles({

':focus-visible': {
outline: 'none'
outlineStyle: 'none'
},

@@ -93,0 +93,0 @@ [`${symbols_1.KEYBOARD_NAV_SELECTOR} :${options.selector || defaultOptions.selector}`]: typeof rule === 'function' ? rule(theme) : rule

import type { Theme } from '@fluentui/react-theme';
import type { MakeStyles, MakeStylesStyleRule } from '@fluentui/make-styles';
import type { MakeStylesStyle, MakeStylesStyleRule } from '@fluentui/react-make-styles';
export declare type FocusOutlineOffset = Record<'top' | 'bottom' | 'left' | 'right', string>;

@@ -27,3 +27,3 @@ export declare type FocusOutlineStyleOptions = {

style: Partial<FocusOutlineStyleOptions>;
} & CreateFocusIndicatorStyleRuleOptions) => MakeStyles;
} & CreateFocusIndicatorStyleRuleOptions) => MakeStylesStyle;
/**

@@ -30,0 +30,0 @@ * Creates a style rule for @see makeStyles that includes the necessary selectors for focus.

@@ -60,3 +60,3 @@ import { KEYBOARD_NAV_SELECTOR } from '../symbols';

':focus-visible': {
outline: 'none'
outlineStyle: 'none'
},

@@ -80,3 +80,3 @@ [`${KEYBOARD_NAV_SELECTOR} :${options.selector || defaultOptions.selector}`]: getFocusOutlineStyles({

':focus-visible': {
outline: 'none'
outlineStyle: 'none'
},

@@ -83,0 +83,0 @@ [`${KEYBOARD_NAV_SELECTOR} :${options.selector || defaultOptions.selector}`]: typeof rule === 'function' ? rule(theme) : rule

{
"name": "@fluentui/react-tabster",
"version": "0.0.0-nightly9edaf68d4420211116.1",
"version": "0.0.0-nightlya0ab3454ed20211208.1",
"description": "Utilities for focus management and facade for tabster",

@@ -23,4 +23,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-tabster/src && yarn docs",
"start": "yarn storybook"
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output ./dist/packages/react-tabster/src && yarn docs",
"start": "yarn storybook",
"type-check": "tsc -b tsconfig.json"
},

@@ -35,9 +36,9 @@ "devDependencies": {

"react-dom": "16.8.6",
"react-test-renderer": "^16.3.0"
"react-test-renderer": "^16.3.0",
"@fluentui/babel-make-styles": "0.0.0-nightlya0ab3454ed20211208.1"
},
"dependencies": {
"@fluentui/make-styles": "0.0.0-nightly9edaf68d4420211116.1",
"@fluentui/react-make-styles": "0.0.0-nightly9edaf68d4420211116.1",
"@fluentui/react-shared-contexts": "0.0.0-nightly9edaf68d4420211116.1",
"@fluentui/react-utilities": "0.0.0-nightly9edaf68d4420211116.1",
"@fluentui/react-make-styles": "0.0.0-nightlya0ab3454ed20211208.1",
"@fluentui/react-shared-contexts": "0.0.0-nightlya0ab3454ed20211208.1",
"@fluentui/react-utilities": "0.0.0-nightlya0ab3454ed20211208.1",
"keyborg": "^1.0.7",

@@ -44,0 +45,0 @@ "tabster": "^1.0.7",

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

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