@jsenv/navi 0.14.32 → 0.14.33
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/jsenv_navi.js +4 -2
- package/dist/jsenv_navi.js.map +3 -3
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -17828,7 +17828,9 @@ installImportMetaCss(import.meta);import.meta.css = /* css */`
|
|
|
17828
17828
|
&[data-toggle] {
|
|
17829
17829
|
--toggle-width: 2.5em;
|
|
17830
17830
|
--toggle-thumb-size: 1.2em;
|
|
17831
|
-
|
|
17831
|
+
/* Padding uses px and not em otherwise it can be resolved to a float which does not play well */
|
|
17832
|
+
/* With the translation calc in some configurations. In the end 2px is nice in all sizes and can still be configured for exceptions */
|
|
17833
|
+
--toggle-padding: 2px;
|
|
17832
17834
|
--toggle-thumb-border-radius: 50%;
|
|
17833
17835
|
--toggle-background-color: light-dark(#767676, #8e8e93);
|
|
17834
17836
|
--toggle-background-color-checked: var(
|
|
@@ -17852,7 +17854,7 @@ installImportMetaCss(import.meta);import.meta.css = /* css */`
|
|
|
17852
17854
|
);
|
|
17853
17855
|
--toggle-background-color-hover-checked: color-mix(
|
|
17854
17856
|
in srgb,
|
|
17855
|
-
var(--toggle-background-color-checked)
|
|
17857
|
+
var(--toggle-background-color-checked) 90%,
|
|
17856
17858
|
black
|
|
17857
17859
|
);
|
|
17858
17860
|
--toggle-background-color-readonly-checked: color-mix(
|