@codbex/harmonia 1.7.0 → 1.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/harmonia.js
CHANGED
|
@@ -5314,7 +5314,7 @@
|
|
|
5314
5314
|
el.setAttribute("data-state", popover._popover.expanded ? "open" : "closed");
|
|
5315
5315
|
let noScroll = modifiers.includes("no-scroll");
|
|
5316
5316
|
if (noScroll) {
|
|
5317
|
-
el.classList.remove("overflow-
|
|
5317
|
+
el.classList.remove("overflow-auto");
|
|
5318
5318
|
el.classList.add("overflow-none");
|
|
5319
5319
|
}
|
|
5320
5320
|
const stopPropagation = (event) => {
|
|
@@ -10785,7 +10785,7 @@
|
|
|
10785
10785
|
}
|
|
10786
10786
|
|
|
10787
10787
|
// package.json
|
|
10788
|
-
var version = "1.7.
|
|
10788
|
+
var version = "1.7.2";
|
|
10789
10789
|
|
|
10790
10790
|
// src/index.js
|
|
10791
10791
|
window.Harmonia = { getBreakpointListener, addColorSchemeListener, getColorScheme, removeColorSchemeListener, setColorScheme, getSystemColorScheme, version };
|