@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.esm.js
CHANGED
|
@@ -7220,7 +7220,7 @@ function popover_default(Alpine) {
|
|
|
7220
7220
|
el.setAttribute("data-state", popover._popover.expanded ? "open" : "closed");
|
|
7221
7221
|
let noScroll = modifiers.includes("no-scroll");
|
|
7222
7222
|
if (noScroll) {
|
|
7223
|
-
el.classList.remove("overflow-
|
|
7223
|
+
el.classList.remove("overflow-auto");
|
|
7224
7224
|
el.classList.add("overflow-none");
|
|
7225
7225
|
}
|
|
7226
7226
|
const stopPropagation = (event) => {
|
|
@@ -10647,7 +10647,7 @@ function tree_default(Alpine) {
|
|
|
10647
10647
|
}
|
|
10648
10648
|
|
|
10649
10649
|
// package.json
|
|
10650
|
-
var version = "1.7.
|
|
10650
|
+
var version = "1.7.2";
|
|
10651
10651
|
|
|
10652
10652
|
// src/utils/theme.js
|
|
10653
10653
|
var colorSchemeKey = "codbex.harmonia.colorMode";
|