arkaos 2.89.0 → 2.90.0
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/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.90.0
|
|
@@ -84,9 +84,21 @@ const links = [[{
|
|
|
84
84
|
class="bg-elevated/25"
|
|
85
85
|
>
|
|
86
86
|
<template #header="{ collapsed }">
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
87
|
+
<!-- PR72 v2.90.0 — global light/dark switch in the sidebar
|
|
88
|
+
header. Nuxt UI's canonical UColorModeButton (per
|
|
89
|
+
/websites/ui_nuxt docs) flips between sun/moon icons and
|
|
90
|
+
handles SSR via ClientOnly internally. Visible on every
|
|
91
|
+
page; the Settings → Theme section keeps the explicit
|
|
92
|
+
3-way picker (system / light / dark). -->
|
|
93
|
+
<div
|
|
94
|
+
class="flex items-center w-full"
|
|
95
|
+
:class="collapsed ? 'justify-center' : 'justify-between gap-2'"
|
|
96
|
+
>
|
|
97
|
+
<div class="flex items-center gap-2">
|
|
98
|
+
<span class="text-xl font-bold text-primary">A</span>
|
|
99
|
+
<span v-if="!collapsed" class="font-semibold">ArkaOS</span>
|
|
100
|
+
</div>
|
|
101
|
+
<UColorModeButton v-if="!collapsed" size="xs" />
|
|
90
102
|
</div>
|
|
91
103
|
</template>
|
|
92
104
|
|
package/package.json
CHANGED
package/pyproject.toml
CHANGED
|
Binary file
|