@solcre-org/core-ui 2.14.4 → 2.14.5
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.
|
@@ -35,14 +35,16 @@
|
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
38
|
+
/* ********************** MEDIA HOVER ********************** */
|
|
39
|
+
|
|
40
|
+
@media (hover: hover) {
|
|
41
|
+
|
|
42
|
+
/* .c-switch:hover {
|
|
43
|
+
--_bg: hsl(from hsl(var(--_color-main-hsl)) h s l / 0.05);
|
|
44
|
+
--_current-color-hsl: from hsl(var(--_color-main-hsl)) h s calc(l - 12);
|
|
45
|
+
background-color: var(--_bg);
|
|
46
|
+
} */
|
|
43
47
|
|
|
44
|
-
.c-switch .c-icon-btn{
|
|
45
|
-
pointer-events: none;
|
|
46
48
|
}
|
|
47
49
|
|
|
48
50
|
|
|
@@ -14786,11 +14786,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
14786
14786
|
// Este archivo es generado automáticamente por scripts/update-version.js
|
|
14787
14787
|
// No edites manualmente este archivo
|
|
14788
14788
|
const VERSION = {
|
|
14789
|
-
full: '2.14.
|
|
14789
|
+
full: '2.14.5',
|
|
14790
14790
|
major: 2,
|
|
14791
14791
|
minor: 14,
|
|
14792
|
-
patch:
|
|
14793
|
-
timestamp: '2025-10-
|
|
14792
|
+
patch: 5,
|
|
14793
|
+
timestamp: '2025-10-03T11:47:24.181Z',
|
|
14794
14794
|
buildDate: '3/10/2025'
|
|
14795
14795
|
};
|
|
14796
14796
|
|