@codbex/harmonia 1.7.0 → 1.7.1
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
|
@@ -10785,7 +10785,7 @@
|
|
|
10785
10785
|
}
|
|
10786
10786
|
|
|
10787
10787
|
// package.json
|
|
10788
|
-
var version = "1.7.
|
|
10788
|
+
var version = "1.7.1";
|
|
10789
10789
|
|
|
10790
10790
|
// src/index.js
|
|
10791
10791
|
window.Harmonia = { getBreakpointListener, addColorSchemeListener, getColorScheme, removeColorSchemeListener, setColorScheme, getSystemColorScheme, version };
|