Skip to content

Commit 01a6dad

Browse files
committed
change color model to hsl
1 parent 65263ac commit 01a6dad

29 files changed

Lines changed: 11013 additions & 1760 deletions

File tree

lib/metro.all.css

Lines changed: 5423 additions & 854 deletions
Large diffs are not rendered by default.

lib/metro.all.css.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/metro.all.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝
99

1010
* Metro UI v5.1.10 Components Library (https://metroui.org.ua)
11-
* Build: 07.07.2025, 15:59:33
11+
* Build: 07.07.2025, 17:02:22
1212
* Copyright 2012-2025 by Serhii Pimenov
1313
* Licensed under MIT
1414
*/
@@ -11319,7 +11319,7 @@
1131911319
(($6) => {
1132011320
"use strict";
1132111321
globalThis["__version__"] = "5.1.10";
11322-
globalThis["__build_time__"] = "07.07.2025, 15:59:33";
11322+
globalThis["__build_time__"] = "07.07.2025, 17:02:22";
1132311323
const meta_init = $6.meta("metro:init").attr("content");
1132411324
const meta_cloak = $6.meta("metro:cloak").attr("content");
1132511325
const meta_cloak_duration = $6.meta("metro:cloak_duration").attr("content");
@@ -11520,7 +11520,7 @@
1152011520
const normalizeComponentName = (name2) => typeof name2 !== "string" ? void 0 : name2.replace(/-/g, "").toLowerCase();
1152111521
const Metro2 = {
1152211522
version: "5.1.10",
11523-
build_time: "07.07.2025, 15:59:33",
11523+
build_time: "07.07.2025, 17:02:22",
1152411524
buildNumber: 0,
1152511525
isTouchable: isTouch3,
1152611526
fullScreenEnabled: document.fullscreenEnabled,
@@ -24117,11 +24117,11 @@
2411724117
e2.preventDefault();
2411824118
e2.stopPropagation();
2411924119
$6(".context-menu").hide();
24120+
$6(this.context_menu).data("context-element", this);
2412024121
this.context_menu.style.position = `fixed`;
2412124122
this.context_menu.style.left = `${e2.pageX}px`;
2412224123
this.context_menu.style.top = `${e2.pageY}px`;
2412324124
this.context_menu.style.display = "block";
24124-
console.log(`Context menu opened at (${e2.pageX}, ${e2.pageY})`);
2412524125
};
2412624126
};
2412724127
$6(document).on("click", () => {

lib/metro.all.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)