Socket
Socket
Sign inDemoInstall

@fluentui/react-tabster

Package Overview
Dependencies
Maintainers
12
Versions
863
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 9.0.0-alpha.69 to 9.0.0-alpha.71

41

CHANGELOG.json

@@ -5,3 +5,42 @@ {

{
"date": "Fri, 01 Oct 2021 09:44:19 GMT",
"date": "Fri, 01 Oct 2021 14:11:48 GMT",
"tag": "@fluentui/react-tabster_v9.0.0-alpha.71",
"version": "9.0.0-alpha.71",
"comments": {
"prerelease": [
{
"author": "lingfangao@hotmail.com",
"package": "@fluentui/react-tabster",
"comment": "Bump v9 prerelease versions to rerelease",
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
},
{
"author": "beachball",
"package": "@fluentui/react-tabster",
"comment": "Bump @fluentui/make-styles to v9.0.0-alpha.34",
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
},
{
"author": "beachball",
"package": "@fluentui/react-tabster",
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.76",
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
},
{
"author": "beachball",
"package": "@fluentui/react-tabster",
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.28",
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
},
{
"author": "beachball",
"package": "@fluentui/react-tabster",
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
}
]
}
},
{
"date": "Fri, 01 Oct 2021 09:44:56 GMT",
"tag": "@fluentui/react-tabster_v9.0.0-alpha.69",

@@ -8,0 +47,0 @@ "version": "9.0.0-alpha.69",

# Change Log - @fluentui/react-tabster
This log was last generated on Fri, 01 Oct 2021 09:44:19 GMT and should not be manually modified.
This log was last generated on Fri, 01 Oct 2021 14:11:48 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.71)
Fri, 01 Oct 2021 14:11:48 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.69..@fluentui/react-tabster_v9.0.0-alpha.71)
### Changes
- Bump v9 prerelease versions to rerelease ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by lingfangao@hotmail.com)
- Bump @fluentui/make-styles to v9.0.0-alpha.34 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
- Bump @fluentui/react-make-styles to v9.0.0-alpha.76 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
- Bump @fluentui/react-shared-contexts to v9.0.0-alpha.28 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
- Bump @fluentui/react-utilities to v9.0.0-alpha.55 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.69)
Fri, 01 Oct 2021 09:44:19 GMT
Fri, 01 Oct 2021 09:44:56 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.68..@fluentui/react-tabster_v9.0.0-alpha.69)

@@ -11,0 +24,0 @@

4

lib-commonjs/hooks/useFocusIndicatorStyle.js

@@ -77,4 +77,4 @@ "use strict";

}, _a[symbols_1.KEYBOARD_NAV_SELECTOR + " :" + (options.selector || defaultOptions.selector)] = getFocusOutlineStyles(tslib_1.__assign({
outlineColor: theme.alias.color.neutral.strokeFocus2,
outlineRadius: theme.global.borderRadius.medium,
outlineColor: theme.colorStrokeFocus2,
outlineRadius: theme.borderRadiusMedium,
// FIXME: theme.global.strokeWidth.thick causes some weird bugs

@@ -81,0 +81,0 @@ outlineWidth: '2px'

@@ -68,4 +68,4 @@ import { __assign } from "tslib";

}, _a[KEYBOARD_NAV_SELECTOR + " :" + (options.selector || defaultOptions.selector)] = getFocusOutlineStyles(__assign({
outlineColor: theme.alias.color.neutral.strokeFocus2,
outlineRadius: theme.global.borderRadius.medium,
outlineColor: theme.colorStrokeFocus2,
outlineRadius: theme.borderRadiusMedium,
// FIXME: theme.global.strokeWidth.thick causes some weird bugs

@@ -72,0 +72,0 @@ outlineWidth: '2px'

{
"name": "@fluentui/react-tabster",
"version": "9.0.0-alpha.69",
"version": "9.0.0-alpha.71",
"description": "Utilities for focus management and facade for tabster",

@@ -37,6 +37,6 @@ "main": "lib-commonjs/index.js",

"dependencies": {
"@fluentui/make-styles": "9.0.0-alpha.32",
"@fluentui/react-make-styles": "9.0.0-alpha.74",
"@fluentui/react-shared-contexts": "9.0.0-alpha.26",
"@fluentui/react-utilities": "9.0.0-alpha.53",
"@fluentui/make-styles": "9.0.0-alpha.34",
"@fluentui/react-make-styles": "9.0.0-alpha.76",
"@fluentui/react-shared-contexts": "9.0.0-alpha.28",
"@fluentui/react-utilities": "9.0.0-alpha.55",
"keyborg": "^1.0.0",

@@ -43,0 +43,0 @@ "tabster": "^1.0.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