Socket
Socket
Sign inDemoInstall

@fluentui/priority-overflow

Package Overview
Dependencies
Maintainers
12
Versions
556
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/priority-overflow - npm Package Compare versions

Comparing version 0.0.0-nightly-20240513-0408.1 to 0.0.0-nightly-20240514-0405.1

8

CHANGELOG.md
# Change Log - @fluentui/priority-overflow
This log was last generated on Mon, 13 May 2024 04:24:01 GMT and should not be manually modified.
This log was last generated on Tue, 14 May 2024 04:21:20 GMT and should not be manually modified.
<!-- Start content -->
## [0.0.0-nightly-20240513-0408.1](https://github.com/microsoft/fluentui/tree/@fluentui/priority-overflow_v0.0.0-nightly-20240513-0408.1)
## [0.0.0-nightly-20240514-0405.1](https://github.com/microsoft/fluentui/tree/@fluentui/priority-overflow_v0.0.0-nightly-20240514-0405.1)
Mon, 13 May 2024 04:24:01 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/priority-overflow_v9.1.11..@fluentui/priority-overflow_v0.0.0-nightly-20240513-0408.1)
Tue, 14 May 2024 04:21:20 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/priority-overflow_v9.1.11..@fluentui/priority-overflow_v0.0.0-nightly-20240514-0405.1)

@@ -12,0 +12,0 @@ ### Changes

@@ -204,2 +204,7 @@ "use strict";

}
if (observing) {
// We might be removing an item in an overflow which would not affect the tops,
// but we need to update anyway to update the overflow menu state
forceDispatch = true;
}
const item = overflowItems[itemId];

@@ -206,0 +211,0 @@ visibleItemQueue.remove(itemId);

@@ -197,2 +197,7 @@ import { DATA_OVERFLOWING, DATA_OVERFLOW_GROUP } from './consts';

}
if (observing) {
// We might be removing an item in an overflow which would not affect the tops,
// but we need to update anyway to update the overflow menu state
forceDispatch = true;
}
const item = overflowItems[itemId];

@@ -199,0 +204,0 @@ visibleItemQueue.remove(itemId);

{
"name": "@fluentui/priority-overflow",
"version": "0.0.0-nightly-20240513-0408.1",
"version": "0.0.0-nightly-20240514-0405.1",
"description": "Vanilla JS utilities to implement overflow menus",

@@ -5,0 +5,0 @@ "main": "lib-commonjs/index.js",

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